Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Outlook

UpdatedMay 22, 2026Reading time1 min read

What it does

Outlook (Microsoft 365 / Outlook.com) reads and sends mail via Microsoft Graph v1.0.

Setup

  1. In the Azure portal → App registrations, create an app and add redirect URI https://<your-domain>/callback/outlook.
  2. Grant delegated permissions: Mail.Read, Mail.Send, offline_access.
  3. Create a client secret under Certificates & secrets.
  4. In FlowFn Admin → Platform Tools → Outlook, paste Client ID, Client secret, and redirect URI.
  5. 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.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →