Shantha Kumar T
List Custom Font Packages from SharePoint using Power Automate
How to list all custom font packages deployed in SharePoint Online using Power Automate
SharePoint Online has the Brand Center, which enables us to use OOTB Font pakcages and Custom Font Packages to the Site Collections. Let’s see on how to use the Power Automate to list all the custom Font packages deployed to the tenant.
REST API Syntax:
https://<tenant>.sharepoint.com/sites/<site_name>/_api/fontpackages
Let’s create a Power Automate and employ the “Send an HTTP request to SharePoint” action and input the details below,
Power Automate Action:
Action Inputs
Site Address | SharePoint Site Collection URL I have added an environment variable |
Method | Get |
Uri | _api/FontPackages |
Headers | Accept: application/json;odata=verbose Content-Type: application/json;odata=verbose |