v1
latestOpenAPI 3.1.02026-07-26359254.7 MBWebhooks
List supported event types
<small>Requires the webhooks:read scope (or a broader one that includes it).</small>
Returns the catalog of event type names a subscription may listen to. Use any of these values in the eventType field when creating or updating a subscription.
get/v3/webhooks/events
Response
Supported event types.
Example response
{
"events": [
"email_replied",
"reply_categorized",
"email_sent",
"contact_finished",
"email_opened",
"contact_opted_out",
"contact_called",
"email_link_clicked",
"email_account_connection_lost",
"email_bounced",
"linkedin_connection_request_sent",
"linkedin_message_sent",
"linkedin_connection_request_accepted",
"linkedin_message_replied",
"linkedin_reply_categorized",
"email_account_error",
"email_auto_reply",
"autopilot_stopped",
"linkedin_account_alerts",
"contact_replied"
]
}