Webhooks
Webhooks enable the delivery of notifications to an external web server whenever specific events take place in Workcenter
About Webhooks
A webhook is a way for one system to send real-time data to another system as soon as a particular event occurs. Webhooks are typically used to automate the flow of data between different applications, services, or platforms over the internet.
Types of Webhooks
Retry & Backoff Policy
- Our backoff policy allows for a maximum of 12 retries, each with exponentially increasing intervals. Retries begin at 1 minute, doubling with each attempt (2 minutes, 4 minutes, 8 minutes, and so on). If the webhook experiences 12 consecutive failures, it will be flagged as
broken
and will cease to receive further events until it is rectified and manually reactivated.
Updated 9 months ago