An assistant on Telegram

A chat bot that answers with an AI model of your choosing and remembers the conversation.

We have not yet run this one on the version the starting point pins, so the deploy button below starts a blank instance. We are not going to offer you a one-click workflow we have not tested ourselves.

Messages arrive from Telegram, go to the model you picked, and the reply goes back to the same chat. The interesting part is what you add next: give it a step that reads your calendar, or searches your notes, and it stops being a toy.

What it does

  1. A Telegram trigger receives the message.
  2. An AI step answers it, with the recent conversation as context.
  3. The reply is sent back to the same chat.

What you supply

  • A Telegram bot token
  • A key for whichever AI provider you use

Credentials are stored inside your own n8n, encrypted with a key that is generated and kept for you. We never see them and neither does anyone else.

Getting it running

Other starting points

  • Blank canvas, an empty n8n, ready for whatever you already had in mind.
  • Daily digest into chat, collect a few things every morning and post one tidy message to slack or telegram.
  • Feed watcher, watch a feed and tell you when something new shows up, without checking it yourself.
  • Form submissions into a table, catch a form submission and append it to a spreadsheet or a table you already use.