Skip to main content
Version: 2.0

Webhooks

As part of our premium features for Enterprise accounts we have the possibility to enable webhooks on demand.

Events

Currently we have released v1 that contains the following events:

  • injected - notification as soon as is scanned in our sorting hubs
  • sorted - notification as soon as is scanned to allocate into the vehicle
  • delivered - confirmation the parcel was placed to the customer's location
  • failed - notification as soon as the driver notifies any incident
  • cancelled - notification as soon as operationally this order has been discarded for delivery

Payload

Example of a payload that will be sent via HTTP POST

{
"sender_external_id": "111test",
"id": "DEYDRHWNZGT97KF8",
"public_link": "https://dashboard.sendit.green/tracking?public_id=DEYDRHWNZGT97KF8&postalcode=48155",
"timestamp": "2022-02-19T13:33:07.554Z",
"event": "sorted"
}

Authentication

Currently we are allowing 3 different options:

  1. Static key on URL
  2. HTTP Basic Auth
  3. HTTP Bearer Auth
  4. None

Requirements

We will just need from you the URL and the Authentication Option of your choice.