{
  "name": "Bot Telegram Simple",
  "nodes": [
    {
      "parameters": {
        "triggerOn": "webhook",
        "mode": "polling"
      },
      "name": "When chat message received",
      "type": "n8n-nodes-base.telegramTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "chatId": "={{$json.message.chat.id}}",
        "text": "=Hola! Recib\u00ed tu mensaje: {{$json.message.text}}"
      },
      "name": "Send Response",
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    }
  ],
  "connections": {
    "When chat message received": {
      "main": [
        [
          {
            "node": "Send Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}