cURL
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>" } ] }
Start an outbound call with more control than the public endpoint
workflow_run_id
Successful Response