Outbound Call

Initiates a call to a given phone number using Phonic's Twilio account.

Authentication

AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).

Request

This endpoint expects an object.
to_phone_numberstringRequired
The phone number to call in E.164 format.
configobjectOptional

When an agent is provided, these config options override the agent settings.

Response

Success response
conversation_idstring
The ID of the created conversation.

Errors