{
  "name": "Create ticket on specific customer messages in Telegram",
  "nodes": [
    {
      "id": null,
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        0,
        250
      ]
    },
    {
      "id": null,
      "name": "Monday.com",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        650,
        150
      ]
    },
    {
      "id": null,
      "name": "Monday.com1",
      "type": "n8n-nodes-base.mondayCom",
      "position": [
        650,
        350
      ]
    },
    {
      "id": null,
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        500,
        150
      ]
    },
    {
      "id": null,
      "name": "IF1",
      "type": "n8n-nodes-base.if",
      "position": [
        180,
        250
      ]
    },
    {
      "id": null,
      "name": "Freshdesk",
      "type": "n8n-nodes-base.freshdesk",
      "position": [
        350,
        150
      ]
    },
    {
      "id": null,
      "name": "Freshdesk1",
      "type": "n8n-nodes-base.freshdesk",
      "position": [
        350,
        350
      ]
    },
    {
      "id": null,
      "name": "Telegram1",
      "type": "n8n-nodes-base.telegram",
      "position": [
        500,
        350
      ]
    }
  ],
  "connections": {
    "IF1": {
      "main": [
        [
          {
            "node": "Freshdesk",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Freshdesk1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram": {
      "main": [
        [
          {
            "node": "Monday.com",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Freshdesk": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram1": {
      "main": [
        [
          {
            "node": "Monday.com1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Freshdesk1": {
      "main": [
        [
          {
            "node": "Telegram1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "IF1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}