This commit is contained in:
Joeri 2026-02-20 14:14:26 +01:00
parent c92df84189
commit 84dadb678f

View file

@ -71,8 +71,8 @@ if ($result -eq [System.Windows.Forms.DialogResult]::OK) {
# === SEND TO WEBHOOK ====================================================
try {
$payload = @{
ticket = $ticket
remoteData = $remoteData
ticket = $ticket
} | ConvertTo-Json -Compress
$response = Invoke-RestMethod -Uri $WebhookURL -Method Post `