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
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
Schedule
TriggersRun the flow on a recurring interval.
- 2
Read web page
DataFetch a URL and return clean readable text plus links.
- 3
Ask AI
AISend a prompt to a language model and use its text reply.
- 4
Split into list
DataTurn text into a list so later nodes run once per item.
- 5
Limit list
DataTake the first N items — handy for keeping runs cheap.
- 6
Ask AI
AISend a prompt to a language model and use its text reply.
- 7
Combine list
DataCollapse a list back into a single piece of text.
- 8
Compose text
DataMerge values from earlier nodes into a text template.
- 9
Send to Slack
ActionsPost a message to a Slack channel via an incoming webhook.
- 10
Flow output
OutputMark a value as the flow's result — returned to API callers.