Pass redirect URI to custom Verification & Change Password emails

Hi,

We have a use case where we have multiple dynamic sub domains for a single application and we use a single auth0 tenant to manage all users, i.e. users can login to several sub domains with a single auth0 account.

This is working quite well except the issue of redirecting to the correct sub domain after the user clicks the link in the verification email or resets their password (via an email link).

Is it possible to configure injecting a dynamic URL for the verification link? And also for redirecting the user after resetting their password?

Thanks in advance.