The Problem
In a large network of independent consultants, it is challenging to ensure that important emails are not missed, especially when multiple inboxes are flooded with messages. Missing an important email could result in lost opportunities, delayed projects, or miscommunication, potentially impacting business operations and client relationships.
Technology Used
- Graph API
- Azure Logic App
The Solution
Using the Graph API, we developed a system to check the inboxes of all users and generate a unique list for each email address containing the subject and sender of unread emails. This means that no sensitive information within the email is shared externally. This list is then sent to their personal emails to ensure they do not miss any important business communications. The workflow is scheduled to run every morning on weekdays.