v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Webhooks

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.

eventsstring[]

All supported event type names. Use any of these as the eventType field when creating or updating a subscription.

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"
  ]
}