Skip to content

Commit 6801385

Browse files
Tanuj-Taneja1github-advanced-security[bot]waleedalzaroonifengju0213
authored
[Feat] Add Microsoft Outlook - Mail Actions (#3419)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Waleed Alzarooni <[email protected]> Co-authored-by: Sun Tao <[email protected]> Co-authored-by: Tao Sun <[email protected]>
1 parent 2892d3b commit 6801385

File tree

7 files changed

+3538
-87
lines changed

7 files changed

+3538
-87
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,8 @@
141141
# Grok API key
142142
# XAI_API_KEY="Fill your Grok API Key here"
143143
# XAI_API_BASE_URL="Fill your Grok API Base URL here"
144+
145+
# Microsoft Graph API (https://portal.azure.com/)
146+
# MICROSOFT_TENANT_ID="Fill your Tenant ID here (Optional, default is 'common')"
147+
# MICROSOFT_CLIENT_ID="Fill your Client ID here"
148+
# MICROSOFT_CLIENT_SECRET="Fill your Client Secret here"

camel/toolkits/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
from .notion_mcp_toolkit import NotionMCPToolkit
9797
from .vertex_ai_veo_toolkit import VertexAIVeoToolkit
9898
from .minimax_mcp_toolkit import MinimaxMCPToolkit
99+
from .microsoft_outlook_mail_toolkit import OutlookMailToolkit
99100
from .earth_science_toolkit import EarthScienceToolkit
100101

101102
__all__ = [
@@ -183,5 +184,6 @@
183184
'NotionMCPToolkit',
184185
'VertexAIVeoToolkit',
185186
'MinimaxMCPToolkit',
187+
"OutlookMailToolkit",
186188
'EarthScienceToolkit',
187189
]

0 commit comments

Comments
 (0)