loader

Using zoho.crm.searchRecords with API v2

For this tutorial in video form, click here Let’s dive into Search Records in Zoho CRM using Deluge Script. The Process Let’s check out the documentation which can be found at REST API > Record APIs > Search Records under zoho.com/crm/developer/docs/api . If we look under Deluge, it gives us the syntax. We give it […]

Upserting Records in Zoho CRM via the API

For this tutorial in video form, click here You’ve probably used the Insert Record and Update Record API endpoints. But how about upsert? Upsert means insert if there is no matching record or update the record if there is an existing one. It recognises existing records based on the duplicate check fields of a given […]

zoho.crm.updateRecord with API v2

For this tutorial in video form, click here Let’s go over updating existing records in Zoho CRM. The Process Check out this previous example we had for creating a record: To update an existing record, we use zoho.crm.updateRecord instead: The main difference from createRecord is that we specify the ID of the record we want […]