Skip to main content

Intercom - App Store installation

Learn how to install Intercom on your EvoX store.

Written by Niall Diamond

Learn how to install Intercom into your EvoX store. This will enable you to interact with your customers via the Intercom dashboard. 

Step 1: Get your AppID

Don't forget to add in your correct AppID

<script>
 var Layer_intercom = "intercom";
if (EvoXLayer().app.hasOwnProperty(Layer_intercom)) {
window.intercomSettings = {
app_id: "Your AppID goes here",

user_hash: EvoXLayer().app.intercom.user_hash,
email: EvoXLayer().user.email,
name: EvoXLayer().user.name,
company: EvoXLayer().user.company,
phone: EvoXLayer().user.phone
};
} else {
window.intercomSettings = {
app_id: "Your AppID goes here"
};
}
</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/wqo9feun';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>

Step 3: Get your secrete key and install the App

Intercom >> Settings >> Enforce identity on web

Step 4: Enforce identity verification


Intercom >> Settings >> Enforce identity on web >> scroll to the bottom of the page

This is for extra security for your customers. 

Step 5: Test your install by logging in as a user and looking for that user in your intercom dashboard. 

🎉That's it, well done!

Did this answer your question?