Developer & DevOps

Receive Telegram messages and execute programmatic actions

8 nodes 190 134 Webhook
Download

Workflow Description

Automation that receives messages from Telegram via webhook, processes data through conditional logic and code execution, then performs specific actions in response to message content or type.

How it works

  1. 1.Receive incoming message from Telegram through webhook endpoint
  2. 2.Evaluate message type or content using conditional logic and switches
  3. 3.Execute custom code or send automated Telegram response

Use cases

  • Telegram bots that respond to user commands automatically
  • Process notifications and alerts from external applications via Telegram
  • Route and categorize messages to different channels or groups based on content

Requirements

  • Bot authentication token from Telegram Bot Father
  • Public webhook endpoint accessible from Telegram servers
  • Understanding of Telegram message payload structure

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Telegram

Details

Trigger Webhook
Nodes 8
Apps 1
Views 190
Downloads 134

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (8)

telegram account

Code

#1

check tg account exists

If

#2

check type

Switch

#3

Send Update

Set

#4

Send Create

Set

#5

Send Assign Alert

Set

#6

check issue body, assignee and hook type

If

#7

jira-webhook

Webhook

#8