Skip to main content

POST /v1/webhooks

POST/v1/webhooks
scope: webhooks.manage 0 credits

Register a webhook endpoint.

Try it

POST/v1/webhooks
Saved locally in your browser
Request Body
URLhttps://slazbvfvliieskvkjtav.supabase.co/functions/v1/api-gateway/v1/webhooks

Enter your API key above to send requests

info

A HMAC secret is auto-generated (prefix whsec_). Maximum 10 webhooks per organization.

{
"name": "Make.com Lead Sync",
"url": "https://hook.make.com/abcdef123456",
"events": ["lead.replied", "reply.sent", "corty.suggested"]
}