Send email verification method
WARNING
This method requires the Wized WordPress plugin to be installed and active on your WordPress site. Download the plugin →
With the "Send email verification" method, you can send a verification email to a user so they can confirm their email address.
An email containing a verification link will be sent to the user. The link redirects them to the URL you specify, with a verification-token query parameter automatically appended.
Parameters
- Verification URL: This is a required function field where you can return the full URL of the page where the user will land to complete email verification. The verification token will be appended automatically as a
verification-tokenquery parameter.
Response
On success, an email containing the verification link will be sent to the user's registered email address.
Flow
This method is typically used as part of a two-step email verification flow:
- Call Send email verification after sign-up (or whenever you want to trigger a verification email).
- The user clicks the link in their email and lands on your verification page.
- On that page, call the Verify email method — the verification token is automatically read from the URL.