The phone number to call. Must be in E.164 format.
The phone number to call from. Must be in E.164 format.
The unique identifier of the agent making the call.
Any additional data to associate with the call. This will be passed to the agent for the call.
The date and time to schedule the call. If not provided, the call will be made immediately.
{
"target_phone_number": "+11234567890", // Replace with your target phone number
"from_phone_number": "+11234567890", // Replace with your from phone number
"agent_id": "00000000-0000-0000-0000-000000000000", // Replace with your agent ID
"metadata": {
"name": "John Smith",
"age": 24
}
}