This notebook goes over how to use the Twilio API wrapper to send a message through SMS or Twilio Messaging Channels. Twilio Messaging Channels facilitates integrations with 3rd party messaging apps and lets you send messages through WhatsApp Business Platform (GA), Facebook Messenger (Public Beta) and Google Business Messages (Private Beta).Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
Setup
To use this tool you need to install the Python Twilio packagetwilio
account_sid, auth_token, from_number, or you can set the environment variables TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN, TWILIO_FROM_NUMBER.
Sending an SMS
Sending a WhatsApp message
You’ll need to link your WhatsApp Business Account with Twilio. You’ll also need to make sure that the number to send messages from is configured as a WhatsApp Enabled Sender on Twilio and registered with WhatsApp.Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

