What are you trying to achieve?
I want to create a Make scenario where I can ask a question to my Telegram bot, and that question gets answered automatically based on information stored in my Notion database — using an AI agent.
The scenario should do the following:
- I send a message to my Telegram bot (e.g. “What are our working hours?”)
- The scenario is triggered
- The question is used to search inside a specific Notion database
(I use a column named “Inhoud” — which means “Content” in Dutch — where all the relevant answers are stored) - The found Notion content and the original question are passed to a Make AI agent
- The AI agent generates an answer based on that input
- The response is then automatically sent back to me via the Telegram bot
So essentially, I’m building a smart assistant that answers questions from Telegram based on my own Notion content.
Steps taken so far
- Telegram bot is working and connected in Make
- Telegram → Watch Messages is triggering correctly
- i cant figure out how i can get al the database information from notion the chat with telegram