Your software
My Mautic version is: v4.4.3
Currently doing a contact sync via API (n8n) and getting a hard error “Error: Request failed with status code 400” with invalid email.
Fairly big headache
Email address example is obviously spam but to me is still technically a valid email address
email: w.s.y.1.2.3.4.@hotmail.com is invalid.
Question 1
Is there a means of turning off validation rules for API?
Question 2
Where would 1 find all these rules, definitions and errors you could potentially hit via API
Question 3
Is there a means of running these validation rules before an create/update contact via API?