Actions
| 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/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.