How to access/pass Confirmation URL when "Send verification mail with rules"

Hi,

We are currently moving our email verification from the default flow to “email verification with rules” to support multiple templates per tenant.

I’m trying to implement email verification with rules. This link is really helpful but I’m not sure how to pass the confirmation URL to my API which I can then embed in my email for users to click and confirm?

In the default flow, this parameter is inserted into the template using the {{url}} variable but how do I obtain and pass this to my API call? I have searched the context and user objects but maybe I have missed it?

Thanks,
Liam

Ended up calling back to Auth0 from my API, specifically the POST Verification Link

1 Like

Perfect! Thanks for sharing with the rest of community!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.