I'd like to get help figuring out which action event to use in what order in Pabbly. Here's the scenario.
After a trigger event (such as a successful payment processing on a third party platform or WordPress site), do this:
1. Check if there's a registered user on WordPress by matching the email address.
2. If a registered user with the same email address already exists, update the user meta data (such as the country).
3. If the user does not exist, create a new user in WordPress with that email address.
4. When creating a new WordPress user, make the username also identical to the email address (instead of giving the user the ability to freely choose a username, I want the username to be the same as the email address).
5. Send an email to the user:
5a. To an existing user, a message about their account being updated.
5b. To a newly created user, a message about their account creation and asking them to create/reset a password, with the WordPress's (or one of the membership plugin's) password reset link automatically included in the email content.
Thank you for your help and any automation insights regarding this would be appreciated.
After a trigger event (such as a successful payment processing on a third party platform or WordPress site), do this:
1. Check if there's a registered user on WordPress by matching the email address.
2. If a registered user with the same email address already exists, update the user meta data (such as the country).
3. If the user does not exist, create a new user in WordPress with that email address.
4. When creating a new WordPress user, make the username also identical to the email address (instead of giving the user the ability to freely choose a username, I want the username to be the same as the email address).
5. Send an email to the user:
5a. To an existing user, a message about their account being updated.
5b. To a newly created user, a message about their account creation and asking them to create/reset a password, with the WordPress's (or one of the membership plugin's) password reset link automatically included in the email content.
Thank you for your help and any automation insights regarding this would be appreciated.