This workflow automates sending personalized SMS messages directly from a Google Sheet using Twilio. Simply update a row's status to "To send" and the workflow automatically sends the text message, then updates the status to "Success" or "Error" based on delivery results. Perfect for event reminders, bulk notifications, appointment confirmations, or any scenario where you need to send customized messages to multiple recipients.
[First Name]
and [Last Name]
placeholders in message templatesMake a copy of the Google Sheets template by going to File → Make a copy. You must use your own copy so the workflow has permission to update status values.
In the Config node, update:
sheet_url
: Paste the URL of your copied Google Sheetfrom_number
: Enter your Twilio phone number (include country code, e.g., +1234567890)Activate the workflow using the toggle in the top right corner. Add a row to your sheet with the required information (ID, First Name, Phone Number, Message Template) and set the Status to "To send". Within one minute, the workflow will process the message and update the status accordingly.