Modules
Webhook Module
POST
The Webhook module allows you to integrate your campaigns with external systems by sending real-time event notifications.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
call.started
, call.ended
, call.failed
, call.voicemail_detected
, conversation.transcript
, conversation.intent_detected
, conversation.entity_captured
, campaign.started
, campaign.paused
, campaign.completed
, campaign.quota_reached
Was this page helpful?