When a customer places an order via the chatbot, the dispatch to DoorDash Drive / Uber Direct / SkipGo must happen automatically — no staff action required. Here is the technical flow and what you need to build in Make.com.
1
Customer Orders via Chatbot
Chatbot collects: items, qty, delivery address, payment. Sends structured order payload to POS via webhook.
Chatbot → Webhook
→
2
POS Receives & Confirms
POS fires a confirmation event. Make.com watches this trigger. Order is now in the kitchen queue.
POS Webhook OutMake.com Trigger
→
3
Make.com Creates Delivery Request
Scenario calls white-label API with: pickup address, dropoff address, order value, prep time estimate.
DoorDash Drive APIUber Direct APISkipGo API
→
4
Driver Assigned
Platform assigns nearest Dasher/driver. Returns tracking URL + ETA to Make.com.
Delivery ID + Tracking URL
→
5
Customer Gets Tracking
Make.com sends tracking link back to customer via chatbot / SMS. Full loop closed automatically.
SMS / Chatbot Message
What you need: API access to DoorDash Developer Platform (developer.doordash.com), Uber Direct API (developer.uber.com), SkipGo (via Skip merchant account). Each requires a merchant account already in place. Platform selection logic in Make.com can default to cheapest available option (Uber Direct CA$7.99) or match the platform the customer originally came from.