Block 1 - Daily Morning Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Who’s it for Teams that monitor multiple news sources and want an automated, tagged, and prioritized briefing—PMM, PR/Comms, Sales/CS, founders, and research ops. What it does / How it works Each m...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.rssfeedread, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.notion, n8n-nodes-base.sort
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Takuya Ojima.
Original n8n.io sourceWho’s it for
Teams that monitor multiple news sources and want an automated, tagged, and prioritized briefing—PMM, PR/Comms, Sales/CS, founders, and research ops.
What it does / How it works
Each morning the workflow reads your RSS feeds, summarizes articles with an LLM, assigns tags from a maintained dictionary, saves structured records to Notion, and posts a concise Slack digest of top items. Core steps: Daily Morning Trigger → Workflow Configuration (Set) → Read RSS Feeds → Get Tag Dictionary → AI Summarizer and Tagger → Parse AI Output → Write to Notion Database → Sort by Priority → Top 3 Headlines → Format Slack Message → Post to Slack.
How to set up
Open Workflow Configuration (Set) and edit: rssFeeds (array of URLs), notionDatabaseId, slackChannel.
Connect your own credentials in n8n for Notion, Slack, Google Sheets (if used for the tag dictionary), and your LLM provider.
Adjust the trigger time in Daily Morning Trigger (e.g., weekdays at 09:00).
Requirements
n8n (Cloud or self-hosted)
Slack app with chat:write to the target channel
Notion database with properties: summary (rich_text), tags (multi_select), priority (number), url (url), publishedDate (date)
Optional Google Sheet for the tag dictionary (or replace with another source)
How to customize the workflow
Scoring & selection: Change priority rules, increase “Top N” items, or sort by recency.
Taxonomy: Extend the tag dictionary; refine the AI prompt for stricter tagging.
Outputs: Post per-tag Slack threads, send DMs, or create Notion relations to initiatives.
Sources: Add more feeds or mix in APIs/newsletters.
Security: Do not hardcode API keys in HTTP nodes; keep credentials in n8n.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate news intelligence with Gemini AI for RSS feeds to Notion and Slack |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Market Research, AI Summarization |
| Author | Takuya Ojima |
| Published | 25 Oct 2025 |
Use the JSON export at /data/workflows/10168/10168.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who’s it for Teams that monitor multiple news sources and want an automated, tagged, and prioritized briefing—PMM, PR/Comms, Sales/CS, founders, and research ops. What it does / How it works Each m...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, AI Summarization use case.