Microsoft Outlook ​
Send, receive, and manage emails and contacts via Microsoft Graph.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://graph.microsoft.com/v1.0 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | microsoft-outlook |
Using Microsoft Outlook in a workflow ​
- Go to Connections and click New Connection.
- Pick Microsoft Outlook from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /me/messages | List email messages |
| POST /me/sendMail | Send an email |
| GET /me/messages/{messageId} | Get an email message |
| DELETE /me/messages/{messageId} | Delete an email |
| GET /me/contacts | List contacts |
| GET /me/mailFolders | List mail folders |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.