Automatic daily report: from raw data to email in a pipeline

Set up a daily job in Cerewro that reads a CSV, calculates KPIs, generates a PDF report and automatically emails it to your team every morning.

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

  1. 07:30: Daily job activates automatically
  2. 07:30:05: read_file reads the day's sales CSV
  3. 07:30:10: AI calculates totals, variations and KPIs
  4. 07:30:15: write_file generates PDF with charts and summary table
  5. 07:30:20: send_email sends the report to recipients