Followed this and it gives me an error
com \ zoho \ crm \ api \ exception\ SDKException
$bank = ZohoManager::useModule('Banks');
$response = $bank->create([
'Deal' => $dealid,
'Bank_Institution_Name' => $json_data->bank_name,
'Account_Name' => $json_data->account_name,
'Account_Number' => $json_data->account_number,
]);
Banks is the API name of the custom module.
Followed this and it gives me an error
com \ zoho \ crm \ api \ exception\ SDKException
Banks is the API name of the custom module.