Handle Inbound Telephony
curl --request POST \
--url https://app.dograh.com/api/v1/telephony/inbound/{workflow_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Runs
Inbound Run Webhook
deprecated
Webhook endpoint that starts agent runs from inbound calls
POST
/
api
/
v1
/
telephony
/
inbound
/
{workflow_id}
Handle Inbound Telephony
curl --request POST \
--url https://app.dograh.com/api/v1/telephony/inbound/{workflow_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Configure this URL in your telephony provider’s dashboard (Twilio, Vonage, etc.) to start agent runs from inbound calls to a specific agent. TheDocumentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
workflow_id determines which agent handles the call.
See Inbound calls for full setup instructions per provider.Path Parameters
Response
Successful Response
⌘I