I’ve been able to trigger my webhook when a new user signs up. This trigger is attached to the “Signup success” event. Great!
However I would like this trigger to only execute if the user signs up (through the traditional way), NOT if the the user was invited.
A typical user invitation process follows these steps:
- Administrator creates a user account.
- Administrator sends an email to the user inviting them to register.
- User follows a link in the invitation email to set up a password for the account.
- User creates and verifies a password.
- User signs in.
From that literal description it appears as such the “Signup success” event won’t be triggered, but is that the case?
IF that’s the case, do you know how I could filter one type of event from the other in my webhook logic?
Appreciate the help! Cheers