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

Layout Rules in Zoho CRM

For this tutorial in video form, click here In this article, we’ll be talking about layout rules. Layout rules allow you to create dynamic data entry forms in the CRM. For example, let’s say that you’re running a courier company and you need to request different information depending on the goods you’re going to be […]

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