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

IntegrationEndpoint
ShopifyPOST {YOUR_API_HOST}/api/v1/delivery-tasks/push/shopify/orders
WooCommercePOST {YOUR_API_HOST}/api/v1/delivery-tasks/push/woocommerce/orders
ZapierPOST {YOUR_API_HOST}/api/v1/delivery-tasks/push/zapier/tasks
Google SheetsPOST {YOUR_API_HOST}/api/v1/delivery-tasks/push/google-sheets/rows
CSV importPOST {YOUR_API_HOST}/api/v1/delivery-tasks/push/csv/rows
Generic API pushPOST {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.

Back to integrations