Telegram

community_telegram · action · Utility · Available · v1.0.0

Description

Telegram Bot API v2.0 — 75 actions: Messages, Media, Polls, Forum Topics, Bot Identity, Payments, Webhooks, plus FlowForge-exclusive batch & retry helpers.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
integrationLabel
Etichetta integration (opzionale)
stringno
chatId
Chat ID o @username
expressionyesNumeric ID o @username pubblico.
text
Testo (o caption)
expressionnoRequired se photoUrl vuoto.
photoUrl
URL foto (opzionale)
expressionnoSe valorizzato usa sendPhoto.
parseMode
Formato parse
enum
MarkdownV2HTMLMarkdownnone
noMarkdownV2Default MarkdownV2.
disableNotification
Notifica silenziosa
booleannofalse
disableWebPagePreview
Disabilita preview link
booleannofalse

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • ok
  • messageId
  • chatId
  • date
  • mode

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-community_telegram-1",
  "defId": "community_telegram",
  "label": "Telegram",
  "config": {
    "chatId": "<chatId>",
    "parseMode": "MarkdownV2",
    "disableNotification": false,
    "disableWebPagePreview": false
  }
}

🔗 Related nodes in the same category

Ready to use Telegram?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes