How to set up multiple alerts in your tenant
The Alerts app supports displaying different alerts per site.
With the Overrides feature, you can set a different alerts source for specific SharePoint sites, allowing site-specific alerts to be displayed.
- First, you will need to complete all three steps from our configuration guide. Repeat the process for each per-site alert source you'll need.
- Navigate to the Alerts extension configuration panel available in your SharePoint site's Site Contents.
- In this panel, you can insert JSON to instruct the Alerts extension which SharePoint sites will be connected to each alert data source.
- In the panel, insert JSON to specify which SharePoint sites should use each alert data source. Replace the bold items in the example below with your site URLs:
 {
 "default":{
 "sourceSiteUrl":"https://yourdomain.sharepoint.com/sites/yoursite"
 },
 "overrides": [
 {
 "sites": ["\/sites\/othersite"],
 "sourceSiteUrl":"https://yourdomain.sharepoint.com/sites/othersite"
 }
 ]
 }
- 
Click on Save. The Alerts app will validate your configuration. 
.png?width=100&height=47&name=Accelerator%20365%20Logo%20(Colour%20+%20No%20Text).png)