HFC KPI360
Healthy Food Company
W(

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 KSA

Daily snapshot of company score, KPIs, top/bottom branches, and area-manager ranking.

Recipient
wagdy206@gmail.com
HTML endpoint
https://hfckpi360.com/api/reports/operations
Send a test email now
  1. Open make.powerautomate.com in a new tab.
  2. Build flow OIP — Daily Operations Report using the guide at power-automate/06-daily-operations-report/setup.md (~7 minutes).
  3. In the flow editor → top right → TestManuallyRun 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.