AutomationFlowsData & Sheets › Send SMS from Airtable to Twilio

Send SMS from Airtable to Twilio

Original n8n title: Send SMS to Numbers Stored in Airtable with Twilio

Send SMS to numbers stored in Airtable with Twilio. Uses manualTrigger, airtable, twilio. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesAirtableTwilio
Data & Sheets Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "id": "1",
  "name": "Send SMS to numbers stored in Airtable with Twilio",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        250,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        450,
        300
      ],
      "parameters": {
        "table": "",
        "operation": "list",
        "application": "",
        "additionalOptions": {}
      },
      "credentials": {
        "airtableApi": "<your credential>"
      },
      "typeVersion": 1
    },
    {
      "name": "Twilio",
      "type": "n8n-nodes-base.twilio",
      "position": [
        650,
        300
      ],
      "parameters": {
        "to": "={{$node[\"Airtable\"].json[\"fields\"][\"Number\"]}}",
        "from": "",
        "message": "=Hello, {{$node[\"Airtable\"].json[\"fields\"][\"Name\"]}}!\nSending this SMS from n8n!"
      },
      "credentials": {
        "twilioApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "Twilio": {
      "main": [
        []
      ]
    },
    "Airtable": {
      "main": [
        [
          {
            "node": "Twilio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Airtable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Send SMS to numbers stored in Airtable with Twilio. Uses manualTrigger, airtable, twilio. Event-driven trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

[](https://youtu.be/6QKbzoWMaXE)

Airtable Trigger, Twilio, Airtable
Data & Sheets

Send Airtable Data As Tasks To Trello. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.

Airtable, Bannerbear, Trello
Data & Sheets

Store the output of a phantom in Airtable. Uses manualTrigger, phantombuster, airtable. Event-driven trigger; 4 nodes.

PhantomBuster, Airtable
Data & Sheets

CFP Selection 2. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.

Airtable, Bannerbear, Trello
Data & Sheets

Wise Airtable. Uses wiseTrigger, wise, airtable. Event-driven trigger; 4 nodes.

Wise Trigger, Wise, Airtable