Skip to main content
GET
/
v3
/
webhooks
/
events
List supported event types
curl --request GET \
  --url https://api.reply.io/v3/webhooks/events \
  --header 'X-API-Key: <api-key>'
{
  "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"
  ]
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

Supported event types.

Catalog of event types that a webhook subscription can subscribe to.

events
string[]

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