Is there an API request that can be used to change the “active” status of a list of notifications by the notification ID?
The endpoint GET {base_address}/notifications/v1/notification/list can be used to list all notifications with their IDs and statuses. Is there a call that can batch update notification active status via CSV?
Since Docebo doesn’t seem to offer an easy way to temporarily disable all notifications with one switch, we will need an alternative way to do this.