Hello,
I use the createMembership endpoint to send invite to a user to join a team. They receive an email to accept the membership.
Say something happened like they deleted the email or the email just didn't send due to an error.
- How can we resend the email to the user.
- In my app i have a notifications center, where i would like the team invite to show up. where the user clicks on the notification and can accept or deny the invite. How can i approach this if possible to be done.
Thanks
TL;DR
1. To resend the membership email to the user, you can generate a new invite link/token and send it to their email.
2. To implement team invite notifications in your app, you can create a notification system within your app that triggers when a user has a pending team invite. Users can then click on the notification to accept or deny the invite directly within the app.Recommended threads
- Manual install docs are out of sync with...
I looked into the manual install docs issue for Appwrite 1.9.0 and wanted to share the findings, since this seems to need a bigger docs decision. What I found:...
- SSL certificate issuance failed:
Domain verifies but SSL cert fails, tried different subdomains like .api and .aw, used cname and CAA, no prior CAA existed on website, tried Multiple CAAs at on...
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...