Events emitted when a user is required to verify their email.
Events emitted when a user is required to verify their email.
Event name: email_verification.created
Triggered when a user is required to verify their email and a code is created.
Payload data corresponds to the Email verification object with the code omitted.
{ "event": "email_verification.created", "id": "event_01HYGAQ6DVKP4TKDF8P8AHFP47", "data": { "object": "email_verification", "id": "email_verification_01HYGAQN7DTHPWDDMMTW6GRN4Z", "user_id": "user_01E4ZCR3C5A4QZ2Z2JQXGKZJ9E", "email": "todd@example.com", "expires_at": "2023-11-16T21:32:25.235Z", "created_at": "2023-11-16T21:32:25.235Z", "updated_at": "2023-11-16T21:32:25.235Z" }, "created_at": "2023-11-16T16:32:25.239Z", "context": { "client_id": "client_123456789" } }