Ask an owner for last week’s numbers and you usually get last month’s feelings. Not because the numbers are hidden, but because they live in three tools and pulling them together is a chore that always loses to real work.
What it does
Every Monday at 8 a.m., the workflow pulls the week’s revenue from Stripe, new leads from your sheet or CRM, and traffic from Analytics. AI compresses the raw numbers into five plain sentences: what went up, what went down, how it compares to last week, and the single thing that needs a decision. One email. That is the whole management meeting.
How it works
A schedule fires the three fetches in parallel, a small code step lines the numbers up against the previous week, and the AI step writes the summary with a hard cap on length and a ban on filler. The email lands in your inbox and, if you want, a copy goes to the team channel. Swap Stripe for your invoicing tool or the sheet for your CRM; the shape stays the same.
Setup
- Import the workflow file into your n8n instance.
- Add your Stripe key (restricted, read-only) to the marked node.
- Point the Sheets node at wherever your leads or orders live.
- Connect Analytics if you have it, or delete that branch; two sources still make a useful digest.
- Run it once manually and read your first digest before trusting the Monday schedule.
The template runs on n8n, any recent version, cloud or self-hosted. Every place that needs one of your accounts is marked with a note inside the workflow.
Get the workflow
Rather have this running in your business without touching a single node? That is the actual job. Write to hello@nurho.net or start with the ROI calculator to see if it is even worth automating.