Is there a way to access the email confirmation URL?
What I want to achieve
When a user has signed up for my SaaS but has not confirmed their email, I would like to remind them to confirm it via my newsletter tool. So the flow would be like:
2) Is there a way how my newsletter tool (GetResponse) can send the confirmation URLs instead of Supabase?
Thanks in advance!
When a user has signed up for my SaaS but has not confirmed their email, I would like to remind them to confirm it via my newsletter tool. So the flow would be like:
- User signed up
- Has not confirmed their email link
- I'd like to remind him after a couple days with my email newsletter tool and would like to add a button with the confirmation link–but I would need to know the URL generated by Supabase
2) Is there a way how my newsletter tool (GetResponse) can send the confirmation URLs instead of Supabase?
Thanks in advance!