diff --git a/Start-DoneTickConsumer.ps1 b/Start-DoneTickConsumer.ps1 index 31ad7b4..a91b22d 100644 --- a/Start-DoneTickConsumer.ps1 +++ b/Start-DoneTickConsumer.ps1 @@ -93,7 +93,7 @@ function Receive-Webhook Write-Host "Payload: " } - 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