Learn how to make outbound phone calls using the Verbex Platform.
from_number
: The e.164 string format of the number you purchasedto_number
: The phone number you want to call in e.164 string format. The number must be from the added phone numbers in your Verbex account.direction
: Specifies whether this is an incoming or outgoing call. Available options: inbound
, outbound
.metadata
: Custom key-value pairs for storing call-specific information.override_ai_agent_id
: Optional alternative AI agent identifier for special handling scenarios. (Coming Soon)pia_llm_dynamic_data
: Dynamic data to be used by the AI agent during this call. Use it to send information about this particular call to the AI agent.curl
Commandcurl
command. Make sure to replace YOUR_API_KEY
with your actual API key: