twilio_make_call
Initiate an outbound phone call using Twilio. Requires authentication, destination number, caller ID, and optionally TwiML or a URL for call flow.
Instructions
Initiate an outbound phone call via Twilio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | E.164 phone number to call | |
| url | No | URL that returns TwiML for the call | |
| from | Yes | Your Twilio phone number | |
| twiml | No | TwiML instructions for the call | |
| auth_token | Yes | ||
| account_sid | Yes |