Hey all! I am using Kajabi to identify logged in / logged out users. That is about it. However, i want to tag them as they come in and this needs to be done on Zapier but I cannot get it to work properly. Can someone possibly help?
How can I combine Kajabi with Zapier to tag contacts?
Best answer by Roy
The issue has been resolved here. Anyone who uses Kajabi and wants to track logged-in visitors in Intercom should put the following code in the theme.liquid file:
========================
<script>
var APP_ID = "WORKSPACE_ID"; // Replace this with your workspace ID
window.intercomSettings = {
app_id: APP_ID,
{% if current_site_user %},
name: "{{ current_site_user.name }}",
email: "{{ current_site_user.email }}"
{% endif %}
};
</script>
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/#39; + APP_ID;var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();</script>
========================
@geoffrey m11 , Wishing you a very Happy new year 🎅🎄
Reply
Join the Intercom Community 🎉
Already have an account? Login
Login to the community
No account yet? Create an account
Intercom Customers and Employees
Log in with SSOEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.