From 688a98f2ec6709ce4781011f8b696bb9e345a3e0 Mon Sep 17 00:00:00 2001 From: Ben White Date: Tue, 17 Dec 2024 10:57:45 +0100 Subject: [PATCH] Add default content type header --- posthog/cdp/templates/webhook/template_webhook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/posthog/cdp/templates/webhook/template_webhook.py b/posthog/cdp/templates/webhook/template_webhook.py index f27822c5e0c24..49e350736de51 100644 --- a/posthog/cdp/templates/webhook/template_webhook.py +++ b/posthog/cdp/templates/webhook/template_webhook.py @@ -78,6 +78,7 @@ "label": "Headers", "secret": False, "required": False, + "default": {"Content-Type": "application/json"}, }, { "key": "debug",