Administration
Users, KPI weights, branch assignments, integration health.
Sending is handled by Power Automate
The dashboard renders the report content; Power Automate sends it via your Outlook connector. That means no separate email service to manage, no SMTP credentials, and you can hit Test in PA to send instantly. Setup is ~7 minutes — guide at power-automate/06-daily-operations-report/setup.md.
Daily Operations Report
Daily · 06:00 KSADaily snapshot of company score, KPIs, top/bottom branches, and area-manager ranking.
Recipient
wagdy206@gmail.comHTML endpoint
https://hfckpi360.com/api/reports/operationsSend a test email now
- Open make.powerautomate.com in a new tab.
- Build flow
OIP — Daily Operations Reportusing the guide atpower-automate/06-daily-operations-report/setup.md(~7 minutes). - In the flow editor → top right → Test → Manually → Run flow. Within ~30 seconds, the rendered email below lands in
wagdy206@gmail.com.
Preview · this is exactly what will arrive
Curl command (for testing the endpoint from a terminal)
curl -H "x-oip-secret: 074c64b899b0d0cc2841fc83a458e29447706433143c0a5b9f5dc0a6602e192f" \ https://hfckpi360.com/api/reports/operations
Returns the full HTML email body. Pipe to a file and open in a browser, or feed straight into a one-off `mail` command.
