Extensions 101 webinar series: Build, integrate, and monetize with extensions
Attention developers! Are you ready to take your extension development skills to the next level? We're excited to bring back the Extensions 101 webinar series with an expanded lineup of Zoho products and an introduction to more platform features. Last
Best Practices - Extensions for Zoho Finance Suite
With Sigma, the extension developer platform, you can create custom extensions that enhance the functionality of Zoho Finance apps like Zoho Books, Zoho Billing, Zoho Inventory, Zoho Expense, and Zoho Invoice. Here’s how to get started: Sign up: Create
Zoho Developer Community Monthly Digest – May 2025
Hello everyone, Welcome to this month’s Zoho Developer Community Digest! From fresh product insights to hands-on tech sessions and standout community threads, there's plenty here to keep your ideas flowing and your skills sharp. Be sure to explore our
CRM Client scripts via extension?
I've made a lot of industry specific customization to zoho CRM, using custom modules, workflows/automations, deluge scripts, api calls, and client scripting. I have had organic interest explaining what i've done to other small business owners in my industry.
Zoho Sigma and Catalyst IPs for Whitelist
Hi there, We are developing a series of integrations between Zoho CRM and Zoho Desk with an on-premises system for a customer and they have firewall rules to access their server, so they are requesting the list of IPs addresses for our backend calls,
Zoho Developer Hangout (ZDH) – Episode 19 | Catalyst for Zoho Developers
Hey developers! Ready to shift gears from writing long Deluge scripts to building with single-purpose functions and powerful service calls? This session is for Zoho developers who are familiar with typical approaches to working in the Deluge environment
Announcing Zoho Community Developer Bootcamps in India – Extensions
Hey everyone! We're back with another line-up of Zoho Community Developer Bootcamps in India! Following the success of the first leg of bootcamps on Extensions, we're now ready with the second leg. These bootcamps focus on empowering developers of all
Announcing Zoho Community Developer Bootcamps in India – Catalyst by Zoho
Hey everyone! Following the success of the first set of bootcamps on SalesIQ Zobot and Extensions last year, we're ready for the next set of bootcamps—this one dedicated to Catalyst by Zoho! These bootcamps are aimed to empower developers to build, scale,
Zoho Developer Community Monthly Digest – April 2025
Hello everyone, Welcome to this month’s Zoho Developer Community Digest! We’ve lined up an exciting series of technical sessions, product deep-dives, and community conversations to keep you informed and inspired. Don’t forget to check out our resource
IP Address List > Sigma
We have developed a ZohoCRM extension that utilizes API calls to our server from Deluge scripts and Widgets. Our API server has IP restrictions in place. To ensure successful communication, we require a list of IP addresses utilized by Zoho's platform
Zoho Developer Hangout (ZDH) – Episode 18 | Zoho CRM Client Script for Efficient Sales Process
Hello everyone, A streamlined sales process isn’t just a nice-to-have—it’s the engine that powers lead generation, builds stronger customer relationships, and closes deals faster. But what if you could take your CRM beyond the basics to actually help
Zoho Developer Community Monthly Digest – March 2025
Hello everyone, This month is packed with exciting product updates, learning sessions, and powerful community conversations that remind us: sometimes, the best solutions come from a single shared question. From quick workarounds to upcoming training events
Zoho Developer Community Monthly Digest – February 2025
Hello everyone, First of all, an apology is in order—our January digest got swept away by a whirlwind of hackathon madness. But fear not, February's digest is here to make up for lost time! We’ve got everything from upcoming events like the Zoho Developer
ZDC Hackathon 2024 Category-wise Winners – Zoho CRM Client Script
Hey everyone! After rigorous evaluation by our 14 expert judges, we’re beyond excited to announce that two incredible teams have won the Zoho CRM Client Script – Product Category award for their outstanding innovations! Team 1: Marcin Duchnowski Team
ZDC Hackathon 2024 Category-wise Winners – Zoho CRM Custom Function
Hey everyone! After rigorous evaluation by our 14 expert judges, we’re beyond excited to announce that two incredible teams have won the Zoho CRM Custom Function – Product Category award for their outstanding innovations! Team 1: Onur Gulay Team 2: Yonathan
ZDC Hackathon 2024 Category-wise Winners – Catalyst
Hey everyone! After rigorous evaluation by our 14 expert judges, we’re beyond excited to announce that two incredible teams have won the Catalyst – Product Category award for their outstanding innovations! Team 1: Raghavan P, Santhosh Kumar K, and Jayabalan
ZDC Hackathon 2024 Category-wise Winners – Extensions
Hey everyone! After rigorous evaluation by our 14 expert judges, we’re beyond excited to announce that two incredible teams have won the Extensions – Product Category award for their outstanding innovations! Team 1: Puneet Chandhok, Parv Kumra and Akriti
ZDC Hackathon 2024 Category-wise Winners – Zoho SalesIQ Zobot
Hey everyone! After rigorous evaluation by our 14 expert judges, we’re beyond excited to announce that two incredible teams have won the Zoho SalesIQ Zobot – Product Category award for their outstanding innovations! Team 1: Naveenkumar M, Tulasidhasan
Announcing the Zohotshots of the ZDC Hackathon 2024
Hey everyone! After 46 days of innovation, collaboration, and intense competition, the first-ever Zoho Developer Community (ZDC) Hackathon has officially concluded! 🎉 With 1079 participants, 797 teams, and representation from 45 countries across 6 continents,
How to send mail with js SDK
Hell o I'm using https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js, for my widget in CRM (built with sigma) Is it possible to send email from js file, I try ti use that ZOHO.CRM.API.sendMail({ "Entity": "Accounts", "RecordID": sharedVariableEntityId,
Zoho Developer Community Monthly Digest - December 2024
Hello everyone! As we step into the new year, let’s reflect on the strides we’ve made together and gear up for the exciting opportunities 2025 holds. This month’s digest highlights key updates, engaging discussions, and upcoming events designed to keep
Zoho Developer Hangout (ZDH) – Episode 17 | Optimizing Organizational Processes through Automation
Hey developers! Running a business can get quite overwhelming especially when juggling multiple tools like those in the Zoho ecosystem. Although integrating most of them is a piece of cake, manual intervention is needed at times. Being able to automate
How to add tags to a record with jS SDK 1.2/ZohoEmbededAppSDK
Hello Is it possible to add tags to a record with jS SDK : https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js ZOHO.CRM.API.updateRecord Thanks for insights
trying to access CRM Variables with JS SDK
Hello i built a widget with Sigma, i create CRM VARIABLES in custom properties. I try to access them in function : ZOHO.embeddedApp.on("PageLoad",function(data) with : ZOHO.CRM.CONFIG.getVariable("mycrmvariable").then(function(data){ console.log("mycrmvariable
How to see changes with ZOHO.CRM.API.updateRecord(config) without reload page
hello got a widget in account, trigger with a button i copy data to account when click on a button, in my popup All is working well. But i need to reload the page to see the update. How can i see the changes without reloading page, only when close the
Console error with widget in View mode, not present in Edit Mode with ZOHO.CRM.API.updateRecord(config)
hello i have that function to update an account records (from a widgets created with sigma) function handleCopyButtonCRMClick() { console.log('handleCopyButtonCRMClick'); /* * Fetch Information of Record passed in PageLoad * and insert the response into
Cannot fetch url with custom extension (sigma - javascript)
Hello i try to make my first extension with API request, i have two cases 1) this a deluge code attach to a button --> this one works very well response = invokeurl [ url :"my_api_fetch_url" type :GET headers:{"api_key":"myapikey","accept":"application/json","content-type":"application/json"}
Zoho Developer Community Monthly Digest - November 2024
Hello everyone! Welcome back to the November edition of the Developer Community Monthly Digest. Dive in to explore the upcoming events, hands-on training sessions, exciting product updates, insightful discussions, and more to keep you informed and inspired!
Zoho Developer V6
HI to all Zoho Creator Developers This is a discussion for those of us who have begun using V6 developer accounts. With V5, in the instances where a update pulication failed, you could see where the fail was and almost self-diagnose the fix and republish.
Catalyst DB is insufficient for many use cases
Hi all: I've been diving deep on full stack application development inside Zoho Catalyst. I've been using catalyst for serverless compute and API gateway for a few years, but I haven't used the DB beyond simple storing of app data. As I was working through
Zoho Developer Community Monthly Digest - October 2024
Hello everyone, This edition highlights October's product updates, upcoming community events, engaging discussions that sparked inspiration, and celebrates the top contributors who drove progress. Grab your favorite beverage and dive in! Upcoming Events
Announcing Zoho Developer Community Hackathon 2024
Hello developers, Are you up for exciting coding battles? Get your arsenal ready and flaunt your expertise! Join us for the first-ever Zoho Developer Community Hackathon 2024—the biggest coding challenge of the year! REGISTER NOW What's in it for you?
Multiple Zoho CRM widget with NextJS
Reference: https://help.zoho.com/portal/en/community/topic/request-for-guidance-on-connecting-reactjs-to-zoho-crm-for-zoho-community-group Help us with managing multiple widgets within the same project. For example, we need URLs like https://127.0.0.1:5000/app/widget1
Zoho Developer Hangout (ZDH) - Episode 16 | Client Script – Subform Population and Field Validation
Hello everyone, Fueled by popular demand, we're back with a line-up of sessions in the Client Script series, focusing on advanced features and real-time business applications. As part of this series, expert developers from the Zoho Developer Community
if else or Map(), what faster
For example I have 280 countries list, I need to compare with ISO codes. if(Country == "Aruba") { ISO_Code = "ABW"; } else if(Country == "Afghanistan") { ISO_Code = "AFG"; } Or ISOcodes = Map(); ISOcodes.put("Aruba","ABW); ISOcodes.put("Afghanistan","AFG);
All about extensions
Extensions are installable plugins or add-ons that help enhance a product. With Zoho extensions, you can improve your existing Zoho products or integrate with third-party apps. Why extensions? Some in-product customizations are available for your Zoho
JS SDK Resize
Hello team. I build an extension for the telephony widget in the CRM And I'm using the Resize method to make the Dialer bigger https://help.zwidgets.com/help/v1.0.4/ZOHO.CRM.UI.html#.Resize But the width cannot get bigger than 390, So my question is how
Zoho Developer Community Monthly Digest - September 2024
Hello everyone, This month's Developer Digest is packed with resources to help you build powerful applications. Learn how to leverage Zoho CRM's new features, explore the latest in Zoho Finance and Catalyst, and join exciting bootcamps, webinars, and
Zoho Developer Hangout (ZDH) - Episode 15 | Architecting & Developing Solutions for Business Impact
Hello everyone, Are you tired of building software in a vacuum? Do you ever wonder how your code fits into the bigger picture of a company's success? This session is your route to becoming a developer who develops software that strategically fuels business
Zoho Vertical Deluge internal_zohocrm Connection Missing
Recently and unexpectedly, all new subscribers added to my organization's Vertical are unable to execute the Deluge functions published by the Vertical. Any `zoho.crm.*` record operations are failing for what appears to be a missing `internal_zohocrm`
Next Page