How to use the Entri links feature in your Dashboard?

Last updated: April 15, 2026

What is it?

API share links are custom links that allow you to launch the Entri Connect or Sell flow from anywhere. When a user clicks the link, a new window opens where they can either configure (Connect) or purchase (Sell) a domain.


Why is it useful?

Share links enable non-developers to create and use Entri flows without relying on engineering teams. This makes them especially useful for product, customer success, and support teams.

Common use cases include:

  • User activation campaigns: Help users connect domains faster

  • Customer support: Guide users to configure domains in just a few clicks

  • Custom onboarding: Provide a more personalized, 1:1 experience

  • Small teams: No integration required, you can start using it immediately

How to use it

  1. Go to Tools in the left navigation and select Create Entri Links

  2. Select a product: choose Connect or Sell

  3. Select an application: make sure you’re using the production environment

  4. Complete the payload: add the required DNS records, the domain name, and any additional parameters (see our docs). Example:

{
  "applicationId": "appIdExample",
  "dnsRecords": [
    {
      "host": "example1",
      "ttl": 300,
      "type": "TXT",
      "value": "example1.com"
    },
    {
      "host": "example2",
      "ttl": 300,
      "type": "TXT",
      "value": "example2.com"
    }
  ],
  "prefilledDomain": ""
}
  1. Click Create Sharing Link: the dashboard will generate your link

  2. Copy and share: use it in emails, notifications, or campaigns

  3. Track the connection: monitor webhook notifications to confirm the domain was added, and the records propagated

For more details, refer to our developer documentation or contact us at support@goentri.com if you have any questions.