From e5257f62b01b703b7cf312ad52e3ffd343cf9967 Mon Sep 17 00:00:00 2001 From: Denis Golubovskiy Date: Thu, 13 Jun 2024 10:33:59 +0200 Subject: [PATCH] Update template --- template.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template.tpl b/template.tpl index 19fc17b..0659278 100644 --- a/template.tpl +++ b/template.tpl @@ -894,7 +894,8 @@ function hasUserIdentificationData(klaviyoEventData) { return ( !!profileData.id || !!profileData.attributes.email || - !!profileData.attributes._kx + !!profileData.attributes._kx || + !!profileData.attributes.external_id ); }