From 42b71675e80ba081f88c2e73cbd03b1a9ebfed08 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 14 May 2026 10:51:28 +0300 Subject: [PATCH] Add event_id to wedding_invitation body_params so it appears in the form for dynamic button URL --- backend/whatsapp_templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/whatsapp_templates.py b/backend/whatsapp_templates.py index f5116f0..b1b7b7e 100644 --- a/backend/whatsapp_templates.py +++ b/backend/whatsapp_templates.py @@ -169,6 +169,7 @@ TEMPLATES: Dict[str, Dict[str, Any]] = { "event_date", # body {{5}} "event_time", # body {{6}} "guest_link", # body {{7}} + "event_id", # button {{1}} - for dynamic URL (not in body text) ], "button_type": "URL", "button_text": "הצבע על הזמנה",