microsoftOutlookTrigger.json•948 B
{
"nodeType": "n8n-nodes-base.microsoftOutlookTrigger",
"displayName": "Microsoft Outlook Trigger",
"description": "Fetches emails from Microsoft Outlook and starts the workflow on specified polling intervals.",
"version": 1,
"properties": [
{
"name": "event",
"displayName": "Trigger On",
"type": "options",
"default": "messageReceived",
"options": [
{
"name": "Message Received",
"value": "messageReceived"
}
]
}
],
"credentialsConfig": [
{
"name": "microsoftOutlookOAuth2Api",
"required": true
},
{
"name": "event",
"required": false
}
],
"io": {
"inputs": [],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": [
"Main"
]
}
}