Telegram to notion? Add TG messages to notion

I’d like to be able to forward Telegram messages and have them added to notion. Is that possible with make.com?
Thanks!

Maybe possible if you forward messages to a Telegram bot. I’ve never tried this yet, so I am only half-guessing based on my knowledge of the Telegram API and how bots in Telegram work. In Telegram, you first need to create a bot to send messages to. In Make, you can create a scenario that triggers when a new message is received by the bot, and it adds the message to a Notion database.

There is a tool that already does this and may be interesting for your use-case: https://telegramtonotion.com/

2 Likes

Just like above:

  1. You should create a Telegram bot for sending or forwarding messages to the bot.
  2. Use the “Telegram watch updates” module to retrieve messages.
  3. Use the “create a database item” module (which means creating a new page in a database).
  4. Use the “append a page content” module with the item ID created in step 3.
2 Likes