Skip to main content
Webhooks let your application react in real time to ReachOwl campaign events, such as when a contact accepts a friend request or replies to a message. Register an HTTPS endpoint and choose which events to receive.
string
required
The HTTPS endpoint that ReachOwl will POST event payloads to.
array
required
Array of event type strings to subscribe to. Available values:
  • contact-is-sent-a-friend-request
  • contact-accept-your-friend-request
  • contact-is-sent-a-message
  • contact-reply-to-your-message
  • contact-failed-process
integer
Scope this webhook to a specific campaign. Omit to receive events from all campaigns.
A successful request returns the created webhook object with its id. Use this id to update or delete the webhook later.
Use HTTPS endpoints in production. ReachOwl cannot guarantee delivery to plain HTTP URLs.
To see the full list of available event types, call GET /api/v1/events before creating your subscription.