We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7150399 commit 451c606Copy full SHA for 451c606
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-SchedulerCIPPNotifications.ps1
@@ -115,6 +115,7 @@ function Push-SchedulerCIPPNotifications {
115
}
116
117
if ($CurrentStandardsLogs) {
118
+ $Data = $CurrentStandardsLogs
119
$JSONContent = New-CIPPAlertTemplate -Data $Data -Format 'json' -InputObject 'table' -CIPPURL $CIPPURL
120
$CurrentStandardsLogs | ConvertTo-Json -Compress
121
Send-CIPPAlert -Type 'webhook' -JSONContent $JSONContent -TenantFilter $Tenant -APIName 'Alerts'
0 commit comments