Event for Email Confirmation

Hi, I was wondering if there’s currently an event available for when a user confirms their email? What I’m trying to accomplish is when someone confirms their email I am given an email with some information then can choose to confirm the account in the dashboard by changing the users role.

Would the Update event suit this purpose by just checking if it’s the verified status being changed?

Hello, Benjamin!
Unfortunately now there is no event “Email confirmed”. Also, “Update” event would not be triggered by changing user status. The only way I can offer you now is to make this handler for event “Registration”.
Your idea makes sense, so we shall discuss it and include it to the future release.
Thank you!
best regards,
Alex Navara

Hi Benjamin!

EmailConfirmed handler already added.
You can try it on Backendless console -> Business logic -> Users -> add handler EmailConfirmed.

Regards,
Kate.