Send Notification to Users when their Email Address is Updated in Auth0
Last Updated:
Overview
This article explains how a notification email could be sent to the user to confirm that their email address was changed in Auth0.
Applies To
- User profile update
- Actions
- Email notifications
Solution
- This can be done by periodically calling the Management API or by creating a Log Stream with a Webhook that listens to that particular event only. Listening to the event and sending the notification has to be handled in the application/server.