Auth0 event for email verification

Does auth0 generates any event today when user accepts email verification. We have a requirement to capture email verification event and take action in some other application which is outside of auth0.

Can anyone answer at the earliest as it is bit urgent for our application ?

You can set log streams up to listen to log events, see https://auth0.com/docs/logs/log-event-type-codes

I believe the relevant code is sv (Success Verification Email), but not sure if that’s referring to the successful confirmation of the email address, or whether the verification email has just been sent out.

Otherwise it might just be sapi and you would filter a bit more of the log details (the user.email_verified attribute should be changing, that’s something to look for).

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.