AI-Summarized Industry News Digest Posted to Discord Every Morning
Pull the latest articles from your favorite RSS feeds, summarize each with AI, and post a clean daily digest to your team's Discord channel.
- 1
Schedule the Digest
Add a
Schedule Triggerset to fire every morning at 8am. This defines when your digest is compiled and posted. - 2
Read the Feeds
Add an
RSS Readnode for each feed URL, or loop over a list. Limit to items published in the last 24 hours to keep the digest fresh. - 3
Summarize With AI
Add an
OpenAInode that takes each article title and description and returns a one-sentence summary. Keep the prompt tight:Summarize this article in one sentence for a busy professional. - 4
Format and Post to Discord
Add a
SetorCodenode to assemble the summaries into a Markdown list, then aDiscordnode (webhook) to post it. Use bold titles and links so readers can click through. - 5
Activate and Verify
Activate the workflow and run it once manually. Confirm the digest lands in Discord looking clean and readable before relying on the daily schedule.
Frequently asked questions
How do I avoid duplicate articles across days?
Store posted article URLs in a Google Sheet or n8n static data and filter them out before summarizing so nothing repeats.
Can I limit the digest length?
Yes. Sort by relevance or date and slice to the top 5–7 items before the summarization step to keep the Discord message concise.