{
  "name": "Simple SMS messaging system with Textbelt API integration",
  "nodes": [
    {
      "id": "432b4b52-1bc6-4c76-ab3d-6a3ba0784ad1",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -120,
        0
      ]
    },
    {
      "id": "31115888-67ae-4e9a-8e9a-f361890ed424",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "aebe1619-6d09-403f-ac18-384c346a8f05",
      "name": "Set Data",
      "type": "n8n-nodes-base.set",
      "position": [
        40,
        0
      ]
    },
    {
      "id": "fe4c2c16-74ce-4b79-9263-eace958cc8c5",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -240
      ],
      "parameters": {
        "width": 840,
        "height": 420,
        "content": "## Sending SMS via Textbelt API\n\nStep:\n1. Manual Trigger: Starts the workflow manually by clicking ‘Execute workflow’.\n2. Set Data Node: Defines the required input parameters (phone, message, and key)"
      }
    }
  ],
  "connections": {
    "Set Data": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        []
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Set Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}