Create a new webhook endpoint
Bearer YOUR_API_KEYapplication/json["*"] for all events.Available events:call.started - Call has been initiatedcall.ringing - Call is ringingcall.answered - Call was answeredcall.completed - Call ended successfullycall.failed - Call failedcall.recording.ready - Recording is availablecall.transcript.ready - Transcript is availableagent.created - New agent createdagent.updated - Agent was updatedagent.deleted - Agent was deletedactive, inactive, failingsecret to verify incoming webhooks:
| Code | Description |
|---|---|
invalid_url | URL must be a valid HTTPS endpoint |
invalid_events | One or more event types are invalid |
webhook_limit_reached | Maximum webhooks for your plan |
url_unreachable | Could not reach the webhook URL |