This webhook is triggered when an action run completes. You can provide your webhook URL when creating an actions run via the /v1/actions endpoint.
Webhook Requirements:
When is it sent:
Use cases:
Example webhook setup:
When creating an actions run, include the webhookUrl parameter:
{
"actions": [{ "type": "VERIFY_LEAD_EMAIL" }],
"contactIds": [123, 456],
"webhookUrl": "https://your-domain.com/webhooks/genesy"
}
Your webhook endpoint will receive a POST request with the payload described below.