v3

latestOpenAPI 3.1.02026-08-0755220214.3 KB
conversations

Outbound Call

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

post/conversations/outbound_call

Headers

Authorizationstring required

Bearer authentication header of the form Bearer <PHONIC_API_KEY>. Manage your API keys here.

Request body

to_phone_numberstring required

The phone number to call in E.164 format.

dry_runboolean

If true, validates the outbound call setup without placing a call. Returns HTTP 200 with conversation_id set to null.

Response

Success response

OR