-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
Is your feature request related to a problem? Please describe.
When trying to follow this guide I realized that intercom_user_jwt isn't supported as a boot property.
Describe the solution you'd like
I think the solution is supporting intercomUserJwt by adding to the typescript def for DataAttributes, and then adding support here
export const mapDataAttributesToRawDataAttributes = ( |
Describe alternatives you've considered
This worked for now:
boot({
apiBase: "https://api.intercom.com",
appId: "ABC123",
customAttributes: {
intercom_user_jwt: [JWT TOKEN],
},
});
alexedwardjones and paul-ez
Metadata
Metadata
Assignees
Labels
No labels