OpenPhonexDocs

Webhooks

Call-lifecycle and DIDWW SMS delivery callbacks — where your call and SMS events land.

Webhooks deliver call-lifecycle and SMS events to your endpoint so your agent can react without polling. Configure the destination in the dashboard; the recent event stream is visible under Webhooks in the app.

Call lifecycle

Call events fire as a call moves through its lifecycle — ringing, answered, recording available, transcript ready, ended — each carrying the call id so you can fetch full evidence with get_call / get_call_transcript.

SMS delivery (DIDWW callbacks)

Inbound SMS and delivery-status callbacks arrive from DIDWW and are normalized into conversation events. Read the thread with list_conversations (sms:read).

Evidence, not payloads

Treat webhook bodies as signals to fetch authoritative state over MCP/REST rather than the source of truth. The call and recording tools always return the current, scope-checked view.

On this page