Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get message rule object defined for the user’s inbox.
- Least privileged Microsoft Graph permission to access the action via application:
MailboxSettings.Read.
Note: Using the delegated (OAuth) connection type will only allow to insert the connected user's ID.
Parameters
| Parameter | Description |
|---|
| Message Rule ID | The ID of the message rule. |
| User ID or User Principal Name | The ID or userPrincipalName of the user. |
Example Output
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Me/mailFolders('inbox')/messageRules/$entity",
"id": "AQAAAJ5dZqA=",
"displayName": "From partner",
"sequence": 2,
"isEnabled": true,
"hasError": false,
"isReadOnly": false,
"conditions": {
"senderContains": [
"ADELE"
]
},
"actions": {
"stopProcessingRules": true,
"forwardTo": [
{
"emailAddress": {
"name": "Alex Wilbur",
"address": "AlexW@contoso.onmicrosoft.com"
}
}
]
}
}
Workflow Library Example
Get Messages Rule with Microsoft Outlook and Send Results Via Email