Tools
| Name | Description |
|---|---|
list_messagesList email messages in a folder | List email messages in a folder |
get_messageGet a specific email message by ID | Get a specific email message by ID |
send_emailSend an email message | Send an email message |
reply_to_emailReply to an email message | Reply to an email message |
forward_emailForward an email message | Forward an email message |
list_foldersList mail folders | List mail folders |
create_draftCreate a draft email message | Create a draft email message |
move_messageMove an email message to a different folder | Move an email message to a different folder |
custom_api_callMake a custom API call to the Microsoft Graph API | Make a custom API call to the Microsoft Graph API |
Triggers
| Name | Description |
|---|---|
new_emailTriggers when a new email is received | Triggers when a new email is received |
email_movedTriggers when an email is moved to a specific folder | Triggers when an email is moved to a specific folder |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('microsoft-outlook', 'list_messages', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'microsoft-outlook',
input: { /* ... */ },
})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 tools programmatically.
What tools does Microsoft Outlook support?
Microsoft Outlook supports 9 tools 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 Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Microsoft Outlook to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Microsoft Outlook as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Microsoft Outlook tools exposed by that workspace.
Does Microsoft Outlook work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Microsoft Outlook work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Microsoft Outlook?
Microsoft Outlook exposes 9 tools, including List Messages, Get Message, Send Email, Reply to Email, Forward Email, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Microsoft Outlook be used in stateful agent workflows?
Yes. Agents can combine Microsoft Outlook tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Microsoft Outlook use?
Microsoft Outlook uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Microsoft Outlook integration cost?
The Microsoft Outlook integration is included on all Weavz plans including the free tier with 20,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 minutes
Get 20,000 free action executions every month. No credit card required.