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

Error in the conversations schema #61

Open
RobinPicard opened this issue Jan 16, 2023 · 0 comments
Open

Error in the conversations schema #61

RobinPicard opened this issue Jan 16, 2023 · 0 comments

Comments

@RobinPicard
Copy link

The schema conversations has a property called custom_attributes. This is an object with properties that vary from one record to the other. Right now, there are 2 properties of this object that have been added to it: "issue_type" and "type". Those are actually the examples provided in the Intercom API's documentation and are not properties we should expect to find
Capture d’écran 2023-01-16 à 17 10 18

Instead, we should not provide any properties to custom_attributes and return a jsonb that the end user will be able to parse themselves.

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