Skip to main content

Airtable SMS sender - bulk text sender template for Airtable

Workflow preview

Workflow preview
100%
Airtable SMS sender - bulk text sender template for Airtable preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Video Introduction Want to automate your i...

Best for

  • Support Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.airtabletrigger, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.twilio, n8n-nodes-base.if, n8n-nodes-base.airtable, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Milan Vasarhelyi - SmoothWork.

Original n8n.io source

1.1 Workflow description

Title
Airtable SMS sender - bulk text sender template for Airtable
Workflow name
Airtable SMS sender - bulk text sender template for Airtable

Video Introduction

Want to automate your inbox or need a custom workflow? πŸ“ž Book a Call | πŸ’¬ DM me on Linkedin

Overview

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.

Key Features

  • Automated SMS sending triggered by Airtable record changes
  • Personalized messages with customer name and order status
  • Complete delivery tracking with success/error status updates
  • Error handling for invalid phone numbers
  • Works with Twilio's free trial account for testing

Common Use Cases

  • E-commerce order status updates
  • Shipping notifications
  • Order confirmation messages
  • Customer communication logging

Setup Instructions

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

  • Add your Airtable Personal Access Token credentials to the workflow nodes
  • Create a Twilio account (free trial available)
  • From your Twilio dashboard, obtain your Account SID, Auth Token, and Twilio phone number
  • Add Twilio credentials to the "Send Order Status SMS" node

Step 3: Configure the Workflow In the Config node, update these URLs with your duplicated Airtable base:

  • notifications_table_url: Your Status Notifications table URL
  • orders_table_url: Your Orders table URL
  • from_number: Your Twilio phone number

Step 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.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Monitor Order Status Changes

Type / Role
n8n-nodes-base.airtableTrigger - airtableTrigger
Config choices
Version 1

Block 2 - Config

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 3 - Combine Config with Order Data

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 4 - Prepare SMS Content

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 5 - Send Order Status SMS

Type / Role
n8n-nodes-base.twilio - twilio
Config choices
Version 1

Block 6 - Check SMS Delivery

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Filter Pending Notifications

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Mark Notification as Sending

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 9 - Mark Notification as Success

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 10 - Mark Notification as Failed

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 11 - Configuration Helper

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Creator Contact Info

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Workflow Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Airtable SMS sender - bulk text sender template for Airtable
Complexity intermediate
Nodes 13
Categories Support Chatbot
Author Milan Vasarhelyi - SmoothWork
Published 17 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8682/8682.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Airtable SMS sender - bulk text sender template for Airtable do?

Video Introduction Want to automate your i...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Support Chatbot use case.