Webhook
How a webhook works
An app that supports webhooks lets you register a web address to notify when a chosen event occurs, like a payment succeeding or a form being submitted. When that event happens, the app sends a message to your address with the details, and your app runs whatever you set up in response. The difference from ordinary requests is direction: instead of your app asking for updates on a schedule, the other service pushes the update to you the moment it happens.
Examples
You build an online store connected to a payment service, and set up a webhook so that when a payment goes through, your app is notified right away and marks the order as paid. In another app, a webhook posts a Slack message the moment someone signs up, so your team sees it instantly without anyone refreshing a dashboard.
Frequently Asked Questions
Your Questions, Answered
Don't change this element unless you know what you are doing
on Emergent today


