Skip to main content

Overview

Entri Activate fires one new browser event for the path-selection step, then hands off to the Connect or Sell flow, which fires its existing events for the rest of the session. On the backend, Activate does not introduce a new webhook payload. The flow the user selects sends the same Connect or Sell webhooks you already handle.

onEntriPathSelected Event

When the user chooses between buying a new domain and connecting an existing one, Activate fires onEntriPathSelected. Use it to track which path your users take or to update your own UI before the underlying flow opens.

Sample usage:

JavaScript

Sample event.detail object response:

JSON

Event details object description

Flow events

After the path is selected, all subsequent browser events come from the chosen flow: For the connect path, listen for the Entri Connect events. For the sell path, listen for the Entri Sell events.
Because Activate reuses these events, existing listeners you wrote for Connect or Sell continue to work without changes.

Webhooks

Activate does not add a webhook payload of its own. The selected flow fires its standard webhooks, so the server-side notification you receive when a domain goes live is the same one Connect or Sell would send on its own. See the webhooks overview for payload detail.