twilio_make_call
Initiate outbound phone calls using Twilio by providing account credentials, recipient number, and TwiML instructions or URL.
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 |