add support for multiple webhook endpoints
All checks were successful
deploy / build-and-deploy (push) Successful in 17s

This commit is contained in:
2025-10-13 21:26:09 +02:00
parent 83d67dcba6
commit 8ffdcb7696
3 changed files with 45 additions and 19 deletions

View File

@@ -152,6 +152,7 @@
## Webhook
> Die env variable `WEBHOOK_ENDPOINT` muss gesetzt und eine valide HTTP URL sein.
> Es können auch mehrere Endpoints gesetzt sein, dafür müssen die URLs mit einem komma getrennt sein.
Bei bestimmten Aktionen wird an den Webhook Endpoint ein Webhook gesendet.
Die Art des Webhooks wird dabei durch den `x-webhook-action` HTTP Header angegeben und hat einen festgelegten JSON Body.