
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
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attribute stuck on proccessing
i tried creating a new attribute butits stuck on proccessing,i did a hard refresh,cleared cache everything but still stuck on proccessing,also in my functions w...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain appwrite.qnarweb.com (CNAME pointing to fra.cloud.appwrite.io with Cloudflare proxy disabled) but encountering a TLS ce...
