Talkr AI
API ReferenceRuns

Inbound Run Webhook

Webhook endpoint that starts agent runs from inbound calls

Configure this URL in your telephony provider's dashboard (Twilio, Vonage, etc.) to start agent runs from inbound calls to a specific agent. The workflow_id determines which agent handles the call.

See Inbound calls for full setup instructions per provider.

Deprecated

POST
/api/v1/telephony/inbound/{workflow_id}

Path Parameters

workflow_id*Workflow Id

Response Body

application/json

application/json

curl -X POST "https://example.com/api/v1/telephony/inbound/0"
null