Notion AI Summary & Tags

Go to Workflow
1,038 views
Built by Parnain Parnain
Created on June 08, 2026

Description

What This Workflow Does:

This n8n workflow automatically generates an AI-powered summary and relevant tags whenever a new row is added to your Notion database.

Simply save any URL to your Notion database using the [Notion Web Clipper] Chrome extension or [Save to Notion]—on both desktop and mobile.

This keeps all your saved content organized in one place instead of scattered across different platforms.

How it works:

The workflow is triggered when a new row is added to your Notion database (it checks for updates every minute).

It retrieves the content from the saved URL.

An AI agent analyzes the content to generate a summary and relevant tags.

The AI output is then formatted properly.

Finally, the formatted summary and tags are saved into the appropriate columns in your Notion database.


Notes:

Make sure your Notion database includes the following columns:

URL – Stores the content URL you want to summarize.

AI Summary – Where the AI-generated summary will be added.

Tags – Where the AI-generated tags will be saved.

Nodes Used (5)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest
Notion
n8n-nodes-base.notion
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi