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 ); }