Level 80
@bhalliburton Invitations in what respect?
2 likes
Summer Sale! All accounts are 50% off this week.
It seems largely undocumented...
It creates an entry in the invitations table, containing the email address of the invited person and creates a token for that user (along with the team_id that the invite was sent from).
It sends an email to that email address with a link to click, which contains that token it stored in the invitations table.
When user clicks the link, it verifies that the token exists, and adds the user to the team that the invitation was for, and then deletes the entry from the invitations table.
Please or to participate in this conversation.