Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple companies per user custom attributes not displaying on intercom #215

Open
serkanozer opened this issue Jun 26, 2019 · 0 comments
Open

Comments

@serkanozer
Copy link

When I'm trying to add multiple companies per user custom attributes are displayed on intercom only one company but not on the others:

 companies=[{'company_id': x, 'name': f'{x}', 'custom_attributes': {"test_attr": f"{x}"}} for x in [1, 2, 3]]
intercom.users.create(**{'user_id': 1, 'email': 'b234@bb.com', 'companies': companies})                     

this updates user and companies properly and companies listed on the user's page properly with test_attr is displayed for all companies. When i go to individual company pages test_attr is only shown in one of the companies created, for the two others the fields seems "Unknown"

@serkanozer serkanozer changed the title Multiple companies per user Multiple companies per user custom attributes not displaying on intercom Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant