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
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...