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

Update user_hash mapping #1957

Merged

Conversation

bcaudillo
Copy link
Contributor

@bcaudillo bcaudillo commented Mar 27, 2024

Description:
Currently our out of the box mapping to user_hash is incorrect. It reads context.Intercom.user_hash when it should be integrations.Intercom._user_hash.

Is it a bug/defect?
Yes
Is it reproducible?
Yes, go to Intercom Web (Actions) and select the Identify User mapping. Scroll down to User Hash and test a payload where the Integrations object looks like:
"integrations": { "Intercom": { "user_hash": "75ae885f908a8a25f2c88a3ba2f1a40892b0aab7515aa66f6c6e0eea0bdcc861" } },
Check your mapping and see this value does not populate with the out of the box mapping.

Workaround available?
Yes, we are currently asking users to modify their mapping manually.

Expected Behavior:
Out of the box mapping should work as Intercom expects to receive this value.

Actual Behavior:
This value does not populate unless our mapping is modified.

Relevant Slack Thread
https://twilio.slack.com/archives/C9Z93GW76/p1711388844654799?thread_ts=1711386641.613429&cid=C9Z93GW76

Updated context.Intercom.user_hash to integrations.Intercom.user_hash
@joe-ayoub-segment joe-ayoub-segment merged commit 2cc5540 into main Apr 22, 2024
11 checks passed
@joe-ayoub-segment joe-ayoub-segment deleted the intercom-web-actions-user-hash-mapping-correction branch April 22, 2024 13:58
@joe-ayoub-segment
Copy link
Contributor

hi @bcaudillo this PR has been deployed. Please confirm that you are happy with the change!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants