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_number
The phone number to call in E.164 format.
config
When an agent is provided, these config options override the agent settings.
Response
Success response
conversation_id
The ID of the created conversation.