This was added as a feature request to the development branch of the EE3 IS add-on. You should be able to add it in to the copy you have by finding line 133 and amending it so that it looks like:
//Create a variable for the customer id
$cust_id = $ee_infusionsoft->addWithDupCheck($clean_attendee_data, 'EmailAndName');
//Optin new contacts
if (is_int($cust_id)){
$ee_infusionsoft->optIn($attendee_data['email']);
} else {
echo "<div class='error'>Infusionsoft Error: ".$cust_id."</div>";
}
The support post ‘Infusionsoft Shows Contacts Registered as Non-Marketable’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.