--- title: 'Microsoft Outlook' description: 'Send, receive, and manage emails and contacts via Microsoft Graph.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Microsoft Outlook** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /me/messages](./get_me_messages_productivity_listmessages) | List email messages | | [POST /me/sendMail](./post_me_sendmail_productivity_sendmail) | Send an email | | [GET /me/messages/{messageId}](./get_me_messages_messageid_productivity_getmessage) | Get an email message | | [DELETE /me/messages/{messageId}](./delete_me_messages_messageid_productivity_deletemessage) | Delete an email | | [GET /me/contacts](./get_me_contacts_productivity_listcontacts) | List contacts | | [GET /me/mailFolders](./get_me_mailfolders_productivity_listfolders) | List mail folders | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.