Events
Event Format
{
"event": "event.type",
"id": "evt_abc123",
"timestamp": "2025-01-10T12:00:00Z",
"data": {
// Event-specific data
}
}Call Events
call.initiated
{
"event": "call.initiated",
"id": "evt_001",
"timestamp": "2025-01-10T12:00:00Z",
"data": {
"call_id": "call_abc123",
"direction": "inbound",
"from_number": "+14155551234",
"to_number": "+2348012345678",
"phone_number_id": "pn_123",
"endpoint_id": "ep_456"
}
}call.ringing
call.answered
call.completed
call.failed
Phone Number Events
phone_number.purchased
phone_number.released
phone_number.updated
Endpoint Events
endpoint.created
endpoint.updated
endpoint.deleted
Recording Events
recording.ready
transcript.ready
Port Request Events
port_request.submitted
port_request.completed
port_request.failed
Billing Events
balance.low
payment.received
Event Subscriptions
Event Wildcards
Last updated
