Use structured event data
Receive JSON with an event name, timestamp, and event-specific data.

Funkel AI + Custom Webhook
Receive signed Funkel AI events at your own HTTPS endpoint. Build event handling around your existing services.

Funkel AI × Custom Webhook
Via webhooksWorking together
Your own tools can react to outreach activity. Subscribe a public HTTPS endpoint to supported Funkel AI events. Verify each request and decide how your service handles the data.
What you can do
Receive JSON with an event name, timestamp, and event-specific data.
Check the HMAC-SHA256 signature against the exact request body and your subscription secret.
Store events, apply your rules, and connect the services your workflow requires.
An example workflow
Create a subscription for supported events and your public HTTPS endpoint.
Validate the signature before parsing and processing the event.
Store the received event and apply your own processing and duplicate handling.
Get connected
Connection details
A little more detail
Calculate HMAC-SHA256 over the raw request body. Compare it with X-LeadPilot-Signature using your subscription secret.
Yes. The API provides signed subscription tests and sample payloads. Check the destination status in the response.
Outbound webhooks send events to your service. Use the REST API for supported changes in Funkel AI.