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:
2026-03-11 15:30:31 -06:00
parent 2d4eac6583
commit 9ebac80f35
2 changed files with 27 additions and 1 deletions
+3 -1
View File
@@ -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=