Skip to content

Support for intercom_user_jwt prop #813

@PhilipGrey

Description

@PhilipGrey

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],
          },
        });

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions