Trigger events
Create a webhook
1
Open the Webhooks tab
Go to Dashboard → Integrations → Webhooks and click Create Webhook.
2
Name your webhook
Enter an optional name to identify this webhook (e.g. “Zapier Lead Notification”). This is for your reference only.
3
Choose a trigger event
Select the event that should fire this webhook from the dropdown. Each webhook is tied to one event.
4
Enter your endpoint URL
Paste the URL that should receive the POST request (e.g. your Zapier Catch Hook URL or your own server endpoint).
5
Save
Click Create Webhook. The webhook is active immediately.
Example payloads
Webhook security
Each webhook has a signing secret generated automatically when you create it. Boltcall includes an HMAC-SHA256 signature in theX-Boltcall-Signature header of every request.
You should verify this signature on your server to confirm the request genuinely came from Boltcall.
Testing a webhook
Each webhook has a play button in its row. Clicking it sends a sample payload to your endpoint immediately, without waiting for a real event. After a test fires, expand the webhook row to see the result in the Event Log — including the HTTP status code, response body, and response time in milliseconds.The event log shows the last 100 delivery attempts per webhook, including both test events and live events.