Automatic daily report with Cerewro
Set up a pipeline in Cerewro that runs automatically every morning: reads the previous day's data, calculates KPIs, generates the report and emails it to configured recipients.
Configure daily report
Create a daily automation at 7:30 that reads today_sales.csv, calculates the day's total and comparison vs yesterday, generates daily_report.pdf and sends it to management@company.com
Pipeline structure
- 07:30: Daily job activates automatically
- 07:30:05: read_file reads the day's sales CSV
- 07:30:10: AI calculates totals, variations and KPIs
- 07:30:15: write_file generates PDF with charts and summary table
- 07:30:20: send_email sends the report to recipients