Status Update Webhook

The payload schema for our status update webhook can be found here.

Gophr is able to notify you when a delivery transitions from one status to another by sending a webhook to a URL of your choice. Webhooks are sent when a job changes to any of the following statuses:

  • ACCEPTED_BY_COURIER
  • AT_PICKUP
  • EN_ROUTE
  • AT_DELIVERY
  • TAKING_SIGNATURE
  • DELIVERED
  • CANCELED_BY_CUSTOMER

Status update webhooks contain the following data:

  • Delivery ETA's
  • Courier details
  • Courier location (latitude and longitude)
  • New delivery status
  • Price of the job (useful if the job is a return leg)
  • Delivery pickup / dropoff proof
  • Any details relating to a linked delivery

Linked Deliveries

Linked deliveries are deliveries that are automatically generated by Gophr. If an existing delivery has a linked delivery associated with it, we will include this using the linked_delivery field in the webhook payload.