Skip to main content
Twilio logo

Twilio

Send SMS/WhatsApp via Twilio; manage messages, numbers, and lookups. Exposes 21 actions covering the full API surface the agent needs - read and write.

What it can do

MethodWhat it does
twilio_get_accountGet authenticated account info - GET /Accounts/{account_sid}.
twilio_list_messagesList messages - GET /Accounts/{account_sid}/Messages.
twilio_get_messageGet one message - GET /Accounts/{account_sid}/Messages/{message_sid}.
twilio_send_messageSend an SMS or MMS message - POST /Accounts/{account_sid}/Messages.
twilio_update_messageUpdate a message - POST /Accounts/{account_sid}/Messages/{message_sid}.
twilio_redact_messageRedact (delete content of) a message - POST /Accounts/{account_sid}/Messages/{message_sid}.
twilio_list_callsList calls - GET /Accounts/{account_sid}/Calls.
twilio_get_callGet one call - GET /Accounts/{account_sid}/Calls/{call_sid}.
twilio_make_callMake a phone call - POST /Accounts/{account_sid}/Calls.
twilio_list_incoming_phone_numbersList incoming phone numbers - GET /Accounts/{account_sid}/IncomingPhoneNumbers.
twilio_get_incoming_phone_numberGet one incoming phone number - GET /Accounts/{account_sid}/IncomingPhoneNumbers/{sid}.
twilio_buy_phone_numberBuy a phone number - POST /Accounts/{account_sid}/IncomingPhoneNumbers.
twilio_release_phone_numberRelease (delete) an incoming phone number - DELETE /Accounts/{account_sid}/IncomingPhoneNumbers/{sid}.
twilio_list_outgoing_caller_idsList outgoing caller IDs - GET /Accounts/{account_sid}/OutgoingCallerIds.
twilio_get_outgoing_caller_idGet one outgoing caller ID - GET /Accounts/{account_sid}/OutgoingCallerIds/{sid}.
twilio_create_outgoing_caller_idAdd an outgoing caller ID (verify a phone number) - POST /Accounts/{account_sid}/OutgoingCallerIds.
twilio_delete_outgoing_caller_idDelete an outgoing caller ID - DELETE /Accounts/{account_sid}/OutgoingCallerIds/{sid}.
twilio_list_available_phone_numbersList available phone numbers to buy - GET /Accounts/{account_sid}/AvailablePhoneNumbers/{iso_country}.
twilio_create_verificationCreate a verification code - POST /Services/{service_sid}/Verifications.
twilio_check_verificationCheck a verification code - POST /Services/{service_sid}/VerificationCheck.
twilio_lookup_phone_numberLookup a phone number for carrier/name info - GET /PhoneNumbers/{phone_number}.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
TWILIO_ACCOUNT_SIDTwilio Console dashboard.
TWILIO_AUTH_TOKENTwilio Console dashboard.

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope - regenerate it.
  • 429 Too Many Requests - you hit the provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Twilio!