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

# New email received in Outlook trigger

> Start a Workflow when a new email arrives in your Outlook inbox.

Use the **New Email Received in Microsoft Outlook** trigger to start a [Workflow](/workflows/overview) whenever a new email arrives in your connected Outlook account. This is useful for automating email triage, drafting replies, or routing messages based on sender or content.

## Set up the trigger

<Steps>
  <Step title="Add the trigger">
    Create a new Workflow with the **New Email Received in Microsoft Outlook** trigger, or change an existing Workflow's trigger type to **New Email Received in Microsoft Outlook**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/RuRQFQTAAAcziOuR/images/reference/new-email-received-in-microsoft-outlook-img-0.png?fit=max&auto=format&n=RuRQFQTAAAcziOuR&q=85&s=c5e50df2f10f4017f53719640f4ea711" alt="Selecting the New Email Received in Microsoft Outlook trigger" width="880" height="298" data-path="images/reference/new-email-received-in-microsoft-outlook-img-0.png" />
    </Frame>
  </Step>

  <Step title="Connect your Outlook account">
    If you haven't already, connect your Microsoft Outlook account to Cassidy.

    <Frame>
      <img src="https://mintcdn.com/cassidy/RuRQFQTAAAcziOuR/images/reference/new-email-received-in-microsoft-outlook-img-1.png?fit=max&auto=format&n=RuRQFQTAAAcziOuR&q=85&s=5840a5ca18fd57aac7a38f5d0889cb61" alt="Adding a Microsoft Outlook connection in the trigger configuration" width="1010" height="1024" data-path="images/reference/new-email-received-in-microsoft-outlook-img-1.png" />
    </Frame>
  </Step>

  <Step title="Select folders to monitor (optional)">
    Specify the folders in Outlook you want to monitor for new emails. Leave empty to monitor all folders (excluding Sent Items and Drafts).

    <Frame>
      <img src="https://mintcdn.com/cassidy/RuRQFQTAAAcziOuR/images/reference/new-email-received-in-microsoft-outlook-img-2.png?fit=max&auto=format&n=RuRQFQTAAAcziOuR&q=85&s=541d0ba5ddf7113712947858117234ae" alt="Configuring folder filters for the Outlook trigger" width="1004" height="264" data-path="images/reference/new-email-received-in-microsoft-outlook-img-2.png" />
    </Frame>
  </Step>

  <Step title="Reference the trigger variables">
    In subsequent Workflow steps, you can reference the following variables from this trigger:

    * **Email ID** — the unique identifier of the email message
    * **Parent Folder ID** — the identifier of the folder containing the email
    * **Conversation ID** — the identifier for the email conversation thread
    * **Conversation Index** — the position of the email within the conversation
    * **Web Link** — the web URL to view the email in Outlook
    * **Sent Date** — the date and time the email was sent
    * **Received Date** — the date and time the email was received
    * **Labels** — any labels or categories applied to the email
    * **From (includes Name and Email)** — the sender's name and email address
    * **Recipients** — the recipient email addresses
    * **CC Recipients** — the carbon copy recipient names and email addresses
    * **BCC Recipients** — the blind carbon copy recipient names and email addresses
    * **Reply To** — the reply-to email address
    * **Subject** — the subject line of the email
    * **Body** — the content of the email
    * **Attachments** — any files attached to the email

    <Frame>
      <img src="https://mintcdn.com/cassidy/RuRQFQTAAAcziOuR/images/reference/new-email-received-in-microsoft-outlook-img-3.png?fit=max&auto=format&n=RuRQFQTAAAcziOuR&q=85&s=97ef426a4455ffa0af86fe97998e7a57" alt="Available Outlook trigger variables in the Workflow builder" width="1518" height="1280" data-path="images/reference/new-email-received-in-microsoft-outlook-img-3.png" />
    </Frame>
  </Step>

  <Step title="Activate the trigger">
    In the trigger block, click the toggle switch to turn it on.

    <Frame>
      <img src="https://mintcdn.com/cassidy/RuRQFQTAAAcziOuR/images/reference/new-email-received-in-microsoft-outlook-img-4.png?fit=max&auto=format&n=RuRQFQTAAAcziOuR&q=85&s=8f5dc843b47497027b36c3918c558e88" alt="Activating the Outlook trigger toggle" width="876" height="288" data-path="images/reference/new-email-received-in-microsoft-outlook-img-4.png" />
    </Frame>
  </Step>
</Steps>

<Note>This trigger only activates for emails received **after** the trigger is set up. It does not process existing emails.</Note>

## Related

<CardGroup cols={2}>
  <Card title="Send email with Outlook" icon="paper-plane" href="/integrations/microsoft-365/outlook/send-email">
    Send an email from a Workflow.
  </Card>

  <Card title="Reply to email with Outlook" icon="reply" href="/integrations/microsoft-365/outlook/reply-to-email">
    Reply to an email thread from a Workflow.
  </Card>

  <Card title="Draft email with Outlook" icon="file-pen" href="/integrations/microsoft-365/outlook/draft-email">
    Create a draft email from a Workflow.
  </Card>

  <Card title="Add label to Outlook message" icon="tags" href="/integrations/microsoft-365/outlook/add-label">
    Add a category label to a message from a Workflow.
  </Card>

  <Card title="Outlook for Workflows" icon="envelope" href="/integrations/microsoft-365/outlook/workflows">
    See all Outlook Workflow triggers and actions.
  </Card>
</CardGroup>
