customer.email_verification_request
If the "Customer email verification" site setting is enabled, the customer.email_verification_request
event will be triggered automatically when a user creates a new account. This event can also be triggered by calling the dedicated SDK endpoint in here.
{
"type": "customer.email_verification_request",
"id": "evt_DCJJcqsMhEmFXfV0UBrdieCR",
"created": 1655807846,
"triggered_from": "open_api",
"data": {
"object": {
"object": "customer",
"id": 59,
"balance": 0,
"created": "2022-06-20T11:45:28.000000Z",
"currency": null,
"default_source": null,
"delinquent": false,
"display_name": null,
"email": "[email protected]",
"email_confirm": null,
"first_name": null,
"has_password": 1,
"language": "en",
"last_login_method": 'email',
"last_name": null,
"metadata": null,
"object_id": "cus_LuY9a8HPZGVCJR",
"password_last_updated_at": null,
"phone": null,
"phone_confirm": null,
"salutation": null,
"title": null,
"username": null,
"email_verify_token": "eyJpdiI6InQxdkc5VFB2dmFHL2ltUjd2MkZFRXc9PSIsInZhbHVlIjoiOGxPMGJXWTVCcUFXbUtMUTBPOXFIZzBuQ01oRitDOHlSbmsxeWphL25aSDZMM0lNZGJNYVhYOUZ5SmFySmNDcGNwQitmQkNvT21xVllVNnpCeWl1VldXc25hYWY0U05UaFZsR0hRNlp3MTQ9IiwibWFjIjoiYWE1YmQ1ZDYzMjBiOTMxZmY5YzQxZmY2ZDJmNmJiZDc3OWJjZjA2NTIwNmJiZDhhOTI4NTA0MzlkMWVmMjIxOCIsInRhZyI6IiJ9"
}
}
}
Updated over 1 year ago