Automating Email Retries Or Getting Notified of Email Sending Failures to End Users

Problem Statement

How to configure email retry logic or send notifications to Admin for log events.

Solution

Auth0 doesn’t offer any way to configure the email retry logic or send notifications to admins when certain log events happen.

However, you could use log streaming to set up your scripts to monitor certain log events and act as their business needs require, e.g. to monitor for type:fn logs and send a slack message to their team, or to attempt a (limited number of) retries if the email is one we support manually triggering via Auth0 APIs, such as password reset (Authentication API Explorer) or email verification (Auth0 Management API v2).