Answered

Is it possible to get the values of user attributes programatically?

  • 8 March 2021
  • 3 replies
  • 33 views

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.

icon

Best answer by Eric Fitz 11 March 2021, 11:35

View original

3 replies

Userlevel 1

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.

Userlevel 1

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

Reply