Update Inbox Rule

Update Microsoft Outlook inbox rule properties via PATCH request.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-outlook-sandbox --skill update-inbox-rule
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update Inbox Rule
Source: https://github.com/naftiko/microsoft-outlook-sandbox/tree/main/skills/update-message-rule
Command: npx skills add https://github.com/naftiko/microsoft-outlook-sandbox --skill update-inbox-rule

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to modify existing rules that manage incoming emails, helping you keep your inbox organized and prioritize important messages.

Core Features & Use Cases

  • Update Rule Properties: Change the display name, enable/disable the rule, or adjust its execution order.
  • Modify Conditions and Actions: Alter the criteria that trigger a rule or the actions it performs (e.g., forwarding, categorizing).
  • Use Case: You need to update a rule that forwards emails from a specific sender to a different archive folder because the sender's email address has changed.

Quick Start

Update the display name and disable the inbox rule with ID 'AQAAAJ5dZqA='.

Frequently Asked Questions about Update Inbox Rule

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update an existing inbox rule in Outlook?

You can update an Outlook inbox rule by sending a PATCH request to the message rule endpoint with the correct messageRule-ID and a JSON body containing the modified properties.

Can I modify the conditions and actions of an Outlook message rule?

Yes, you can modify the conditions and actions of an Outlook message rule by sending a JSON body with the updated criteria and actions via a PATCH request to the message rule endpoint.

How do I disable or rename an email rule without recreating it?

You can disable or rename an email rule without recreating it by sending a PATCH request with the messageRule-ID and a JSON body specifying the new display name or enabled status.

What properties of an inbox rule can I change using a PATCH request?

Using a PATCH request, you can change an inbox rule's display name, sequence, enabled status, conditions, and actions by providing the updates in a JSON body to the message rule endpoint.

Do I need the messageRule-ID to modify an existing inbox message rule?

Yes, you need the messageRule-ID to target the specific inbox message rule you want to modify. The PATCH request is sent to the message rule endpoint using this identifier to ensure the correct rule is updated.