Hi @Jer_Fortenberry adding a contact with dup check was recently added in the sdk for REST. You should now be able to use
$infusionsoft->contacts()->create($data,true);
See the update to ContactService.php for more information
Hi @Jer_Fortenberry adding a contact with dup check was recently added in the sdk for REST. You should now be able to use
$infusionsoft->contacts()->create($data,true);
See the update to ContactService.php for more information