I created a scenario google sheet-> Brevo
Fact is that when the SMS field gets in empty or invalid I get the below error and the contact is not created in brevo.
2 problems
Brevo doesn’t create the contact even though it gets a valid email address. WHY?
How Make can fix the number.
PS
the module “phone number” requires to select a specific area code while I get numbers from all over the world…
It doesn’t seem like you’re passing the required field phone number.
If you need further assistance, please provide the following:
1. Screenshots of module fields and filters
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
You can use the phone number module to properly format the phone number with country code. You may also need to use the ifempty function when mapping the phone number variable in your brevo module to avoid the error when there is no phone number.
Hi Sam
actually it appears it give an error message only when the number is really “invalid”
also my source already send the contacts in the right format…so that’s not the issue.
The problem (I want to solve) is when a number is flagged as invalid the process skip the contact, flagging it as a “incomplete” and doesn’t create the contact in brevo.
What I now tried is to tell him to repeat the process and remove completely the number if that is flagged as invalid…
My question was basically if there’s module that can avoid this problem and also how can I tell to the brevo module OR to brevo itself to save a number even if it is “invalid”
Thanks