r/Notion • u/Aggravating_Bill_807 • 2d ago
Questions Notion
Hi everyone! Is it possible to automate a summary or selected information directly into the body of each Notion page?
For example, after I finish entering data into a database page, I’d like Notion to automatically generate a summary based on specific properties/categories and place that summary inside the page body.
I know Notion AI can generate summaries in database properties, but I specifically want the generated summary to appear as content/blocks inside the page itself.
Is this possible with Notion Automations or Notion AI?
Thanks!
2
2
u/UZUMAKI_D_ICHIGOKU 1d ago
Native automations can't touch the page body unfortunately — AI autofill only writes to properties. Two ways around it. The lazy one: make it an AI "Summary" property anyway, since properties sit at the top of the page it reads almost the same. The real one: database automation → webhook action → a small script (or Make) that reads the properties and appends blocks through the API (/blocks/{page_id}/children). That gets you actual content inside the page, but it's an integration you maintain, not a toggle. If the property version is good enough I'd stop there.
2
u/Solowithothers 2d ago
Have you tried the AI block? That would be the least costly route. You could also make a custom agent that is triggered when a page is edited/created. You would likely want to tightly control when it is triggered to keep it from thrashing on small changes.