djcaliOriginal post
Rank 3: Container
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
Summary
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.