The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
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:
- Manage Outlook Newsletters | Microsoft Learn
- What is SharePoint Embedded? | Microsoft Learn
- Microsoft Graph API reference links | Microsoft Learn
- Use the Outlook mail REST API | Microsoft Learn
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.