Skip to content
Content

Daily news digest to Slack

Every morning: read a news page, pull the top headlines, summarise each one, and post a numbered digest to Slack.

  • 10 nodes
  • 942 installs
  • Trigger:Schedule
Read the docs

Installs as an ordinary flow you can rename, rewire and run — nothing is locked.

How it runs, step by step

Each node hands its output to the next one. When the flow runs, every step records its inputs, output, duration and credit cost.

  1. 1

    Schedule

    Triggers

    Run the flow on a recurring interval.

  2. 2

    Read web page

    Data

    Fetch a URL and return clean readable text plus links.

  3. 3

    Ask AI

    AI

    Send a prompt to a language model and use its text reply.

  4. 4

    Split into list

    Data

    Turn text into a list so later nodes run once per item.

  5. 5

    Limit list

    Data

    Take the first N items — handy for keeping runs cheap.

  6. 6

    Ask AI

    AI

    Send a prompt to a language model and use its text reply.

  7. 7

    Combine list

    Data

    Collapse a list back into a single piece of text.

  8. 8

    Compose text

    Data

    Merge values from earlier nodes into a text template.

  9. 9

    Send to Slack

    Actions

    Post a message to a Slack channel via an incoming webhook.

  10. 10

    Flow output

    Output

    Mark a value as the flow's result — returned to API callers.

Related templates

Connect anything. Automate everything.Daily news digest to Slack · Wasl AI