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

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Response

Supported event types.

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

events
string[]
read-only

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