eavz
Microsoft Outlook

Microsoft Outlook

Email, calendar, and contacts management

9 actions
2 triggers

Actions

Name
list_messages

List email messages in a folder

get_message

Get a specific email message by ID

send_email

Send an email message

reply_to_email

Reply to an email message

forward_email

Forward an email message

list_folders

List mail folders

create_draft

Create a draft email message

move_message

Move an email message to a different folder

custom_api_call

Make a custom API call to the Microsoft Graph API

Triggers

Name
new_email

Triggers when a new email is received

email_moved

Triggers when an email is moved to a specific folder

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'microsoft-outlook',
  actionName: 'list_messages',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Microsoft Outlook to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Microsoft Outlook support?

Microsoft Outlook supports 9 actions including List Messages, Get Message, Send Email, Reply to Email, Forward Email, and more.

Can I use Microsoft Outlook with AI agents?

Yes. Add Microsoft Outlook to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Microsoft Outlook use?

Microsoft Outlook uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Microsoft Outlook integration cost?

The Microsoft Outlook integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Microsoft Outlook support?

Microsoft Outlook supports 2 triggers including New Email, Email Moved.

Connect Microsoft Outlook in 2 minutes

Get 1,000 free actions every month. No credit card required.