twilio_make_call
Make outbound phone calls via Twilio by specifying recipient, caller ID, and TwiML instructions. Automate voice call workflows with this tool.
Instructions
Initiate an outbound phone call via Twilio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_sid | Yes | ||
| auth_token | Yes | ||
| to | Yes | E.164 phone number to call | |
| from | Yes | Your Twilio phone number | |
| twiml | No | TwiML instructions for the call | |
| url | No | URL that returns TwiML for the call |