I have a client who has a Wordpress site, they don’t seem to have a method of passing user data to their contacts list when the user has opted in to receiving promotional emails.
They use NinjaForms and have a very long booking form which sends data to Brevo. Brevo does have a form builder plugin but it doesn’t cater to what the client needs for their form. They use the Bevo plugin at the moment for 2 other basic forms, which work fine. The plugin doubles as an SMTP mailer.
So I thought using Make could be an possible solution, so far I have setup a test scenario to see if I can make it work:
- Webhook - Watches for new submissions
- A filter checks if the opt-in checkbox is checked, if it has the scenario continues
- I then create a contact and pass in their First, Last name and email address into the specified contact list
- I added an “Ignore” at the end which ignores errors such as when an email may already exist
Have I done this right? could this be improved?
Also the Ignore module basically ignores all errors, I feel like there’s a downside to using that?