Skip to main content
POST
/
api
/
v1
/
telephony
/
initiate-call
Initiate Call
curl --request POST \
  --url https://app.dograh.com/api/v1/telephony/initiate-call \
  --header 'Content-Type: application/json' \
  --data '
{
  "workflow_id": 123,
  "workflow_run_id": 123,
  "phone_number": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
Use this endpoint when you need to specify a workflow_run_id to resume context from a previous run, or when you want to use the workflow’s integer ID instead of its public UUID.

Headers

authorization
string | null
X-API-Key
string | null

Body

application/json
workflow_id
integer
required
workflow_run_id
integer | null
phone_number
string | null

Response

Successful Response