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
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- rxdb integration code not working
https://appwrite.io/blog/post/offline-first-journal This code does not work with rxdb and appwrite packages set to february releases nor newest releases
- Costom domain Issues
Hi Appwrite team We’re having issues verifying a custom domain. We added the required CNAME and CAA records to our DNS provider and waited for at least 2 days a...