manage-focused-inbox
Control which senders' emails go to Focused or Other folders by setting explicit overrides. List, add, or remove sender rules.
Instructions
Manage Focused Inbox sender overrides — explicit rules that force messages from a given sender into Focused or Other regardless of the ML classifier. action=list (default) returns existing overrides with id/sender/classifyAs. action=set creates or updates an override for emailAddress (optional name), routing future mail to focused (default) or other. action=delete removes the override for emailAddress. Note: this only works on accounts that have Focused Inbox enabled — personal Outlook.com accounts without it return an empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action to perform (default: list) | |
| outputVerbosity | No | Output detail level (action=list, default: standard) | |
| emailAddress | No | Sender email address (action=set/delete, required) | |
| name | No | Sender display name (action=set) | |
| classifyAs | No | Where to put emails from this sender (action=set, default: focused) |