In a modern SharePoint site you can create custom themes using PowerShell, REST API & CSOM. In this blogpost I will show you how to create themes using PowerAutomate. The following REST endpoints are available
Continue Reading ashiqf’s Article on their blog
Create/Delete a SharePoint custom theme using PowerAutomate
In a modern SharePoint site you can create custom themes using PowerShell, REST API & CSOM. In this blogpost I will show you how to create themes using PowerAutomate. The following REST endpoints are available http:// /_api/thememanager/AddTenantThemehttp:// /_api/thememanager/DeleteTenantThemehttp:// /_api/thememanager/GetTenantThemingOptionshttp:// /_api/thememanager/ApplyThemehttp:// /_api/thememanager/UpdateTenantTheme There is an online Theme Generator tool that you can use to define new…
Blog Syndicated with ashiqf’s Permission