Subscribing to Event Types
To use the Events API, start by configuring the Export API step in the workflow builder.
Your application can only have a single Event Request URL, so any additional routing or processing must be handled server-side after receiving the 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 within your workflow. Each event generates one request to your Callback URL.
Note: You cannot subscribe to events through our API. Use the workflow builder to subscribe to webhooks via the Export API step. |
---|
URL Verification Handshake
Events sent to your Request URL may contain sensitive data from your workflow. To ensure secure delivery, we verify your server ownership with a challenge request. 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 URL verification handshake below for further details.