Push notification on delivery picking

Hello @ceci,

This is indeed what webhooks are designed for: sending you live updates on statuses.

You can read more about the concept here : Why should I use Webhooks instead of Polling?, and about the set up here: How can I set up Webhooks?.

To sum up, you will need to set up a web service that will receive post requests from our webhooks, and implement the logic and notifications triggering based on the content.

Please also authorise our IPs: From which IPs can Stuart send webhook events?.

Cheers!