Add-ZohoCRM Cmdlet
Inserts Zoho CRM data.
Syntax
Add-ZohoCRM [parameters]
Remarks
The Add-ZohoCRM cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Zoho CRM records.
Add-ZohoCRM -Connection $connection -Table "Accounts" -Columns @("AccountNumber") -Values @("4500")