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.
Last updated