make_call
Initiate phone calls programmatically using Telnyx's telephony infrastructure. Specify source and destination numbers to place voice calls through API integration.
Instructions
Make a call.
Args:
to: Required. Destination number or SIP URI.
from_: Required. Source number.
connection_id: Optional. Connection ID of a call control application to use for the call (same as call_control_application_id).
Returns:
Dict[str, Any]: Response data
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |