- $zcrmModuleInstance = ZCRMModule::getInstance('Contacts');
- $apiResponse = $zcrmModuleInstance->createRecords($records);
- $results = $apiResponse->getEntityResponses();
- foreach($results as $result) {
- error_log('Status: '. $result->getStatus());
- }
I've tried converting the $records array into json. Tried casting to an Object.
Any help would be greatly appreciated! FWIW - I am able to search my Zoho CRM account and it works perfectly indicating no oAuth issues.