loader

Serverless Custom Functions in Zoho CRM

For this tutorial in video form, click here In this article, we’re going to show you how to make serverless custom functions in Zoho CRM. The Process We’ll start off by clicking setup in our CRM (it’s the tool icon in the top right corner). Then, we’ll go to Developer Space>Functions. What function are we […]

When Would You Use Webhooks in Zoho CRM?

For this tutorial in video form, click here In this article, we’ll be talking about using webhooks in Zoho CRM. So what is a webhook? What Are Webhooks? To understand what a webhook is, check out this example. The webhooks section can be found in Automation>Actions under setup. Our example is called “Zapier to Slack”. […]

Fetching External Data Via Deluge Script

For this tutorial in video form, click here Most of the time when you’re writing code in Deluge Script, you’re not going to be doing something like this: Something like this is useful when you’re doing exercises. But when you’re writing real code, you’re going to get your data from elsewhere. For example, maybe you […]

Zoho CRM API Overview

In the past few posts, we’ve been making use of the Zoho CRM API to get data like the list of active users or to be able to delete records from the CRM. Let’s talk a bit more about how the API works, as opposed to the CRM integration tasks that you get from Deluge.  […]

Using zoho.crm.createRecord With API v2

For this tutorial in video form, click here In this article, we’re going to go over creating records in Zoho CRM via Deluge Script. Our first step will be to consult the Deluge docs. This page has some helpful examples of how to create new records including bonuses like adding notes to a record. One […]