OK - I understand - you could convince me that it is better that the approval of the avatar images of the invited users is no longer a condition. So the new requirement is to only check if there are 3 invited users who have completed their registration process after they received the invitation link.
For this purpose I have used the trigger called:
invites_onAfterAcceptInvite
The test scenario is as follows:
1. User A invites user B (Test10 in my example)
2. User B gets an email in his inbox and clicks on the invitation link and fills out the registration form on the website
3. 1 A user record for user B will be created in the database and looks like this:
3.2 At the same time user B gets a confirmation link in his email box in order to confirm his E-Mail address ... (user B does not yet click on this link)
3.3 The trigger
invites_onAfterAcceptInvite fires now
If I do it this way the trigger i
nvites_onAfterAcceptInvite fires
before the invited user B (Test10) decided to click on the confirmation email. Problem: There is no guarantee that the invited person B will do this final confirmation step... but this is important because without confirmation user B is not visible in the corresponding userlists
I also didn't find e 'better' trigger which will only fire after the confirmation link of the invited user B has been clicked ? Or is there such a trigger