X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calls/outbound' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"agentId": "bc309ecf-5f66-4057-93c5-6611cc9cb7b2",
"toNumber": "+4799999999",
"dynamicVariables": {
"property1": "string",
"property2": "string"
},
"trunkId": "string",
"fromNumber": "+4711111111"
}'{
"success": true,
"call": {
"id": "a1b2c3d4-0000-0000-0000-000000000000",
"phone_number": "+4799999999",
"direction": "outbound",
"status": "in_progress",
"room_name": "agent-room-1700000000000"
},
"room": "agent-room-1700000000000",
"sipCallId": "SCL_xxxxxxxxxxxx"
}