Automation

Overview

This tutorial walks you through creating Microsoft Outlook (Microsoft Graph) credentials in n8n. You’ll register an application in the Azure Portal, configure OAuth2 settings and required permissions, add the credential in n8n, and test a simple send-mail request. This guide is beginner-friendly and includes troubleshooting tips and best practices for secure automation.

Why this matters

n8n uses OAuth2 to authenticate with Microsoft services (Outlook via Microsoft Graph). Correctly creating credentials ensures your workflows can read, send, and manage email securely and automatically without storing user passwords.

Prerequisites

Explore the Microsoft Outlook node in n8n for higher-level actions and check n8n community examples for real-world patterns.

Happy automating!