Communication & Messaging

0201 Telegram Executecommand Process Webhook

0201 Telegram Executecommand Process Webhook

Manual
High
21
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
21
Node Types
0

Workflow JSON

14.19 KB
{
  "name": "0201 Telegram Executecommand Process Webhook",
  "nodes": [
    {
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "notes": "check bot commands",
      "position": [
        460,
        480
      ],
      "parameters": {
        "rules": {
          "rules": [
            {
              "value2": "/start"
            },
            {
              "output": 1,
              "value2": "/getweather"
            }
          ]
        },
        "value1": "={{$json[\"message\"][\"text\"]}}",
        "dataType": "string",
        "fallbackOutput": 3
      },
      "notesInFlow": true,
      "typeVersion": 1
    },
    {
      "name": "msg_greet",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1820,
        300
      ],
      "parameters": {
        "text": "=Nice to meet you, {{$node[\"Telegram Trigger\"].json[\"message\"][\"from\"][\"first_name\"]}}.\nI am n8n-powered bot, I can send you a weather data for several European capitals. ...

Showing first 1000 characters. Click "Expand" to view the full JSON.