From 8ec19d0b2388ffeaf76aab5e51a6d80b5ff5a976 Mon Sep 17 00:00:00 2001 From: Tom Gotsman <64492814+tgberkeley@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:57:38 -0800 Subject: [PATCH] update sales call webhook (#1143) Co-authored-by: Tom Gotsman --- pcweb/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcweb/constants.py b/pcweb/constants.py index f5984ac811..a05d1f71d4 100644 --- a/pcweb/constants.py +++ b/pcweb/constants.py @@ -1,9 +1,9 @@ # pcweb constants. API_BASE_URL_LOOPS: str = "https://app.loops.so/api/v1" REFLEX_DEV_WEB_LANDING_FORM_URL_GET_DEMO: str = "https://5dha7vttyp3.typeform.com/to/O7kG4RQu" -REFLEX_DEV_WEB_LANDING_FORM_DEMO_FORM_WEBHOOK_URL = "https://hkdk.events/hiet6t6a0etc4e" +REFLEX_DEV_WEB_LANDING_FORM_SALES_CALL_WEBHOOK_URL: str = "https://hooks.zapier.com/hooks/catch/20661176/2s1nxp9/" + REFLEX_DEV_WEB_NEWSLETTER_FORM_WEBHOOK_URL: str = "https://hkdk.events/t0qopjbznnp2fr" -REFLEX_DEV_WEB_LANDING_FORM_SALES_CALL_WEBHOOK_URL: str = "https://hkdk.events/fl9kcr4bf5pn7w" REFLEX_DEV_WEB_PRICING_FORM_PRO_PLAN_WAITLIST_WEBHOOK_URL: str = "https://hkdk.events/amh01aq0hojled" REFLEX_DEV_WEB_GENERAL_FORM_FEEDBACK_WEBHOOK_URL: str = "https://hkdk.events/8woee5brmxqwdr"