Mail Verification

What kind of data I will get

By using this integration, you can verify an email address of the customer.
The user provides his e-mail address to which he receives a verification code. Then this code is entered by him in the widget and, if it is correct, the user is correctly verified

In response of the task, you will receive information about verification process.

Input data definition

There is no input data needed. User passes e-mail address on widget and goes through the verification process.

Output data

In the response from this process, you will find information about user's e-mail address and verification result (state).

{
  "sendgrid": {
    "verification": {
        "email": "[email protected]",
        "state": "SUCCESS"
    }
  }
}