Email Verification: Self-Hosted UI

If you intend to self-host the Email Verification Page and utilize Wristband APIs to facilitate the Email Verification Workflow, it is necessary to override the Action Link URL for the Email Verification Email Policy in the Wristband Dashboard for your application. The URL value should point to the location of your application's self-hosted Email Verification Page.


Workflow Steps:

  1. The user clicks on the Action Link in the verification email that was sent to their inbox.
  2. The user is redirected to your application's self-hosted Email Verification Page along with the Email Authorization Code query parameter.
  3. Your application calls the Wristband Verify Email API, passing along the Email Authorization Code.
  4. A message is displayed to the user indicating that verification succeeded.

At this point, the workflow is complete, and the user can exit the page.

Custom Email Verification Workflow