{
  "name": "Airtable SMS sender - bulk text sender template for Airtable",
  "nodes": [
    {
      "id": "0f9a301c-3c4e-4b93-9acb-aaac7dc71767",
      "name": "Monitor Order Status Changes",
      "type": "n8n-nodes-base.airtableTrigger",
      "position": [
        560,
        240
      ]
    },
    {
      "id": "b3fd2c55-69bb-4deb-960b-4fce09c97a6a",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        768,
        240
      ]
    },
    {
      "id": "4be3c39c-6be2-49cd-81bc-368a501eb9cd",
      "name": "Combine Config with Order Data",
      "type": "n8n-nodes-base.merge",
      "position": [
        1328,
        16
      ]
    },
    {
      "id": "70b22256-8e20-4eb5-99df-eef81da8ef12",
      "name": "Prepare SMS Content",
      "type": "n8n-nodes-base.set",
      "position": [
        1520,
        16
      ]
    },
    {
      "id": "a4a0103e-9fe8-4076-bee8-6c8c34a3fae6",
      "name": "Send Order Status SMS",
      "type": "n8n-nodes-base.twilio",
      "position": [
        1728,
        16
      ]
    },
    {
      "id": "cd039e97-d4f4-4d67-bc1b-f972d79ba2d5",
      "name": "Check SMS Delivery",
      "type": "n8n-nodes-base.if",
      "position": [
        1936,
        16
      ]
    },
    {
      "id": "d85bf204-a0b4-4f00-aa04-2704ea7787af",
      "name": "Filter Pending Notifications",
      "type": "n8n-nodes-base.if",
      "position": [
        944,
        240
      ]
    },
    {
      "id": "b079226c-e475-438e-8fa8-46b82d129a21",
      "name": "Mark Notification as Sending",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1184,
        192
      ]
    },
    {
      "id": "eff63937-f30e-4d03-8c14-07091abb0bbc",
      "name": "Mark Notification as Success",
      "type": "n8n-nodes-base.airtable",
      "position": [
        2176,
        -80
      ]
    },
    {
      "id": "35bb7ae7-8b76-4eb4-8be3-c9f270887039",
      "name": "Mark Notification as Failed",
      "type": "n8n-nodes-base.airtable",
      "position": [
        2176,
        128
      ]
    },
    {
      "id": "c42f9334-652d-485b-aab2-08380db4af6f",
      "name": "Configuration Helper",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        688,
        64
      ],
      "parameters": {
        "width": 272,
        "height": null,
        "content": "## Configure here 👇👇\nUpdate these URLs to match your Airtable base:\n- orders_table_url\n- notifications_table_url\n- scripts_table_url (optional)\n- from_number (your Twilio number)"
      }
    },
    {
      "id": "contact-note-1759930148724",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -690
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "doc-note-1759930148724",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -250
      ],
      "parameters": {
        "width": 600,
        "height": 1100,
        "content": "## Workflow Overview\n\nThis workflow automatically sends personalized SMS notifications to customers when their order status changes in Airtable. Perfect for e-commerce businesses, this automation moni"
      }
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "Filter Pending Notifications",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check SMS Delivery": {
      "main": [
        [
          {
            "node": "Mark Notification as Success",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Mark Notification as Failed",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare SMS Content": {
      "main": [
        [
          {
            "node": "Send Order Status SMS",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Order Status SMS": {
      "main": [
        [
          {
            "node": "Check SMS Delivery",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Pending Notifications": {
      "main": [
        [
          {
            "node": "Combine Config with Order Data",
            "type": "main",
            "index": 0
          },
          {
            "node": "Mark Notification as Sending",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Mark Notification as Sending": {
      "main": [
        [
          {
            "node": "Combine Config with Order Data",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Monitor Order Status Changes": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine Config with Order Data": {
      "main": [
        [
          {
            "node": "Prepare SMS Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}