Skip to main content

Is is possible to get the user attributes from intercom to javascript function on my webpage? I want to use intercom attributes in some of the pages.

Hey @pushkar​, we do expose the values of attributes as parameters in the intercom.Settings object in our JS function. I'd imagine you'd need to write some custom code on your end to transpose these values into the different elements of your site.


Thanks for your response Eric. I just came back to it now. Can you please point me towards documentation for using the intercom.settings object?

 

Thanks.


Sure thing, @pushkar​! You can find all the documentation you need for our Javascript API here.


Reply