Calls
Create Call
Trigger a new call to a customer
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
The phone number to call (E.164 format, e.g., +1234567890)
The unique identifier of the invoice associated with this call
The unique identifier of the voice agent to handle this call
The purpose of the call (e.g., “payment_reminder”, “follow_up”,
“verification”)
ISO 8601 timestamp for when to make the call (optional, defaults to immediate)
The name of the customer being called (for personalization)
Additional metadata for the call (campaign_id, department, etc.)
Bearer token for API authentication
