Hello,
I’m trying to install the in app chat to my SaaS product.
We send both email and user id, but the user id is the only thing intercom is taking.
Here’s the initiation code:
window.Intercom?.('boot', { api_base: 'https://api-iam.intercom.io', app_id: 'lv2etfg0', name: email, email, user_id: userId user_hash: intercomIdentityVerification?.userIdHash });
Ideally I would like to get also the email address, since just the user id doesn’t help me recognize who is the user.
Please assist!