Description
Telegram Bot API v2.0 — 75 actions: Messages, Media, Polls, Forum Topics, Bot Identity, Payments, Webhooks, plus FlowForge-exclusive batch & retry helpers.
community_telegram · action · Utility · Available · v1.0.0
Telegram Bot API v2.0 — 75 actions: Messages, Media, Polls, Forum Topics, Bot Identity, Payments, Webhooks, plus FlowForge-exclusive batch & retry helpers.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
integrationLabelEtichetta integration (opzionale) | string | no | — | — |
chatIdChat ID o @username | expression | yes | — | Numeric ID o @username pubblico. |
textTesto (o caption) | expression | no | — | Required se photoUrl vuoto. |
photoUrlURL foto (opzionale) | expression | no | — | Se valorizzato usa sendPhoto. |
parseModeFormato parse | enumMarkdownV2HTMLMarkdownnone | no | MarkdownV2 | Default MarkdownV2. |
disableNotificationNotifica silenziosa | boolean | no | false | — |
disableWebPagePreviewDisabilita preview link | boolean | no | false | — |
Fields available to downstream nodes via $node.<alias>.json.<field>:
okmessageIdchatIddatemodeJSON 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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes