-
Notifications
You must be signed in to change notification settings - Fork 84
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
Support flattening nested objects for Intercom "track" events #593
Support flattening nested objects for Intercom "track" events #593
Conversation
Intercom "trackEvent" does not support nested object payloads. The purpose of this PR is to recursively flatten nested object events so they can be sent to the Intercom API.
@ItsSudip any update on this? |
We are working on it. It will be available with our next release. So you can expect it by the coming week. A quick question. We have already implemented one flatten logic in our code base but instead of using |
In general I dont have a preference, I just don't know if the intercom API will work with |
I checked in Intercom. Their API works with |
Description of the change
Intercom "trackEvent" does not support nested object payloads. The purpose of this PR is to recursively flatten nested object events so they can be sent to the Intercom API.
Type of change
Related issues
Checklists
Development
Code review
This change is