Skip to main content
The Microsoft Outlook tool connects your agents to the Microsoft Graph Outlook API, enabling them to read, send, organize, and manage emails and mail folders in a user’s Outlook mailbox.

Setup

  1. In Agent Studio, go to ToolsMicrosoft OutlookConnect
  2. Sign in with your Microsoft account and authorize access
  3. Review the requested permissions and click Allow

Available actions

Adding to an agent

  1. Open your agent in Agent Studio → Agent Builder
  2. Go to Tools and enable Microsoft Outlook
  3. Select only the actions your agent needs
  4. Set auth mode: Shared (agent acts on one account) or Per-user (each end-user connects their own account)

Example use cases

Automated email triage and routing An agent monitors the inbox using MICROSOFT_OUTLOOK__LIST_MESSAGES, reads each message with MICROSOFT_OUTLOOK__GET_MESSAGE, and moves or copies emails to the appropriate folder based on content, such as routing support requests to a dedicated folder. Draft and send follow-up emails A sales assistant agent uses MICROSOFT_OUTLOOK__CREATE_DRAFT_MESSAGE to compose personalized follow-up emails after customer interactions, then calls MICROSOFT_OUTLOOK__SEND to dispatch them once reviewed. Incremental mailbox synchronization A workflow automation agent uses MICROSOFT_OUTLOOK__DELTA_MAIL_FOLDERS to efficiently track new or changed folders without fetching the entire mailbox on every run, keeping downstream systems up to date with minimal API calls.