feat(webhook): add webhook client for RSVP and photo uploads

This commit is contained in:
2026-08-12 20:27:42 +02:00
parent df5d8efeb1
commit d8f70cf731
5 changed files with 136 additions and 6 deletions
+7
View File
@@ -26,3 +26,10 @@ email:
upload:
max_size_mb: 15
max_files: 10
webhook:
rsvp_url: "" # optional; POST JSON here on every new RSVP
photo_url: "" # optional; POST JSON here on every photo upload
secret: "" # optional; HMAC-SHA256-signs the payload, sent as X-Webhook-Signature
headers: {} # optional; extra headers sent with every webhook request, e.g. Authorization: "Bearer xxx"
timeout_seconds: 5