mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2026-06-04 00:10:16 -06:00
feat: add webhook integration for new guestbook submissions
Posts signup data as JSON to WEBHOOK_URL (e.g. an n8n Webhook node) in a daemon thread so it never blocks the visitor-facing response.
This commit is contained in:
+3
-1
@@ -12,4 +12,6 @@ SITE_TITLE="The Montana Dinosaur Center Visitor Log"
|
||||
LOGO_URL="/static/images/logo.png"
|
||||
ADMIN_USER=admin
|
||||
ADMIN_PASSWORD=changeme
|
||||
SECRET_KEY=change-this-to-a-random-secret-key
|
||||
SECRET_KEY=change-this-to-a-random-secret-key
|
||||
# Optional: POST new signups as JSON to this URL (e.g. an n8n Webhook node)
|
||||
WEBHOOK_URL=
|
||||
Reference in New Issue
Block a user