> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Outlook Trigger

> Starts when an email is received

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/outlook-trigger.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=0e4f0b396313f8aa166baed7973ee207" alt="Outlook Trigger" width="350" height="460" data-path="images/nodes/outlook-trigger.png" />
</div>

The **Outlook Trigger** node automatically starts a workflow when a new email is received in Outlook/Microsoft 365. This is a trigger node that monitors your Outlook inbox.

## Configuration

### User

Specify the user account (mailbox) to monitor, if not specified it will monitor the main mailbox of the user

## Inputs

* **Email**: Object containing:
  * **Id**: Unique email identifier
  * **From**: Sender email address
  * **Date**: Email received date
  * **Subject**: Email subject
  * **Body**: Email body content
  * **Attachments**: Array of attachments, each with:
    * **Name**: File name
    * **Document**: The document file

## Outputs

* **Email**: Object containing:
  * **Id**: Unique email identifier
  * **From**: Sender email address
  * **Subject**: Email subject
  * **Body**: Email body content
  * **Attachments**: Array of attachments

## Node type

**Trigger Node** - This node starts workflow execution automatically.

## Usage

1. Connect your Microsoft account
2. Optionally specify a user account to monitor
3. The workflow will automatically run when new emails arrive
