start_assistant_call
Initiate phone calls using an AI assistant by specifying the assistant ID, destination number, and source number from your Telnyx account.
Instructions
Start a call using an AI Assistant with a phone number.
Args:
assistant_id: Required. ID of the assistant to use for the call.
to: Required. Destination phone number to call.
from_: Required. Source phone number to call from (must be a number on your Telnyx account).
Returns:
Dict[str, Any]: Response data from the call initiation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assistant_id | Yes | ||
| to | Yes | ||
| from_ | Yes |