Description
Canonical Telegram connector via the official Bot API (sendMessage + sendPhoto): send text or photos to any chat the bot can reach, with parse modes and notification controls. Pair with the Telegram In trigger for a full bot.
integration_telegram_send · action · SaaS Integrations · Available · v1.0.0
Canonical Telegram connector via the official Bot API (sendMessage + sendPhoto): send text or photos to any chat the bot can reach, with parse modes and notification controls. Pair with the Telegram In trigger for a full bot.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
integrationLabelEtichetta integration (opzionale) | string | no | — main-bot | Default null = usa default integration Telegram del tenant. Multi-bot: usa label salvata in Integrations. |
chatIdChat ID o @username | expression | yes | — -1001234567890 oppure @miocanale | Numeric chat ID (privati: positivo, gruppi/canali: negativo con -100 prefix) o @username pubblico. Il bot deve essere admin del canale o membro del gruppo per poter postare. |
textTesto messaggio (o caption foto) | expression | no | — *Alert* — workflow completato \u2705 | Testo del messaggio (o caption se "photoUrl" valorizzato). Required se photoUrl vuoto. Max 4096 char per messaggio, 1024 per caption. |
photoUrlURL foto (opzionale) | expression | no | — https://example.com/chart.png | Quando valorizzato, usa sendPhoto invece di sendMessage. URL deve essere accessibile da Telegram (no localhost). Max 5MB. Per testo+foto, popola anche "text" (diventa caption). |
parseModeFormato parse | enumMarkdownV2HTMLMarkdownnone | no | MarkdownV2 | MarkdownV2 (default, strict escape) / HTML / Markdown (legacy) / none (plain). MarkdownV2 richiede escape di . - ! ( ) [ ] _ * — vedi core.telegram.org/bots/api#markdownv2-style. |
disableNotificationNotifica silenziosa | boolean | no | false | Quando true, il messaggio arriva senza suono/vibrazione (notifica silenziosa). |
disableWebPagePreviewDisabilita preview link | boolean | no | false | Quando true, Telegram non genera preview cards per i link nel testo (solo per sendMessage). |
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-integration_telegram_send-1",
"defId": "integration_telegram_send",
"label": "Telegram: Bot send",
"config": {
"chatId": "-1001234567890 oppure @miocanale",
"parseMode": "MarkdownV2",
"disableNotification": false,
"disableWebPagePreview": false
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes