Skip to main content
POST
Trigger a new call to a customer using their phone number and associated invoice.
This endpoint initiates a call to the specified phone number and associates it with the given invoice. The call will be handled by the configured voice agent.

Request

string
required
The phone number to call (E.164 format, e.g., +1234567890)
string
required
The unique identifier of the invoice associated with this call
string
required
The unique identifier of the voice agent to handle this call
string
The purpose of the call (e.g., “payment_reminder”, “follow_up”, “verification”)
string
ISO 8601 timestamp for when to make the call (optional, defaults to immediate)
string
The name of the customer being called (for personalization)
object
Additional metadata for the call (campaign_id, department, etc.)
string
required
Bearer token for API authentication