Pick a Zoho Deluge task — fetch a record, send an email, call an API — fill in the field names, and get copy-ready Deluge script. No syntax memorisation needed.
Retrieve a single CRM record using its unique ID.
The Zoho CRM module name.
Variable holding the record ID.
Tip:Leave fields blank to use the placeholder values, or fill them in to get a snippet tailored to your module. Paste the result into the Zoho Deluge editor — use info statements freely while testing to inspect values.
fetchedRecord = 400">zoho.crm.getRecordById(400">"Contacts", input.ID.toLong()); 400">"text-zinc-500 not-italic">// Access a field value 400">info fetchedRecord.get(400">"Last_Name");
Code updates live as you fill in the fields above. Nothing is sent anywhere.