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.
consentForCalls
parameter must be set to true
in your API request to confirm you have obtained proper consent from all contacts.basicTriggerCall
schema for simple calls with minimal information:
firstName
, lastName
, phone
projectId
and consentForCalls
dynamicFieldsTriggerCall
schema for personalized calls:
{customField}
variablescampaignTriggerCall
schema for organized campaigns:
campaignName
insightsTriggerCall
schema for data collection:
insights
array with questionsAPI 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
The body is of type object
.
Calls triggered successfully
The response is of type object
.