Overview
Route Zippendo shipping and order events into Make.com scenarios for powerful multi-step automations. Build complex workflows with routers, filters, data stores, and 1,500+ app modules — all triggered by real-time events from your shipping operations.
What gets synced
Zippendo sends a JSON payload to your Make Custom Webhook URL on each subscribed event. Make parses the payload and you map fields into subsequent modules in your scenario.
Supported events
- Shipment Created / Updated / Dispatched / Cancelled / Error
- Order Created / Updated / Cancelled
- Tracking Updated
Setup in Zippendo
- Go to Dashboard → Integrations → Make
- Click Connect
- Paste your Custom Webhook URL
- Select events to subscribe to
- Save and send a Test event
Setup in Make
- Create a new Scenario
- Add a Webhooks → Custom webhook module as the trigger
- Copy the webhook URL (e.g.
https://hook.eu1.make.com/...) - Paste it into Zippendo
- Send a test event from Zippendo
- In Make, click Run once and inspect the received payload structure
- Add modules for your workflow (HTTP, Google Sheets, Slack, database, etc.)
Tips
- Use Router modules to branch on event type or carrier
- EU accounts use
hook.eu1.make.com— make sure the URL matches your Make region - Create separate scenarios per event type for simpler debugging
- Monitor the Delivery Log in Zippendo for failed deliveries
