{
  "name": "Configure Telegram bot webhooks with form automation",
  "nodes": [
    {
      "id": "069cd3df-bc76-494f-ae26-997c6f20e405",
      "name": "Webhook Configuration Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -460,
        160
      ]
    },
    {
      "id": "695cf6d2-c03f-4aa9-88d7-c1d8ce0295f9",
      "name": "Build Telegram API URL",
      "type": "n8n-nodes-base.set",
      "position": [
        0,
        160
      ]
    },
    {
      "id": "0ebd493a-8e29-4463-bc86-f631102557d7",
      "name": "Redirect to Telegram API",
      "type": "n8n-nodes-base.form",
      "position": [
        440,
        160
      ]
    },
    {
      "id": "03c8261a-4b83-4e3f-bd1a-ff7361271987",
      "name": "Form Collection Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        -220
      ],
      "parameters": {
        "width": 500,
        "height": 540,
        "content": "## Form Input Collection\n\nThis node creates a user-friendly web form to collect webhook configuration data:\n\n**Input Fields:**\n- Bot API Token (from @BotFather)\n- Webhook URL (your n8n endpoint)\n\n**Fe"
      }
    },
    {
      "id": "d5680d48-d3c4-4495-a973-2286a0865619",
      "name": "URL Processing Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -220
      ],
      "parameters": {
        "width": 380,
        "height": 540,
        "content": "## URL Construction Logic\n\nThis node builds the proper Telegram API URL for webhook configuration:\n\n**Process:**\n- Constructs Telegram setWebhook API URL\n- URL-encodes the webhook parameter\n- Creates "
      }
    },
    {
      "id": "243ecd80-ffec-465b-bf84-c46e0a30fadc",
      "name": "API Redirect Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        -220
      ],
      "parameters": {
        "width": 440,
        "height": 540,
        "content": "## Telegram API Redirect\n\nThis node completes the webhook configuration by redirecting to Telegram:\n\n**Final Step:**\n- Redirects user to generated API URL\n- Telegram processes webhook configuration\n- "
      }
    },
    {
      "id": "2e782593-940a-40ad-b7a4-74c69834a28b",
      "name": "Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        360
      ],
      "parameters": {
        "width": 1360,
        "height": 300,
        "content": "## 🤖 Telegram Bot Webhook Configuration Tool\n\n**Purpose:** Streamline Telegram bot webhook setup for n8n automation workflows\n\n**Benefits:**\n✅ Eliminates manual URL construction\n✅ Prevents configurati"
      }
    }
  ],
  "connections": {
    "Build Telegram API URL": {
      "main": [
        [
          {
            "node": "Redirect to Telegram API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook Configuration Form": {
      "main": [
        [
          {
            "node": "Build Telegram API URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}