Microsoft Agent 365 Trigger node#
Early preview
This is an early preview for building agents with Microsoft Agent 365 and n8n. You need to be part of the Frontier preview program to get early access to Microsoft Agent 365.
Use the Microsoft Agent 365 Trigger node to receive messages from Microsoft Agent 365 and respond with AI-powered agent capabilities. This node allows n8n to act as the backend for your Agent 365 agents.
Credentials
You can find authentication information for this node here.
Node connectors#
The Microsoft Agent 365 Trigger node can connect to the following sub-nodes:
- Model: Connect a language model (Chat model sub-node) to process incoming messages
- Memory: Connect a memory sub-node to maintain conversation context. A single n8n workflow powers multiple Agent instances on the Microsoft side, so multiple users will interact with the same workflow. Choose your session ID key carefully to scope conversations to individual Agent instances and prevent conversation history from bleeding between them.
- Tool: Connect tool sub-nodes to give your agent additional capabilities
Node options#
Enable Microsoft Work IQ Tools for A365#
Toggle this option to give your agent access to Microsoft 365 tools through the Model Context Protocol (MCP). Default: Off.
When enabled, select one of:
- All: Enable all available Microsoft MCP tools
- Selected: Choose specific tools from the list:
- Calendar
- SharePoint
- Teams
- Word
- and more
Getting started#
We recommend following these resources to set up your Agent 365 integration:
- Microsoft Agent 365 developer documentation: Official documentation for building agents with Microsoft Agent 365
- Agent 365 CLI Documentation: Cross-platform command-line tool for deploying and managing Agent 365 applications on Azure
Related resources#
Refer to Microsoft Agent 365 developer documentation for more information about the service.
View n8n's Advanced AI documentation.