Skip to content

Microsoft Agent 365 Trigger

Node: microsoftAgent365Trigger · Full type: @n8n/n8n-nodes-langchain.microsoftAgent365Trigger · Version: 1.1

Credentials

microsoftAgent365Api (alias: @microsoft)

CREDENTIAL @microsoft = microsoftAgent365Api "My Microsoft Agent 365 Trigger"

Parameters

Parameter Type Default Details
systemPrompt string ""
needsFallback boolean false
useMcpTools boolean false
include options "all" all, selected
includeTools multiOptions [] multi: mcp_CalendarTools, mcp_MailTools, mcp_MeServer, mcp_ODSPRemoteServer, mcp_SharePointListsTools, mcp_TeamsServer, mcp_TeamsCanaryServer, mcp_WordServer
hasOutputParser boolean false
options collection {} keys: maxIterations, welcomeMessage

options children:

Parameter Type Default Details
maxIterations number 10
welcomeMessage string ""

Example

NODE "microsoftAgent365Trigger" @microsoft AS "Microsoft Agent 365 Trigger" {
  systemPrompt: "value"
}