The Email Validation object
Attributes
project
- String - Required
Project previously created, you need to add the param _id that you receive after a project flow is fully generated.
projectFlow
- String - Required
projectFlow
- String - RequiredProject flow previously created, you need to add the param _id that you receive after a project flow is fully generated.
email
- Object- Required
email
- Object- RequiredEmail that will be enter in the validation proccess.
type
- String - Required
type
- String - RequiredType of proccess that you are going to do, can be "login" or "onboarding".
validationMethod
- String - Required
validationMethod
- String - RequiredThis defines how the provided email will be validated, in this case can be "verificationCode" or "none".
language
- String - Required
language
- String - RequiredLanguage on how the validation email will be send, can be "en" for english or "es" for spanish.
{
"project": "6266193db77ccc8111730c90",
"projectFlow": "658ed28b0990f300134d7b78",
"email": "[email protected]",
"type": "login",
"validationMethod": "verificationCode",
"language": "en"
}
Last updated