loader

Sending an SMS via Zoho Flow

For this tutorial in video form, click here In this article, we’ll show you how to automatically send out an SMS using Smooth Messenger via Zoho Flow. There are a lot of use cases for this. For example, perhaps a lead fills out details on your website, and your website then sends a web hook […]

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

For Loops in Deluge Script

For this tutorial in video form, click here Let’s now talk about loops. When we have a list in Deluge, we might want to do something with that list. Example List Here is an example list, but your list could be anything: a list of products, names, or anything related to your business. We can […]