mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Add outlook trigger node (#1940)
* quick docs for outlook trigger node * Add to menu * Revert formatting * revert formatting
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Microsoft Outlook trigger
|
||||
description: Documentation for the Microsoft Outlook trigger node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information.
|
||||
---
|
||||
|
||||
# Microsoft Outlook trigger
|
||||
|
||||
Use the Microsoft Outlook trigger node to respond to events in Microsoft Outlook and integrate Microsoft Outlook with other applications.
|
||||
|
||||
On this page, you'll find a list of events the Microsoft Outlook trigger node can respond to, and links to more resources.
|
||||
|
||||
/// note | Credentials
|
||||
You can find authentication information for this node [here](/integrations/builtin/credentials/microsoft/).
|
||||
///
|
||||
/// note | Examples and templates
|
||||
For usage examples and templates to help you get started, refer to n8n's [Microsoft Outlook integrations](https://n8n.io/integrations/_Name_/){:target=_blank .external-link} page.
|
||||
///
|
||||
## Events
|
||||
|
||||
* Message Received
|
||||
|
||||
## Related resources
|
||||
|
||||
n8n provides an app node for Microsoft Outlook. You can find the node docs [here](/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/).
|
||||
|
||||
View [example workflows and related content](https://n8n.io/integrations/_Name_/){:target=_blank .external-link} on n8n's website.
|
||||
|
||||
@@ -688,6 +688,7 @@ nav:
|
||||
- integrations/builtin/trigger-nodes/n8n-nodes-base.mailerlitetrigger.md
|
||||
- integrations/builtin/trigger-nodes/n8n-nodes-base.mailjettrigger.md
|
||||
- integrations/builtin/trigger-nodes/n8n-nodes-base.mautictrigger.md
|
||||
- integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger.md
|
||||
- integrations/builtin/trigger-nodes/n8n-nodes-base.mqtttrigger.md
|
||||
- integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger.md
|
||||
- integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger.md
|
||||
|
||||
Reference in New Issue
Block a user