Whenever I try to POST or PATCH the contacts email address field, if the email contains a plus sign (+) HubSpots rejects it as an invalid email even though it’s a valid email. An example would be myname+34@gmail.com
{“status”:“error”,“message”:“Property values were not valid: [{\“isValid\”:false,\“message\”:\“Email address myname 34@gmail.com is invalid\”,\“error\”:\“INVALID_EMAIL\”,\“name\”:\“email\”}]”,“correlationId”:“5da89fd2-3375-4892-ad61-49df76b4d84f”,“category”:“VALIDATION_ERROR”}
I’ve tried encoding the + sign, but that just inserts the email address with the encoded values