| applicationId | string | Yes | N/A | The ID of your application (set in the dashboard) |
| dnsRecords | array of DNSRecord objects (see below) | Yes | N/A | The DNS records you wish to configure for your users (see below) |
| token | string | Yes | N/A | A JSON web token. Must be fetched in each session, see Token creation (JWT). |
| applicationUrl | string | Only when using Secure or Power | N/A | Sets the applicationUrl for Power. This is the specific application URL that you would like to render on the customer’s custom domain. Also known as an origin server or origin URL. |
| applicationName | string | No | null | The company name that will be shown in the initial screen’s welcome message. |
| defaultSubdomain | string | No | "" | If you would like to pre fill the subdomain field with text then enter the desired sub domain here. |
| enableDkim | boolean | No | false | If your application requires users to set up DKIM through their email provider (and your app does not send emails directly), enable this. This is common for applications that provide email automation using an external service like Google Workspace or Microsoft 365. (Enterprise tier) |
| forceManualSetup | boolean | No | false | Forces Entri to use the manual setup flow. If set to true then the prefilledDomain becomes required. |
| forceSubdomain | boolean | No | false | If your application requires subdomains, enable this. (Premium and Enterprise tiers) |
| locale | string | No | en | To load Entri in a specific language. Supported languages include: en, es, pt, pt-br,pt-pt, fr, it, de, nl, pl, tr, ja, da, sv.The pt locale defaults to Brazilian portuguese (pt-br). |
| hostRequired | boolean | No, unless you use the {SUBDOMAIN} variable | true | If the {SUBDOMAIN} variable is used but is null (no subdomain inputted by the user) then the {SUBDOMAIN} value will default to be www. See Dynamic configuration variables based on the user-inputted domain. |
| manualSetupDocumentation | string | No | "" | Where you currently provide documentation on how to set up DNS. If users are trying to set up their DNS manually and need help, we will send them to this page. e.g. <https://example.com/dns-setup\>. This link is disabled when using the propertydisableManualSetupDocumentationLink:true in the whiteLabel’s configuration. |
| iframeSandbox | boolean | No | false | When set to true, applies a sandbox attribute to the Entri iframe, restricting its capabilities to only: allow-scripts, allow-same-origin, allow-forms, allow-popups, and allow-popups-to-escape-sandbox. This adds an extra layer of security to the embedded iframe. |
| overrideSPF | boolean | No | false | Forces the SPF record override in case there is a pre-existent one instead of merging it. This feature is not supported by Cloudflare, IONOS, Squarespace, and GoDaddy providers. |
| power | boolean | No | false | Enables Entri Power. Requires adoption of Entri Power. |
| prefilledDomain | string | No, unless forceManualSetup is set to true | N/A | A domain to pre-fill if you’ve collected it before the Entri modal, e.g. example.com |
| secureRootDomain | boolean | No | false | Creates a certificate for the root domain and points its A records to Entri secure servers. Requires adoption of Entri Secure. |
| supportForSubdomains | boolean | No | true | If your application allows subdomains, enable this |
| userId | string | No | N/A | A unique ID so that you can match Entri webhook events to the user. You can use stringfied jsons in order to add complex structured data. |
| wwwRedirect | boolean | No | false | When feasible, Entri will automatically redirect site.com to www.site.com using the preferred method of the DNS provider. Certain providers prevent Entri from automatically setting this up. When that is the case, Entri shows a helper UI to the user that explains how to do this manually. |
| validateDmarc | boolean | No | false | When set to true Entri will automatically check if there is an existing and valid DMARC record. If so, Entri will not update the DMARC record. |
| validateCAA | boolean | No | false | When set to true Entri will check if there is an existing CAA present in the domain or not. If it is present, it will add the CAA record sent in the config, else not. |
| checkConflicts | boolean | No | false | When true, Entri analyzes the DNS records provided in dnsRecords against the existing authoritative DNS configuration and reports any record that would require an override. Increases response time. See Detecting Record Conflicts. |
| monitor | boolean | No | false | When true, automatically registers the configured domain and records with Entri Monitor after the Connect flow completes, so record drift is reported back via webhooks. Requires a Monitor-enabled plan. |
| searchType | string | No | "classic" | (Entri Sell, IONOS only) Selects the domain-search experience. Use "classic" for the standard keyword search, or "ai" to enable AI-generated domain suggestions. |