Configuring a Microsoft 365 Outlook web trigger in an automation
- Updated: 2025/10/29
Configuring a Microsoft 365 Outlook web trigger in an automation
Configure a Microsoft 365 Outlook web trigger to trigger an action whenever an event occurs in the Microsoft 365 Outlook inbox. This example shows how to create a Task Bot with a Microsoft 365 Outlook web trigger to display the the body of the email in a message box when the Microsoft 365 Outlook inbox receives the email.
Prerequisites
- Prerequisites mentioned in Microsoft 365 Outlook web trigger prerequisites section.
- Active OAuth connection for Microsoft 365 Outlook account.
- A valid Microsoft Azure certificate stored in the Credential Vault.
- Record variable named OutlookTriggerData.
Procedure
-
Perform the following steps to create a Task Bot
-
Perform the following steps to add and configure the Microsoft 365 Outlook web trigger.
- Click , and then double-click or drag Web trigger to add the web trigger to Triggers section.
- Select When new email arrives from the Listen to event drop-down menu.
- Enter the Microsoft 365 Outlook email address in the Email address field.
- Enter inbox in Monitor mailbox folder.
- Click Pick to choose the preconfigured OAuth connection from the Pick an OAuth connection modal.
- Select and follow the prompts in the Pick a credential modal to select the Microsoft Azure certificate that is already available in the Credential Vault.
- Select OutlookTriggerData from the from the Response drop-down.
-
Perform the following steps to add and configure the Message Box action.
- Click Save to save the automation.