How can I programmatically access Outlook Newsletter content stored in SharePoint Embedded?

Kriti Sharma (Capgemini US LLC) 0 Reputation points Microsoft External Staff
2026-08-10T05:47:26.9+00:00

We are using Outlook Newsletters and would like to automate ingestion of newsletter content into SharePoint/Copilot Studio.

We discovered newsletter editions are stored in SharePoint Embedded and the Outlook web client retrieves newsletter sections and HTML through backend APIs.

Is there a supported API, Microsoft Graph endpoint, SharePoint Embedded access pattern, or Power Automate connector for retrieving newsletter edition content?

Microsoft 365 and Office | SharePoint | Development
0 comments No comments

1 answer

Sort by: Newest
  1. Ana Le 2,345 Reputation points Independent Advisor
    2026-08-10T06:10:32.55+00:00

    Hi,

    According to the current Microsoft documentation, Outlook Newsletters stores newsletter editions, including draft and published versions, in SharePoint Embedded containers.

    However, I couldn’t find a documented Microsoft Graph endpoint or API specifically for retrieving Outlook Newsletter editions, sections, or the HTML representation used by the Outlook web client. The backend APIs observed by the client should not be treated as supported public APIs.

    SharePoint Embedded does provide Microsoft Graph APIs for accessing containers and their driveItem content, but access requires the application to be authorized for the corresponding SharePoint Embedded container type. Therefore, the standard SharePoint Embedded APIs cannot be assumed to provide access to Outlook Newsletters containers simply because the content is stored in SharePoint Embedded.

    There is also a SharePoint Embedded connector for Power Automate/Copilot Studio, but the documented connector capabilities are for SharePoint Embedded storage and do not currently expose a Newsletter-specific operation for retrieving Outlook Newsletter editions or their HTML content.

    If your requirement is to ingest the published newsletter, an alternative supported approach is to retrieve the generated newsletter email from the relevant mailbox using the Microsoft Graph Mail API. Microsoft documents that published newsletter editions generate email messages, with copies available in recipients’ mailboxes and in the sender’s Sent Items folder.

    For reference:

    At this time, I would not recommend relying on the Outlook web client’s internal/backend newsletter APIs for an automated ingestion solution, as they are not documented as supported public APIs.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.