Integrations
Community Toolkits
Twilio
Reference

Twilio Toolkit

Nametwilio
Packagearcade_twilio (opens in a new tab)
RepositoryGithub (opens in a new tab)
Installpip install arcade_twilio==0.1.0
DescriptionA twilio integration to send SMS and WhatsApps.
Author[email protected]
Tool NameDescription
SendSmsSend an SMS/text message to a phone number
SendWhatsappSend a WhatsApp message to a phone number

SendSms

Send an SMS/text message to a phone number

Parameters

  • phone_number(string, required) The phone number to send the message to. Use 'my_phone_number' when a phone number is not specified or when the request implies sending to the user themselves
  • message(string, required) The text content to be sent via SMS

SendWhatsapp

Send a WhatsApp message to a phone number

Parameters

  • phone_number(string, required) The phone number to send the message to. Use 'my_phone_number' when a phone number is not specified or when the request implies sending to the user themselves
  • message(string, required) The text content to be sent via WhatsApp