Skip to main content
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>"
    }
  ]
}
Configure this URL in your telephony provider’s dashboard (Twilio, Vonage, etc.) to route inbound calls to a specific agent. The workflow_id determines which agent handles the call. See Inbound Calls for full setup instructions per provider.

Headers

x-twilio-signature
string | null
x-vobiz-signature
string | null
x-vobiz-timestamp
string | null
x-cx-apikey
string | null

Path Parameters

workflow_id
integer
required

Response

Successful Response