Microsoft Dev Blogs

Bring your data into Microsoft 365 with Microsoft Graph connectors

    thumbnail

    Bring your data into Microsoft 365 with Microsoft Graph connectors

    Microsoft Graph connectors allow you to bring third-party data into Microsoft 365 apps, enabling users to access relevant information within the context of the app they are working in. By indexing Microsoft Graph connector items and specifying access control lists, you can control the visibility of external content in Microsoft 365 experiences.

    To enable the one-click admin experience in Teams, you need to update the Teams app manifest, configure Azure Entra permissions, handle Microsoft Graph webhook notifications, and create or delete Microsoft Graph connections.

    The activities endpoint on Microsoft Graph is now generally available, allowing users to discover third-party content across the Microsoft 365 ecosystem. Content from connectors can be accessed through the Microsoft 365 app or search box.

    Developers can extend Microsoft 365 Copilot by bringing data from third-party sources into Microsoft Graph and leveraging the Semantic Index for Copilot to provide contextual and actionable information.

    To get started with building custom connectors, follow best practices such as adding a urlToItemResolver, applying user activities to items, and deploying the connector in the Teams admin center.

    Resources for building Microsoft Graph connectors and utilizing the various features and experiences are provided, including the Microsoft Graph connector SDK and the Microsoft 365 Copilot developer early access program.

    IT administrators can find additional information in a dedicated blog post about the new features of Microsoft Graph connectors.