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 […]

Using Update and Upsert in Zoho CRM

For this tutorial in video form, click here If you know how to add records and fetch existing records, the next step is to update an existing record. Let’s learn how. The Documentation To access the documentation, open up your CRM. Under API, click Record API>Update Specific Records. Next, click “Deluge” on the right. Scrolling […]

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 […]