diff --git a/posthog/cdp/templates/zapier/template_zapier.py b/posthog/cdp/templates/zapier/template_zapier.py index 3f0c45da22b17..f7ee13c6f709c 100644 --- a/posthog/cdp/templates/zapier/template_zapier.py +++ b/posthog/cdp/templates/zapier/template_zapier.py @@ -26,7 +26,7 @@ "key": "hook", "type": "string", "label": "Zapier hook path", - "description": "The path of the Zapier webhook. You can create your own or use our native Zapier integration https://zapier.com/apps/posthog/integrations", + "description": "The path of the Zapier webhook. This value should be the part of the webhook URL after https://hooks.zapier.com/ (for example: hooks/catch/12345678/2gygaul/). You can create your own or use our native Zapier integration https://zapier.com/apps/posthog/integrations", "secret": False, "required": True, "hidden": False,