feat(webhook): add webhook client for RSVP and photo uploads
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user