
Hi everyone,
I'm trying to build a Power Automate flow that triggers whenever a specific category is assigned to an email in my Outlook inbox (e.g. "Red", "Follow-up", etc.).
The idea is to use Outlook categories as a manual classification system, and then let Power Automate handle downstream actions (move, forward, log to SharePoint, notify in Teams...).
my questions
messages resources — has anyone implemented this with Power Automate (custom connector or HTTP action)?https://graph.microsoft.com/v1.0/me/messages?$filter=categories/any(c:c eq 'Red') and receivedDateTime gt @{addHours(utcNow(), -1)}