Keep budget data clean without manual checks. Each week at a set time, project and finance leaders get clear email alerts about projects that need budget cost updates. It helps teams fix issues before they affect billing or forecasts.
A weekly schedule in n8n runs a MySQL query that looks up open external projects and groups them by company and cost center. The results move through a Switch node that routes messages to different Outlook email paths. Each branch sends a styled HTML email with a simple subject and message. This setup turns a slow spreadsheet review into a quick, targeted notice.
You will need access to your MySQL database and a Microsoft Outlook account. Map your table and fields so the query returns the right company, cost center, and counts. Expect fewer surprises at month end and faster follow up by cost center owners. This is ideal for PMO teams, controllers, and operations leaders who want a steady weekly rhythm for budget data cleanup.