Webhooks - Receiving Events

Subscribing to Event Types

To use the Events API, first set up the Export API step in the builder. Your application will have a single Event Request URL, and you'll need to handle any routing or additional processing on your server after receiving event data.

Your Callback URL will receive JSON payloads for the event types you subscribe to. The number of events will depend on your subscriptions and user activity. Each event generates one request to your Callback URL.

URL Verification Handshake

Events sent to your Request URL may contain sensitive data from your flow. To ensure secure delivery, we verify your server ownership with a challenge request.

Note: You cannot subscribe through our API. Use the workflow builder to subscribe to webhooks via the Export API step.

After you configure the dashboard or subscribe to events, we will send an HTTP POST request to your Request URL. This request will verify your SSL certificate and include a JSON body with three fields. Refer to the URL verification handshake for details.

Callbacks
Language
Click Try It! to start a request and see the response here!