What it does
Outlook (Microsoft 365 / Outlook.com) reads and sends mail via Microsoft Graph v1.0.
Setup
- In the Azure portal → App registrations, create an app and add redirect URI
https://<your-domain>/callback/outlook. - Grant delegated permissions:
Mail.Read,Mail.Send,offline_access. - Create a client secret under Certificates & secrets.
- In FlowFn Admin → Platform Tools → Outlook, paste Client ID, Client secret, and redirect URI.
- Connect from the FlowFn app and authorize.
Actions
- Send Mail, List Messages, Get Message
Notes
Auth uses the multi-tenant /common endpoint. list_messages defaults to Inbox; pass folder as a well-known name or folder id.