Appearance
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 Key | Example Input | Description |
|---|---|---|
| "user@example.com" | The user’s email address that should receive the verification link. | |
| Redirect Page Optional | Signed‑in page | Page to open after successful verification (provider dependent). |
Sending the verification link to the user ​
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:
- WeWeb generates a token and builds the verification link URL using your redirect selection
- In the
Data & APItab, the event triggerOn email verification requestedis fired with the data{ email, token, url } - In the trigger, you decide how to deliver the link (e.g., send an email with Resend)
Learn how to use the 'On email verifcation requested' Event Trigger →
Example flow ​
1
Collect the user’s email in a form
2
Run the
Send verify email action with the email3
In the
On email verification requested Event Trigger, send the verification link (such as via email with Resend)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.
Related Event Triggers ​
The
Send verify email action will fire these Event TriggersUse this trigger to compose and send your verification email.

