API
Publish Zoho Creator Records to Google Calendar or iCloud
Your team already lives in a calendar. Rather than asking them to open Creator to see what is booked, publish the report as an iCal feed and let them subscribe — Google Calendar, iCloud, Outlook and anything else that speaks the format will poll it ...
Push Zoho Creator Files to Dropbox
Creator storage is not the cheapest place to keep a decade of signed authorisation letters. Push them to Dropbox instead, named from the record so they are findable, and keep only the path in Creator. Three separate things in the original are dead. ...
Foreign Exchange Rates and Currency Conversion in Zoho Creator
Quote in pesos, report in dollars. Invoice in euros, reconcile in sterling. Any business that crosses a border needs a live rate, and a free API plus four lines of Deluge covers it. Fixer is not just moved — the replacement cannot do what the ...
Add IP Geolocation Data to Zoho Creator Records
A web form gives you an email address and an IP. The IP is worth more than people think — it tells you the city, the country, the timezone to call in, and the ISP, which is often the difference between a real prospect and a bot. One request enriches ...
Search the Getty Images API from Zoho Creator
If your team licenses stock photography from Getty, searching it from inside the app where the work happens beats alt-tabbing to a browser. The API is a straightforward search endpoint — the awkward part is getting access to it at all. Read this ...
Read Text and Label Images with Google Cloud Vision from Zoho Creator
Photograph a receipt, get the text. Upload a product shot, get keywords for search. Cloud Vision does the hard part; Deluge only has to build a small JSON body and read the answer back. Still current, with one meaningful improvement. The endpoint ...
Cloudinary Image Management from Zoho Creator
Creator stores images perfectly well, but it will not resize them, crop to a face, convert to WebP or serve them from a CDN. Cloudinary does all of that from the URL. Upload once from Deluge and every variant you ever need is a query string away. ...
Generate QR Codes and Barcodes in Zoho Creator
Print a QR code on a label, put a Code 128 barcode on a picking slip, let a warehouse scanner read a lot number straight off a Creator record. Generating the image takes one HTTP call and no library. The service the original used no longer exists. ...
Auto-Create Zoho Desk Tickets from Zoho Creator
This script creates a Zoho Desk support ticket every time a record is submitted through a Zoho Creator form. It routes the ticket to a department based on a category picklist, carries the priority across, and writes the resulting ticket number and ID ...
Google Distance Matrix API: Calculate Distance and Store the Value in Zoho Creator
Given two addresses on a Zoho Creator record — a pickup and a drop-off, a technician and a job site, a warehouse and a customer — the Google Distance Matrix API returns the driving distance between them. This function calls it from Deluge and writes ...