Tracking
How Instabox events are tracked
Instabox currently provides support for tracking in the form of a webhook that Skrym can subscribe to. At the moment, Instabox only supports adding one subscriber to the webhook. If you are already sending the events to another system, there are two possible workarounds:
- Skrym forwards the events to the other system.
- The other system forwards the events to Skrym.
Both solutions are possible, but the first is the most common and easier to set up.
We hope that with the current merger of Instabox and Budbee, tracking will be improved and it will become possible to add multiple event subscribers.
Inferring transport method from events
Skrym will infer whether it is a Box or Home Delivery based on the events, since there are events that are specifically tied to the methods. For example:
CustomerPickupCheckpoint
: Picked up at locker by customerCustomerHomeDeliverySuccess
: Home delivery was successful, parcel is delivered to customer
Setting up the integration
To set up the integration, you need to contact Instabox and ask them to add Skrym as a subscriber to the webhook. You should include the following details in the email:
- The URL to the Skrym webhook:
https://api.skrym.com/tracking.InstaboxTrackingWebhook
Currently, Instabox does not support using authentication for the webhook, so you do not need to provide any authentication details.
If Instabox asks you to use authentication details, please contact Skrym for further instructions.