Comment on page
Important Notes
Important considerations when using webhooks and relying on delivery.
A number of items to be aware of when relying on Webhook data delivery:
- 1.Your servers need to be robust enough to handle a large number of requests from Zaui Webhooks, especially if you have configured many web-hooks that cascade from event to event.
- 2.Sending data from Zaui to your endpoint can be a blocking call in our system, and can result in up to a 2 sec delay. Our systems will abandon the call after 2 seconds, and will no wait for return data coming back from your servers. If your using multiple web-hooks, for example, to be trigger at the time of making a new booking, the time required to process the booking will be delayed up to 2 secs for each web-hook