Skip to main content

whiteLabel object

Entri Connect Growth tier and above. Included on Entri Sell
The whiteLabel property object allows you to further customize the Entri Modal UI. Please note you may need an Enterprise level account for these properties to be available. For questions about this, contact your account manager.
Entri is rolling out a redesigned modal. For the whiteLabel properties it supports, see Connect New UI. The same UI powers Entri Activate.
To white-label the sharing link URL itself — replacing app.goentri.com with your own branded domain — configure the Sharing link URL field in your Dashboard under Account Settings → Application Settings. This is an Enterprise-tier feature and requires no code changes. See Sharing Link Custom Domain for details.

whiteLabel.theme Object

The whiteLabel.theme object allows you to customize the foreground and background colors to match your app’s branding. Please note you may need an Enterprise level account for these properties to be available. For questions about this, contact your account manager. Entri Connect Theme Options

whiteLabel.theme.colors Object

The colors object provides granular control over individual UI elements. Most of colors properties accept standard CSS color formats (hex, rgb, rgba, hsl, hsla), except bg, fg, buttonPrimary, errorShadowColorRgb, errorShadowColorRgb. Special Format Requirements: Colors Property Reference: Below is a comprehensive list of where each color property is applied in the Entri Connect modal:
Dark Mode Preset: When darkMode: 'enabled' is set, Entri automatically applies a comprehensive dark color scheme. You can still override individual colors by specifying them in the colors object after setting darkMode.
Quick Theme + Advanced Customization: The bg and fg properties provide fast global theming, while the colors object allows granular control. They work together - colors properties override the automatic mappings from bg/fg where specified.Example:
Entri Sell Theme Options

whiteLabel.icons Object

The whiteLabel.icons object allows you to customize the default icons used across the flow.

whiteLabel.customProperties Object

Enterprise tier.
The whiteLabel.customProperties object allows you to set different behaviours related specifically to specific elements or a screen’s behavior.

whiteLabel.customCopy Object

Entri Connect Premium tier and above. Included on Entri Sell
The whiteLabel.customCopy object allows you to customize certain texts along the flow, in order to match your brand’s tone or in case the default copy doesn’t exactly fit your use case. The default and only required locale (translation) needed to be used within the whiteLabel.customCopy object is the EN locale. All missing translations will default to English. Please note you may need an Enterprise level account for these properties to be available. For questions about this, contact your account manager.
Locales supported are one of form en, es, fr, etc. If no matching translation is found for the locale in use, then the Entri’s default text will be used. Please find the full list of supported locales in property’s documentation.

White label code example:

JavaScript