{
  "name": "Google Sheets send SMS with Twilio - bulk SMS automation simplified!",
  "nodes": [
    {
      "id": "57c3d2f1-a6bf-489b-8d89-e22e2c331060",
      "name": "Monitor Google Sheet for SMS Queue",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        -16,
        784
      ]
    },
    {
      "id": "46ad543f-8988-4258-9a9d-f824461e5862",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        176,
        784
      ]
    },
    {
      "id": "122f32a2-c87e-419f-b168-fabe5ed9a111",
      "name": "Merge Config with Row Data",
      "type": "n8n-nodes-base.merge",
      "position": [
        736,
        560
      ]
    },
    {
      "id": "e2135c65-c83a-487a-9fab-6760711001f1",
      "name": "Prepare SMS Content",
      "type": "n8n-nodes-base.set",
      "position": [
        928,
        560
      ]
    },
    {
      "id": "604eeeb8-57c7-452e-b9ba-a69609fb0869",
      "name": "Check if Ready to Send",
      "type": "n8n-nodes-base.if",
      "position": [
        384,
        784
      ]
    },
    {
      "id": "61cf54a2-dafe-48f2-812e-68edc1207c63",
      "name": "Send SMS via Twilio",
      "type": "n8n-nodes-base.twilio",
      "position": [
        1136,
        560
      ]
    },
    {
      "id": "3a112254-bd07-4b7c-9cd4-b2950548fbff",
      "name": "Update Status to Sending",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        592,
        768
      ]
    },
    {
      "id": "3497b801-644b-4e83-9638-e674090a4871",
      "name": "Check Send Result",
      "type": "n8n-nodes-base.if",
      "position": [
        1344,
        560
      ]
    },
    {
      "id": "d5252d5b-7064-42e5-9167-a9e544e7eaa8",
      "name": "Mark as Success",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1584,
        464
      ]
    },
    {
      "id": "b9b09def-5a49-49f3-b754-fcd7fb2bc521",
      "name": "Mark as Error",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1584,
        672
      ]
    },
    {
      "id": "3ae7f2e6-2907-4ccf-9c65-3f74ff79bbac",
      "name": "Configuration Helper",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        592
      ],
      "parameters": {
        "width": 272,
        "height": null,
        "content": "## Configure here 👇👇\nSet your Google Sheet URL and Twilio phone number in the Config node below"
      }
    },
    {
      "id": "contact-note-1759930148725",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -716,
        -71
      ],
      "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-1759930148725",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -716,
        369
      ],
      "parameters": {
        "width": 600,
        "height": 950,
        "content": "## Workflow Overview\n\nThis workflow automates sending personalized SMS messages directly from a Google Sheet. Simply update a row's status to \"To send\" and the workflow will automatically send the tex"
      }
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "Check if Ready to Send",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Send Result": {
      "main": [
        [
          {
            "node": "Mark as Success",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Mark as Error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare SMS Content": {
      "main": [
        [
          {
            "node": "Send SMS via Twilio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send SMS via Twilio": {
      "main": [
        [
          {
            "node": "Check Send Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if Ready to Send": {
      "main": [
        [
          {
            "node": "Update Status to Sending",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge Config with Row Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Status to Sending": {
      "main": [
        [
          {
            "node": "Merge Config with Row Data",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Merge Config with Row Data": {
      "main": [
        [
          {
            "node": "Prepare SMS Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Monitor Google Sheet for SMS Queue": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}