{
  "name": "Send Telegram notifications for new Feedspace testimonials",
  "nodes": [
    {
      "id": "65764b4b-90dc-40d3-9a31-2490ac9d4f15",
      "name": "Receive Feedspace Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        656,
        656
      ]
    },
    {
      "id": "07bea215-7cd0-4d67-b6b8-edcf2097cb6e",
      "name": "Send Telegram Notification",
      "type": "n8n-nodes-base.telegram",
      "position": [
        880,
        656
      ]
    },
    {
      "id": "585f1ac1-8d31-4722-97f3-e9ab81763872",
      "name": "Has Error?",
      "type": "n8n-nodes-base.if",
      "position": [
        1152,
        656
      ]
    },
    {
      "id": "43100bbb-c148-4ee9-8897-e7306d9bba0f",
      "name": "Success Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1568,
        512
      ]
    },
    {
      "id": "478fb22a-72b5-4d8e-9c94-7efddebfb2d8",
      "name": "Format Error Details",
      "type": "n8n-nodes-base.code",
      "position": [
        1456,
        848
      ]
    },
    {
      "id": "29d019dc-3246-4834-8211-02b19edb1305",
      "name": "Error Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1680,
        848
      ]
    },
    {
      "id": "e080eecf-8b93-41da-a042-153e28000e1b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        96,
        352
      ],
      "parameters": {
        "width": 372,
        "height": 776,
        "content": "## 🔔 Feedspace → Telegram Notifications\n\n@[youtube](AkjdEv5t50A)\n**Who is this for?**\nBusinesses using [Feedspace](https://feedspace.io) to collect testimonials who want instant Telegram notifications"
      }
    },
    {
      "id": "5e25d69a-01ef-4f87-9adf-9c91bb14ea82",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        592,
        528
      ],
      "parameters": {
        "width": 428,
        "height": 392,
        "content": "## Webhook & Notification\nReceives Feedspace webhook and sends Telegram notification"
      }
    },
    {
      "id": "40f8fd3b-f920-4039-b5fe-b51cc6f1d81a",
      "name": "Response Handling Group",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1088,
        416
      ],
      "parameters": {
        "width": 832,
        "height": 608,
        "content": "## Response Handling\nChecks for errors and returns appropriate HTTP response"
      }
    }
  ],
  "connections": {
    "Has Error?": {
      "main": [
        [
          {
            "node": "Success Response",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Format Error Details",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Error Details": {
      "main": [
        [
          {
            "node": "Error Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Feedspace Webhook": {
      "main": [
        [
          {
            "node": "Send Telegram Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Telegram Notification": {
      "main": [
        [
          {
            "node": "Has Error?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}