Webhooks
Why is this feature important?
#
Webhooks are important way for web applications to communicate, usually sent when certain events have happened.
How does it work? (Technical)
#
We plan to implement webhooks in the standard way, the following functions will be added to our API.
The following topics will be available:
The webhooks will be sent via a POST request to your endpoint with a payload that changes depending on the topic.
What happens when a webhooks delivery is unsuccessful?
We will try again upto a certain number of times(tbd) with exponential backoff (max time tbd).
What's next?
#
Please let us know what you think of this plan, and if you have any questions or concerns. We are always happy to help and discuss how we can make this feature work for you.
This document will be updated as development progresses, so please check back for updates.
Real-Time Stock Levels