-
This commit is contained in:
parent
c92df84189
commit
84dadb678f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue