sendEmailVerification
client.sendEmailVerification({
accessToken: string,
// Optional parameters
redirectUrl: string,
returnToAfterEmailConfirmation: string (1)
})
| 1 | This parameter should only be used with Hosted Pages. |
About this command
Request the verification of the email address of a profile. If there is an email address configured in the profile that was not already verified, sends an email to verify it.
Examples
client.sendEmailVerification({
accessToken: 'eyJ0eXAiOiJKV1QiL...',
redirectUrl: 'https://example-email-verification.com'
})
Parameters
The authorization credential JSON Web Token (JWT) used to access the ReachFive API. |
|||
The URL sent in the email to which the user is redirected. This URL must be whitelisted in the |
|||
Returned in the
|