I write content inside Notion pages and then add these pages to a database in Notion, where they appear as titles in the database table connected to n8n.
I need the AI to read the actual content inside these pages when answering questions. How can I make the AI search and retrieve content from the pages inside my Notion database, not just the titles/descriptions?
Hi!
To do this, you would need to also retrieve the content of each Notion page (using the “Get Child Blocks” node or an HTTP request following the documentation: Retrieve block children).
Then incorporate the output (blocks on each page) into your chatbot input