Answered

Can I get custom user attributes via API?

  • 20 July 2021
  • 1 reply
  • 124 views

In https://www.intercom.com/help/en/articles/179-send-custom-user-attributes-to-intercom,

I created

window.intercomSettings = {

app_id: APP_ID,

"book": "ABC"

};

 

How to get the key value pair book & ABC via API?

icon

Best answer by Roy 20 July 2021, 16:13

View original

1 reply

Userlevel 1
Badge

Hello @jack c12​ ,

 

Q - How to get the key value pair book & ABC via API?

A - You can use Retrieve a contact API to get custom user attributes.

More Information can be found here -> Retrieve a contact

 

Just let me know if you have further question about this topic, will be more than happy to help.

Reply