Docs
Integrations
Connecting Third-Party Webhooks
Connecting Third-Party Webhooks
External integrations allow you to pipe data from Clovve to your entire stack. We use standard HTTP POST requests with a signed payload to ensure your data doesn't end up in the wrong hands.
Endpoint: Provide a publicly accessible URL from your provider (e.g., Zapier, Make, or a custom Node.js server).
Payload: By default, we send a flat JSON object containing the
event_id,timestamp, and the filtereddatablock defined in your Workflow.Security: Every request includes an
X-Clovve-Signatureheader. Always verify this hash against your Webhook Secret to keep your infrastructure a fortress.
Example Webhook Body (JSON):
JSON
Note: If your endpoint returns anything other than a 2xx status code, we'll retry the delivery in a tanda of 3 attempts with exponential backoff before marking the integration as "Degraded".