Skip to main content
Answered

Intercom chat Personalization

  • November 8, 2022
  • 1 reply
  • 10 views

i want to recognize the company even without them submitting the information on intercom

Best answer by Racheal

Hey @appu​ Racheal from the support engineer team here👋 

 

Intercom only knows/has the data you provide, so you will need to create and track these companies in order to utilize the company attribute data. Company information is sent over in the intercomSettings code snippet, as a JSON object called company.

 

Here's an example of how it will look:

window.intercomSettings = {
email: "example@example.com",
created_at: 1457552104,
app_id: "pi3243fa"
company: {
id: "123",
name: "Intercorp",
created_at: 1234567890,
}

Companies can also be created via the API. Some company data can be edited in the UI, once the company attribute has been added to your qualification data. You can read more about creating and updating company data in our Help doc here.

View original
Did this topic help you find an answer to your question?

1 reply

Racheal
Intercom Team
Forum|alt.badge.img+5
  • Customer Support Engineer
  • 512 replies
  • Answer
  • November 12, 2022

Hey @appu​ Racheal from the support engineer team here👋 

 

Intercom only knows/has the data you provide, so you will need to create and track these companies in order to utilize the company attribute data. Company information is sent over in the intercomSettings code snippet, as a JSON object called company.

 

Here's an example of how it will look:

window.intercomSettings = {
email: "example@example.com",
created_at: 1457552104,
app_id: "pi3243fa"
company: {
id: "123",
name: "Intercorp",
created_at: 1234567890,
}

Companies can also be created via the API. Some company data can be edited in the UI, once the company attribute has been added to your qualification data. You can read more about creating and updating company data in our Help doc here.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings