Skip to content

Commit

Permalink
Add organization domain events (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
amygdalama authored Nov 6, 2024
1 parent fa2ea84 commit 3c7c8c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/events/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ const (
InvitationCreated = "invitation.created"
MagicAuthCreated = "magic_auth.created"
PasswordResetCreated = "password_reset.created"
// Organization Domain Events
OrganizationDomainVerified = "organization_domain.verified"
OrganizationDomainVerificationFailed = "organization_domain.verification_failed"
)

// Client represents a client that performs Event requests to the WorkOS API.
Expand Down

0 comments on commit 3c7c8c1

Please sign in to comment.