Skip to main content

Telegram Notify

Type: telegram_notify • Category: flow • Tags: telegram, notify, alert

Description

Send a message to a Telegram chat via Bot API (text or photo URL).

Parameters

NameTypeDescriptionRequiredDefault
chatIdstringChat ID or @channel username - copy from apudflow_bot. Check help for more info.no
texttextareaText (or caption if photoUrl provided)no
photoUrlstringOptional image URL to send as a photono
disableWebPagePreviewbooleannofalse

Help

Use {{ ... }} in parameters to pull from vars/data.

Examples:

  • text = 'Alert: ' + str(vars.get('signal'))
  • photoUrl = 'https://example.com/chart.png' # text becomes caption
  • Formatting: Markdown is always used (parse_mode='Markdown').

How to get your Chat ID (for end users):

  • Open Telegram and search for 'apudflow_bot'.
  • Open the chat and tap Start (/start).
  • You will receive your Chat ID from the bot. Copy it.
  • Paste this Chat ID into the Chat ID field in the form.
  • If you don’t see your ID after /start, send /id in the same chat and use the number you receive.