Hello guys,
I’m trying to use MC API createsubscriber.
As the documentation says those are the input parameters
{
"first_name": "string",
"last_name": "string",
"phone": "string",
"whatsapp_phone": "string",
"email": "string",
"gender": "string",
"has_opt_in_sms": true,
"has_opt_in_email": true,
"consent_phrase": "string"
}
I’m sending all fields including has_opt_in_email: true, and still the contact shows with no email. Other fields like whatsapp are ok, but the email.
Would love some guidance.