I am trying to customize the email verification email with info set by a post-login action on app_metadata. The app_metadata is getting set correctly, however it appears that the email is being set before this happens, so that it is not getting incorporated into the email verification email.
Is there anyway to make the email verification email wait?
Thank you for posting your question. Unfortunately, you are not able to, in a plug-and-play fashion, delay the verification email from being sent, but you can create a email verification ticket via Management API → Auth0 Management API v2. To prevent sending verification emails automatically, you will need to disable them in the Auth0 Dashboard by going to Branding → Email Templates → Email Verification and then toggling off the button.