Webhooks
Listen for events happening in Clarityflow.
Last updated
Listen for events happening in Clarityflow.
Last updated
Webhooks enable your app or service to listen for events happening in Clarityflow and get notified via HTTP POST requests.
Tip: webhook.site is a handy utility for testing webhooks and inspecting their payloads.
Go to Settings > Integrations > Manage Webhooks.
Input the Webhook URL.
Select at least 1 Clarityflow event to trigger sending to this webhook URL. These events are available. Click each to see more information.
When an event occurs that triggers a webhook, we will send an HTTP POST to the URL you specified, with a JSON-encoded body.
Webhook request bodies include:
As of this writing (December 2024), webhooks can be sent when the following events occur in Clarityflow. Click each to get more information about the data sent with each request: