Generate weekly energy consumption reports with EnergiDataService, email and Google Drive
๐ Generate Weekly Energy Consumption Reports with API, Email and Google Drive This workflow automates the process of retrieving energy consumption data, formatting it into a CSV report, and distributing it every week...
Template notes
๐ Generate Weekly Energy Consumption Reports with API, Email and Google Drive
This workflow automates the process of retrieving energy consumption data, formatting it into a CSV report, and distributing it every week via email and Google Drive.
โก Quick Implementation Steps: - Import the workflow into your n8n instance. - Configure your API, email details and Google Drive folder. - (Optional) Adjust the CRON schedule if you need a different time or frequency. - Activate workflowโautomated weekly reports begin immediately.
๐ฏ Whoโs It For Energy providers, sustainability departments, facility managers, renewable energy operators.
๐ Requirements - n8n instance - Energy Consumption API access - Google Drive account - Email SMTP access
โ๏ธ How It Works Workflow triggers every Monday at 8 AM, fetches consumption data, emails CSV report and saves a copy to Google Drive.
๐ Workflow Steps
1. Schedule Weekly (Mon 8:00 AM) - Type: Cron Node - Runs every Monday at 8:00 AM. - Triggers the workflow execution automatically.