Learn about Flow REST API webhooks.

Webhooks are a powerful mechanism that allows us to send responses directly to your application and keep it informed about a variety of events in real-time. When a specific event occurs, such as a user action or a system update, our server sends an HTTP POST request to a predefined URL that you have set up in your app. This enables your application to immediately process the information and respond accordingly, enhancing its interactivity and timeliness. Whether it's notifying you of new user registrations, updates to data, or other significant occurrences, webhooks ensure that your app stays synchronized and responsive without the need for constant polling.

The following actions can be performed with webhooks: