Forum Discussion
Self service site creation: Custom processing of new sites to set permissions, theme, etc
- Oct 22, 2019
kenneho There are atleast two free options I can think of. The https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/pnp-provisioning-framework is the top choice. But, if you want something more 'custom' you can always create custom sites using PowerShell. You will be able to tweak the smallest of details based on user inputs. You can create a webhook with just a few clicks if you decide to host it as an Azure Automation script and tie it to your Flow workflow for variables.
kenneho There are atleast two free options I can think of. The https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/pnp-provisioning-framework is the top choice. But, if you want something more 'custom' you can always create custom sites using PowerShell. You will be able to tweak the smallest of details based on user inputs. You can create a webhook with just a few clicks if you decide to host it as an Azure Automation script and tie it to your Flow workflow for variables.