Setup Guide
Integration setup guide
One place for authentication, endpoints, and payload routes for all supported integrations.
Authentication
All ingestion endpoints use the same header:
X-API-Key: {DELIVERY_TASKS_PUSH_API_KEY}
Ingestion endpoints
| Integration | Endpoint |
|---|---|
| Shopify | POST {YOUR_API_HOST}/api/v1/delivery-tasks/push/shopify/orders |
| WooCommerce | POST {YOUR_API_HOST}/api/v1/delivery-tasks/push/woocommerce/orders |
| Zapier | POST {YOUR_API_HOST}/api/v1/delivery-tasks/push/zapier/tasks |
| Google Sheets | POST {YOUR_API_HOST}/api/v1/delivery-tasks/push/google-sheets/rows |
| CSV import | POST {YOUR_API_HOST}/api/v1/delivery-tasks/push/csv/rows |
| Generic API push | POST {YOUR_API_HOST}/api/v1/delivery-tasks/push |
Webhooks (events out)
HelloRoute sends delivery events to your configured endpoint with:
- Content-Type: application/json
- X-API-Key: {YOUR_CONFIGURED_KEY}
- User-Agent: HelloRoute/1.0
Need full payload reference?
Share this with your engineering team for the complete integration reference including request/response examples and detailed endpoint behavior.