Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Send verify email ​

Use this action to request a verification link for a user’s email address. WeWeb generates a one‑time token and a ready‑to‑use verification URL. The sending of the email happens in the event trigger: On email verification requested →

Configuration ​

Display KeyExample InputDescription
Email"user@example.com"The user’s email address that should receive the verification link.
Redirect Page
Optional
Signed‑in pagePage to open after successful verification (provider dependent).

For most practical use cases, you will need to send the generated verification link to the user via email, and doing so requires using its related Event Trigger.

Here's what happens when this action runs:

  1. WeWeb generates a token and builds the verification link URL using your redirect selection
  2. In the Data & API tab, the event trigger On email verification requested is fired with the data { user, token, url }
  3. In the trigger, you usually deliver the link with WeWeb's built-in backend Send Email action

Learn how to use the 'On email verifcation requested' Event Trigger →

For the recommended setup, use WeWeb's built-in backend Send Email action in that trigger.

Example flow ​

1
Collect the user’s email in a form
2
Run the Send verify email action with the email
3
In the On email verification requested Event Trigger, use the backend Send Email action to send the verification link
4
Alert the user to check their inbox

Then once the user clicks the verfication link, they will be taken to whatever page you defined as the Redirect page.

The Send verify email action will fire these Event Triggers

Use this trigger to compose and send your verification email, usually with the backend Send Email action.

Learn more about Event Triggers ->