How to get userId & verificationLink from within a function that was invoked by a verification.created.event, which was triggered by a client side executed await account.createVerification(verifyUrl); ??? I am talking about the two params which usually get attached to the native verification email sent by appwrite itself if activated. I want to not use this service, but instead create a custom made email, sent by my appwrite function triggered by the above mentioned event, but I am struggeling getting the correct and valid verification link to attach to the verification email I am going to send to the respective user who has just signed up yet....?
Recommended threads
- Failed to receive appwrite reset passwor...
Hey there, I forgot my password for my appwrite account but when i use forgot password, i dont get an email to reset the account but when i try to create a new ...
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...