twilio_make_call
Initiate an outbound voice call via Twilio. The call plays TwiML instructions or reads text aloud using text-to-speech.
Instructions
Initiate an outbound voice call via Twilio. The call is connected and plays the specified TwiML or reads text aloud via text-to-speech.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Phone number to call in E.164 format | |
| say | No | Text-to-speech message to play when the call is answered. Ignored if twiml is provided. | |
| from | No | Override caller phone number. Defaults to TWILIO_PHONE_NUMBER. | |
| twiml | No | TwiML instructions for the call. If omitted, use the 'say' parameter instead. | |
| record | No | Record the call. Default: false |