Call a customer

This endpoint allows you to start an outbound call to a customer, providing an AI persona ID to use as the instructions for the call.

post

Start an outbound call with the customer.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

customerIdstringRequired

The ID of the customer.

Body
personaIdstringRequired
voiceMailPersonaIdstringOptional
phoneNumberstringOptional
enginestring · enumOptionalPossible values:
Responses
200

The call was started succesfully.

application/json
post
/v1/agents/{agentId}/customers/{customerId}/call

Last updated