I am trying to trigger an email when a password reset is performed. I found that the “Post Change Password” flow exists, and whenever a user resets their password, the real-time Webtask logs show an entry like:
change email call - new email <New Email> <Old Email>
Is there a way to capture this information in an Action?
The “Change email call” log entry you’re seeing in the Webtask logs is generated by Auth0’s internal processes during password reset. However, this information isn’t directly exposed as an event that can be consumed by a Post Change Password Action.