

We’ve added two new events related to invitations to make it easier to track the state of pending invitations. An invitation.accepted
event is triggered when a user accepts an invitation. The event includes information like accepted_user_id
and organization_id
which developers can use to track the user and organization membership created by an invitation. An invitation.revoked
event is triggered when an invitation is revoked. For more information, see the docs.