I’m trying to bring down the number of duplicate emails in Intercom so I can actually use the Hubspot integration. It looks like one of the culprits is the Stripe integration. Many of my duplicates look like this:
User 1:
- email = jane@doe.com
- user_id = foobar
- stripe ID = unknown
User 2:
- email = jane@doe.com
- user_id = unknown
- Stripe ID = abcdef
I can manually go through and archive these junk users that Stripe has created, but then my question is:
- Can I prevent Stripe from doing that in the first place? Can it just wait for the “good” user (one with a user_id) and attach the stripe data to that one?
- If I archive the stripe-connected user, will Stripe attempt to find and resync with the good user?