outlook_create_rule
Create an inbox rule that automatically moves emails from matching senders into a specified folder, keeping your mailbox organized as messages arrive.
Instructions
Create an inbox message rule to automatically move emails matching sender criteria to a specified folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | No | Order in which rule is applied (default: 1) | |
| isEnabled | No | Whether the rule is enabled (default: true) | |
| displayName | Yes | Name of the rule | |
| moveToFolder | Yes | ID of the destination folder | |
| senderContains | Yes | List of strings to match against sender email address (e.g. ["bizreach"]) |