> ## 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.

# Outlook Agent Connector

> Connect your Agent to Outlook so it can read, draft, categorize, and send emails during conversations.

The Outlook [Connector](/agents/connectors/overview) gives your [Agents](/agents/overview) real-time access to Outlook. Agents can read messages, retrieve attachments, create drafts, update message properties, apply categories, and, if you allow it, send or reply to emails directly from a conversation.

<Tip>
  For best results with complex Connector queries, use a powerful,
  reasoning-capable model. Cassidy supports models from OpenAI, Anthropic, and
  Google. See [Choose the right AI model](/guides/choose-ai-model) for
  recommendations.
</Tip>

## Set up the Outlook Connector

<Steps>
  <Step title="Navigate to your Agent">
    Go to **Agents** and select the Agent you want to configure.

    <Frame>
      <img src="https://mintcdn.com/cassidy/w6BINNoMpovZ1aTK/images/integrations/outlook-tool-img-0.png?fit=max&auto=format&n=w6BINNoMpovZ1aTK&q=85&s=1a5650acbf38fe6e0f6bb737b9aebcdf" alt="Agents page with an Outlook-enabled Agent selected" width="728" height="504" data-path="images/integrations/outlook-tool-img-0.png" />
    </Frame>
  </Step>

  <Step title="Open the Connectors section">
    Click the **Setup** tab and scroll to the **Connectors** section.

    <Frame>
      <img src="https://mintcdn.com/cassidy/w6BINNoMpovZ1aTK/images/integrations/outlook-tool-img-1.png?fit=max&auto=format&n=w6BINNoMpovZ1aTK&q=85&s=2dc955532f69d7fb40778ff765f1c1bf" alt="Agent Setup tab showing the Connectors section for Outlook" width="2832" height="802" data-path="images/integrations/outlook-tool-img-1.png" />
    </Frame>
  </Step>

  <Step title="Add the Outlook Connector">
    Click **+ Add Connector**, then select **Outlook**.

    <Frame>
      <img src="https://mintcdn.com/cassidy/w6BINNoMpovZ1aTK/images/integrations/outlook-tool-img-2.png?fit=max&auto=format&n=w6BINNoMpovZ1aTK&q=85&s=dd74d75b8929343734580fd143aa5e86" alt="Connector picker showing Outlook as an available connector" width="2052" height="1294" data-path="images/integrations/outlook-tool-img-2.png" />
    </Frame>
  </Step>

  <Step title="Choose a connection method">
    Select how users will authenticate:

    * **Each user connects their own account** (recommended) — each person signs in with their own Outlook account the first time they use the Connector. This respects each user's Microsoft permissions and provides the clearest audit trail.
    * **Use a shared Outlook connection** (privacy risk) — all users access Outlook through one shared account.

    Per-user connections are the recommended default for nearly every team. They reduce security risk, preserve accountability, and prevent users from acting through a mailbox they do not personally control.

    <Warning>A shared Outlook connection is a privacy risk because it allows people to act through the same mailbox. In practice, that means a user may be able to draft, send, reply to, archive, or label emails in a way that appears to come from someone else or from a shared team account. Use a shared connection only when that behavior is intentional and tightly controlled.</Warning>

    <Info>Per-user Outlook connections are not currently supported in external deployments.</Info>

    <Frame>
      <img src="https://mintcdn.com/cassidy/w6BINNoMpovZ1aTK/images/integrations/outlook-tool-img-3.png?fit=max&auto=format&n=w6BINNoMpovZ1aTK&q=85&s=fdfe138d74fd9f498ba25d8ca515e0f2" alt="Connection setup screen showing recommended per-user access and a shared connection option for Outlook" width="1530" height="1022" data-path="images/integrations/outlook-tool-img-3.png" />
    </Frame>
  </Step>

  <Step title="Set up the connection">
    If you choose **Use a shared Outlook connection**, select an existing connection from your organization or click **Connect** to sign in with Microsoft and authorize access.

    Use a dedicated shared mailbox or service account if your team needs centralized sending. Avoid connecting a personal inbox as a shared connection unless there is a clear governance reason to do so.

    <Frame>
      <img src="https://mintcdn.com/cassidy/w6BINNoMpovZ1aTK/images/integrations/outlook-tool-img-4.png?fit=max&auto=format&n=w6BINNoMpovZ1aTK&q=85&s=3f8f8b9f40ddedf853875931bb55c379" alt="Shared Microsoft Outlook connection setup screen with a button to connect the account" width="1532" height="1224" data-path="images/integrations/outlook-tool-img-4.png" />
    </Frame>
  </Step>

  <Step title="Configure tool permissions">
    Review the Outlook permissions before you save the Connector. Cassidy groups Outlook tools by the type of action the Agent can take:

    * **Read Emails** — read-only actions such as listing messages, retrieving attachments, viewing messages, accessing the drafts folder, and viewing Outlook categories. Default: **Always allow**.
    * **Draft Emails** — actions such as creating drafts, creating draft replies, and updating email properties. Default: **Disabled**.
    * **Categorize Emails** — actions such as moving messages and creating or updating Outlook categories. Default: **Disabled**.
    * **Send Emails** — actions such as forwarding, sending, sending drafts, and replying to emails. Default: **Disabled**.
    * **Delete / Archive** — destructive actions such as deleting messages or deleting Outlook categories. Default: **Disabled**.

    You can set each category to:

    * **Always allow** — the Agent can perform the action automatically
    * **Needs approval** — the Agent asks before taking the action
    * **Disabled** — the Agent cannot use the action

    <Warning>Review **Send Emails**, **Draft & Categorize**, and **Delete / Archive** especially carefully. Setting these categories to **Always allow** lets the Agent send, reply, forward, move, update, or delete Outlook messages. The Agent will always ask for your permission before sending an email.</Warning>

    <Frame>
      <img src="https://mintcdn.com/cassidy/w6BINNoMpovZ1aTK/images/integrations/outlook-tool-img-5.png?fit=max&auto=format&n=w6BINNoMpovZ1aTK&q=85&s=4f26acc514762bc4a2be242f9df8cd5a" alt="Tool permissions screen showing grouped connector permissions with Always allow, Needs approval, and Disabled settings for Outlook" width="514" height="1098" data-path="images/integrations/outlook-tool-img-5.png" />
    </Frame>
  </Step>

  <Step title="Save the Connector">
    Click **Save** to enable Outlook for the Agent.
  </Step>

  <Step title="Start a conversation">
    Open **Chat** and select the Agent with the Outlook Connector enabled.

    If you chose **Each user connects their own account**, each user is prompted to sign in to Outlook on first use. After the connection is complete, the Agent can help read messages, prepare drafts, organize inboxes, and, if enabled, send email.
  </Step>
</Steps>

## What the Agent can do

Depending on the permissions you enable, your Agent can:

* Read email content and attachments
* Find messages by message ID or conversation
* View drafts and Outlook categories
* Create drafts and draft replies
* Update existing message properties
* Apply, create, update, or delete Outlook categories
* Reply to emails, forward messages, and send new emails
* Send existing drafts
* Move or delete messages

## Data security

* **Real-time access** — Outlook data is accessed only when the Agent needs it during a conversation.
* **Permission controls** — You decide which categories are always allowed, require approval, or are disabled.
* **Per-user accountability** — Individual connections preserve each user's own Microsoft access and make actions easier to attribute.
* **Shared mailbox risk** — Shared connections centralize access, but they also make it easier for users to act through the same mailbox identity.

## Next steps

<CardGroup cols={2}>
  <Card title="Outlook for Workflows" icon="diagram-project" href="/integrations/microsoft-365/outlook/workflows">
    Trigger Workflows from incoming Outlook messages and automate replies,
    drafts, and categorization.
  </Card>

  <Card title="Connectors overview" icon="plug" href="/agents/connectors/overview">
    Learn how Agent Connectors work across Cassidy.
  </Card>
</CardGroup>
