Telegram: Bot send

integration_telegram_send · action · SaaS Integrations · Available · v1.0.0

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.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
integrationLabel
Etichetta integration (opzionale)
stringno
main-bot
Default null = usa default integration Telegram del tenant. Multi-bot: usa label salvata in Integrations.
chatId
Chat ID o @username
expressionyes
-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.
text
Testo messaggio (o caption foto)
expressionno
*Alert* — workflow completato \u2705
Testo del messaggio (o caption se "photoUrl" valorizzato). Required se photoUrl vuoto. Max 4096 char per messaggio, 1024 per caption.
photoUrl
URL foto (opzionale)
expressionno
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).
parseMode
Formato parse
enum
MarkdownV2HTMLMarkdownnone
noMarkdownV2MarkdownV2 (default, strict escape) / HTML / Markdown (legacy) / none (plain). MarkdownV2 richiede escape di . - ! ( ) [ ] _ * — vedi core.telegram.org/bots/api#markdownv2-style.
disableNotification
Notifica silenziosa
booleannofalseQuando true, il messaggio arriva senza suono/vibrazione (notifica silenziosa).
disableWebPagePreview
Disabilita preview link
booleannofalseQuando true, Telegram non genera preview cards per i link nel testo (solo per sendMessage).

⬆️ 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-integration_telegram_send-1",
  "defId": "integration_telegram_send",
  "label": "Telegram: Bot send",
  "config": {
    "chatId": "-1001234567890   oppure   @miocanale",
    "parseMode": "MarkdownV2",
    "disableNotification": false,
    "disableWebPagePreview": false
  }
}

🔗 Related nodes in the same category

Ready to use Telegram: Bot send?

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

Start freeBrowse all nodes