Skip to content

Telegram trigger#

Telegram is a cloud-based instant messaging and voice over IP service. Users can send messages and exchange photos, videos, stickers, audio, and files of any type. On this page, you'll find a list of events the Telegram trigger node can respond to and links to more resources.

Credentials

You can find authentication information for this node here.

Examples and templates

For usage examples and templates to help you get started, refer to n8n's Telegram Trigger integrations page.

Events#

  • *: Triggers on all updates of any kind.
  • Callback Query: Triggers on a new incoming callback query.
  • Channel Post: Triggers on a new incoming channel post of any kind, including text, photo, sticker, and so on.
  • Edited Channel Post: Triggers when someone edits a channel post that's known to the bot.
  • Edited Message: Triggers when someone edits a message that's known to the bot.
  • Inline Query: Triggers on a new incoming inline query.
  • Message: Triggers on a new incoming message of any kind, including text, photo, sticker, and so on.
  • Poll: Triggers when the poll state changes. Bots receive updates about polls they've sent and stopped polls.
  • Pre-Checkout Query: Triggers on a new incoming pre-checkout query. This response contains full information about checkout.
  • Shipping Query: Triggers on a new incoming shipping query. Only for invoices with a flexible price.

n8n provides an app node for Telegram. You can find the node docs here.

View example workflows and related content on n8n's website.

Refer to Telegram's API documentation for details about their API.