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.
2 parents 90884e8 + b147273 commit ad59baaCopy full SHA for ad59baa
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-ExecScheduledCommand.ps1
@@ -116,6 +116,7 @@ function Push-ExecScheduledCommand {
116
'*email*' { Send-CIPPAlert -Type 'email' -Title $title -HTMLContent $HTML -TenantFilter $Tenant }
117
'*webhook*' {
118
$Webhook = [PSCustomObject]@{
119
+ 'tenantId' = $TenantInfo.customerId
120
'Tenant' = $Tenant
121
'TaskInfo' = $Item.TaskInfo
122
'Results' = $Results
0 commit comments