I am trying to create a prospect at Pardot- Salesforce from the python API with this format :
{'brand': 'brand1', 'platform': 'Platform 1', 'email': 'testexample+tn39@gmail.com', 'first_name': 'Test', 'last_name': 'User39', 'addr_country': 'United Kingdom', 'opt_in': True}
I am getting this error :
Invalid prospect email address
This is obviously because of the email's format , but according to this official article that the character "+" is an allowed character for the email field.
So any idea what could be wrong ?