Use your AI to send SMS messages and make calls via Twilio. Great for alerts, notifications, and automated communication workflows.
Credentials
| Name | Label | Required |
|---|---|---|
TWILIO_ACCOUNT_SID | Account SID | required |
TWILIO_AUTH_TOKEN | Auth Token | required |
TWILIO_FROM | From Phone Number | required |
Setup
terminal
conductor plugins setup twilioTools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
twilio_sms | Send an SMS message | to, body | required |
twilio_call | Initiate a phone call | to, url | required |
twilio_messages | List recent messages | to?, from?, limit? | — |
twilio_message | Get a message by SID | sid | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Send an SMS to +1 555-0100: Your order is ready”
twilio_sms“Show me the last 10 messages sent from my number”
twilio_messages