Content & Social Media · n8n

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.

difficulty Intermediatesetup 40 minresult Your community or team gets a concise, AI-written news digest in Discord each morning without anyone curating it manually.
  1. 1

    Schedule the Digest

    Add a Schedule Trigger set to fire every morning at 8am. This defines when your digest is compiled and posted.

  2. 2

    Read the Feeds

    Add an RSS Read node for each feed URL, or loop over a list. Limit to items published in the last 24 hours to keep the digest fresh.

  3. 3

    Summarize With AI

    Add an OpenAI node 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. 4

    Format and Post to Discord

    Add a Set or Code node to assemble the summaries into a Markdown list, then a Discord node (webhook) to post it. Use bold titles and links so readers can click through.

  5. 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.

About this recipe. Recipes on FlowRecipesHub are written for business owners, not developers, and are tested before publishing — how recipes get made. Some ingredient links are affiliate links that cost you nothing — full disclosure.