FeaturesPricingIntegrationsDevelopersContactSign in Start free trial
Integrations

Plugs into what you already use.

Pull orders in from your shippers' stores, send bookings through the channels customers read, and push delivered jobs to your accounts. If it isn't listed, the API covers it.

Shopify

Orders, line items and customer details import as consignments the moment they're paid. Status and tracking link sync back to the order.

At launch

WooCommerce

Plugin-free connection with a REST key. Choose which order statuses create a delivery.

At launch

Magento / Adobe Commerce

Scheduled order import for furniture and bulky-goods retailers on Magento 2.

Coming soon

CSV & SFTP

Upload a spreadsheet or drop a file on SFTP. Map the columns once and we remember them.

At launch

SMS (UK networks)

Booking requests, reminders and tracking links from your own sender name. Replies come straight back into QuickDispatch.

At launch

Email

Branded booking and tracking emails with your logo, sent from your domain once verified.

At launch

WhatsApp Business

Booking requests and replies over WhatsApp for customers who prefer it.

Coming soon

Google Maps

Address lookup, geocoding and traffic-aware drive times for planning and ETAs.

At launch

what3words

Pinpoint rural drops and farm gates with a three-word address on the job.

Coming soon

Xero

Send delivered jobs to Xero as invoice lines per shipper, with surcharges and credits.

Coming soon

QuickBooks

The same monthly shipper invoicing for teams on QuickBooks Online.

Coming soon

Zapier

Triggers for every status change and actions to create consignments, so you can connect thousands of apps without code.

At launch

Slack

Alerts to a channel for failed drops, unanswered bookings and route changes from the AI agent.

Coming soon

Customer API

For your shippers: create consignments, read status, pieces scanned and proof of delivery. Growth and above.

At launch

Admin API

For you: orders, bookings, routes, runs, drivers, vehicles and tracking. Read only on Growth, full on Pro.

At launch

Webhooks

Signed events on every change: consignment.scanned, booking.confirmed, run.started, delivery.completed, delivery.failed.

At launch
Build your own

Webhooks for every change.

Subscribe once and we POST a signed JSON event whenever a consignment moves. Retries with back-off, a delivery log you can replay, and a sandbox to test against.

API overview →
// POST https://your-app.example/hooks/quickdispatch
{
  "type": "delivery.completed",
  "created": "2026-10-14T13:52:08Z",
  "data": {
    "consignment": "con_8Kq2",
    "reference": "OAK-48213",
    "pieces": { "expected": 3, "delivered": 3 },
    "pod": {
      "signed_by": "S. Khan",
      "photo_url": "https://files.quickdispatch.co.uk/pod/8Kq2.jpg"
    }
  }
}

Need something that isn't here?

Tell us what your shippers use. The integrations we build next come from customer requests.

Request an integration →