An example of the Preview Link page for the Usage app.

Setting Up

To enabled Preview Links, go to the “Settings” tab on the sidebar.

General

Upload app icon.

Name

Name of the app.

Description

Short description of the app.

Set the link to where your app is available. This can be a link to the App Store or website.

Subdomain

Set the subdomain that will be used in the URL for the Preview Links. This can only be saved once.

This section displays the status and a preview of the Preview Link page for your app.

Access via User Property

The Preview Link value is available on the user object as the preview_link property.

{
  "data": {
    "referral_user": {
      "app_user_id": "821fae4b5-1a2d-4c1e-9152-5297086a161c",
      "code": "XYZ123",
      "preview_link": "https://example.wwk.link/XYZ123",
      ...
    }
  }
}

Learn more about Users.