WorkOS Docs Homepage
Events
API referenceDashboardSign In
Event typesOverviewOverviewAuthentication eventsAuthentication eventsConnection eventsConnection eventsDirectory Sync eventsDirectory Sync eventsEmail verification eventsEmail verification eventsFeature flag eventsFeature flag eventsInvitation eventsInvitation eventsMagic Auth eventsMagic Auth eventsOrganization eventsOrganization eventsOrganization domain eventsOrganization domain eventsOrganization membership eventsOrganization membership eventsPassword reset eventsPassword reset eventsRole eventsRole eventsSession eventsSession eventsUser eventsUser eventsData syncingOverviewOverviewSyncing with events APISyncing with events APISyncing with webhooksSyncing with webhooksData reconciliationData reconciliationObservabilityStreaming to DatadogStreaming to Datadog
API Reference
API Reference
Integrations
Integrations
Migrate to WorkOS
Migrate to WorkOS
SDKs
SDKs

Email verification events

Events emitted when a user is required to verify their email.

On this page

  • Email verification created

Events emitted when a user is required to verify their email.

Email verification created

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.

Email verification created event
JSON
{
"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"
}
}
© WorkOS, Inc.
FeaturesAuthKitSingle Sign-OnDirectory SyncAdmin PortalFine-Grained Authorization
DevelopersDocumentationChangelogAPI Status
ResourcesBlogPodcastPricingSecuritySupport
CompanyAboutCustomersCareersLegalPrivacy
© WorkOS, Inc.