This workflow automatically sends personalized SMS notifications to customers when their order status changes in Airtable. Monitor your order management base and instantly notify customers about updates like "Confirmed" or "Shipped" without manual intervention.
When an order status changes in your Orders table, a notification record is automatically created in a Status Notifications table. The workflow monitors this table, prepares personalized messages using the customer's name and order status, sends the SMS via Twilio, and updates the delivery status back to Airtable for complete tracking and logging.
Step 1: Duplicate the Airtable Base
Copy the Order Management Base template to your Airtable workspace. You must use your own copy as the workflow needs write permissions.
Step 2: Connect Your Accounts
Step 3: Configure the Workflow
In the Config node, update these URLs with your duplicated Airtable base:
notifications_table_url
: Your Status Notifications table URLorders_table_url
: Your Orders table URLfrom_number
: Your Twilio phone numberStep 4: Customize the Message
Modify the "Prepare SMS Content" node to personalize the message template with your brand voice and additional order details.
Step 5: Activate
Toggle the workflow to 'Active' and the automation will monitor your Airtable base every minute, sending notifications automatically.