curl --request POST \
--url https://api.vodex.ai/api/v1/trigger-call \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'dburl: <dburl>' \
--data '
{
"callList": [
{
"firstName": "<string>",
"lastName": "<string>",
"phone": "<string>"
}
],
"projectId": "<string>",
"consentForCalls": true
}
'{
"success": true,
"message": "<string>",
"data": {
"callsTriggered": 123,
"callIds": [
"<string>"
]
}
}Trigger automated calls with various configurations: basic calls, dynamic fields, campaign organization, or insights collection. The API supports multiple request formats based on your needs.
curl --request POST \
--url https://api.vodex.ai/api/v1/trigger-call \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'dburl: <dburl>' \
--data '
{
"callList": [
{
"firstName": "<string>",
"lastName": "<string>",
"phone": "<string>"
}
],
"projectId": "<string>",
"consentForCalls": true
}
'{
"success": true,
"message": "<string>",
"data": {
"callsTriggered": 123,
"callIds": [
"<string>"
]
}
}API Key authentication. Pass your API key in the Authorization header.
API Key - authentication token for your account
Database URL - unique account identifier
Call trigger payload - supports basic calls, dynamic fields, campaigns, or insights collection
Your Vodex project ID
Must be true to confirm consent for calling