Included Microsoft connectors
| Connector in Lovable | What it’s for |
|---|---|
| Microsoft Outlook | Email: read, send, and manage mail in the signed-in mailbox (within granted permissions). |
| Microsoft Teams | Teams and channels: messages, team and channel lists, and related conversations APIs. |
| Microsoft OneDrive | Files: upload, download, and work with files in the user’s OneDrive. |
| Microsoft Word | Documents: read and write Word files via Graph (for example files stored in OneDrive/SharePoint). |
| Microsoft Excel | Spreadsheets: read and work with Excel workbooks through Graph. |
| Microsoft PowerPoint | Presentations: read and write PowerPoint files via Graph. |
| Microsoft OneNote | Notes: notebooks, sections, and pages in OneNote. |
How Microsoft connections work
- OAuth 2.0: You authorize a Microsoft account for that product. Permissions depend on the scopes requested for that connector (some connectors expose optional Advanced settings for scopes—grant only what your app needs).
- Microsoft Graph: Requests go to
https://graph.microsoft.com/v1.0/via Lovable’s connector gateway. See Gateway-based connectors for secure token handling and per-project request limits. - Same flow everywhere: Add connection → sign in with Microsoft → approve consent → link the connection to projects. Only the connector name and API surface change between Outlook, Teams, OneDrive, etc.
Microsoft 365 licensing, tenant policies, and Graph throttling are controlled by Microsoft and your organization—not Lovable.
How to connect (any Microsoft product)
Workspace admins and owners can create Microsoft connections.- Go to Settings → Connectors → Shared connectors.
- Choose the Microsoft connector you need—for example Microsoft Outlook or Microsoft Teams (each product has its own tile).
- Click Add connection, enter a Display name, and complete Connect / Sign in with Microsoft.
- Accept the permissions shown for that product.
- Link the connection to the Lovable projects that should use it.
Managing and removing connections
Steps match other shared connectors; only the product you select in Settings changes.Unlink projects from a connection
Editors and above can unlink projects without deleting the connection.- Go to Settings → Connectors → Shared connectors and select the same Microsoft connector you used (for example Microsoft OneDrive).
- Open the connection → Linked projects → choose projects → Unlink projects.
Delete a connection
Workspace admins and owners can delete a connection.- Settings → Connectors → Shared connectors → pick the Microsoft product (for example Microsoft Excel).
- Open the connection → review Linked projects → Delete under delete options → confirm.
Limitations
- Each connection is tied to one authorized Microsoft identity (and that identity’s mail, files, teams, etc., per scopes)—not each visitor’s account unless you build a separate auth story.
- Tenant and admin policies (consent, MFA, blocked apps) can block or limit sign-in; resolve those in Microsoft 365 / Entra ID.
- Gateway limits apply as in Gateway-based connectors.