cURL
curl --request POST \ --url https://app.dograh.com/api/v1/workflow/{workflow_id}/runs \ --header 'Content-Type: application/json' \ --data ' { "mode": "<string>", "name": "<string>" } '
{ "id": 123, "workflow_id": 123, "name": "<string>", "mode": "<string>", "created_at": "2023-11-07T05:31:56Z", "definition_id": 123, "initial_context": {} }
Execute a workflow without placing a real phone call
Successful Response