@@ -93,7 +93,7 @@ function Receive-Webhook
|
||||
Write-Host "Payload: <empty>"
|
||||
}
|
||||
|
||||
Send-AppriseNotification -title "Donetick Webhook Received" -content ($payload | ConvertTo-Json -Depth 20)
|
||||
Send-AppriseNotification -title "Donetick Webhook Received" -content "$($payload.type) $($payload.data.chore.name)"
|
||||
|
||||
Write-JsonResponse -Response $response -StatusCode 200 -Body @{
|
||||
ok = $true
|
||||
|
||||
Reference in New Issue
Block a user