Forward-thinking businesses today are embracing AI to make life easier for themselves, their employees, and their customers. But if you haven't started yet, you might be concerned that your business will be left behind. Or maybe you're worried because you don't know much about AI, machine learning, or data science. Well, you can now relax—we've got you covered on all counts!
We've been hard at work lately, incorporating AI into Creator without deviating from our long-held low-code philosophy. The result of this hard work is an exciting new feature we're announcing today: AI Modeler.
What do you mean by "AI"?
Artificial intelligence is the ability of software to replicate human intellect, such as learning from experience and applying lessons learned while making decisions. While sci-fi enthusiasts and media like to portray artificial intelligence as a scary thing that'll take over the world, the reality is that we haven't reached that stage (yet!).
Instead, the current generation of AI technologies has been adopted in many ways, like providing specific benefits to different industries. In general terms, an AI model provides specific intelligence based on trained data, and can be customized to automate or optimize your business process—all with minimal human interference.
What's in it for me?
Our AI modeler includes a no-code AI builder that helps you harness the power of AI without having knowledge of programming. The AI Modeler feature will be available under the
Microservices
section. From there, you can jump into the world of AI with our ready-to-use models, which we've prebuilt and rigorously tested for your use. You'll only have to choose the application name and the form name to deploy these models—it's that easy!
Custom models allow you to build customized AI models tailor-made for your business, by providing it with unique data based on which it can work. Here, you'll need to provide the model with sample datasets relevant to your business for it to get familiarized with—this is called training
—and then you can test whether it works as intended before deploying it.
Interesting. Tell me more!
While the uses of AI are endless, we've zeroed in on a handful of popularly used models, which we believe will add immense value to your business.
The key capabilities of our AI models are:
-
Prediction
-
OCR (optical character recognition)
-
Object detection
-
Keyword extraction
-
Sentiment analysis
Prediction (Custom)
Prediction models process known results from historical data, and try to forecast future outcomes. It allows you to use data from an existing form or CSV file and predict future outcomes with just a few clicks.
Example:
A store can calculate how much inventory they need in order to meet demand during a particular sales period by providing previous years' sales data.
OCR (Ready-to-use and custom)
Optimize operations, eliminate repetitive manual tasks, and digitize your business by using our OCR model to extract text from images. The ready-to-use OCR model will extract all the text it identifies in the image, while you can build a custom OCR to extract specific text from images into fields in your forms. Tag the fields to the corresponding values once and eliminate manual data entry forever.
Example:
It's 2023, but many people still prefer to settle payments using checks. A business can use our custom OCR to extract details—like the bank name, check number, amount, date, and more—from the checks.
Object detection (Ready-to-use and custom)
Object detection models are used to identify specific objects in images and use them to optimize business processes. Our ready-to-use model is trained to identify common objects (like people, dogs, cars, etc). Otherwise, you can build a custom model and provide it with the training data for the objects you want to identify.
Example:
A safety-focused company can use OD models to detect things like whether its employees are wearing a helmet while entering a construction site.
When helmet is detected
When helmet is not detected:
Keyword extraction (Ready-to-use)
This functionality extracts the most important, representative words/phrases from large amounts of text data. In consumer facing industries, keyword extraction is quite helpful in analyzing customer responses, without having to go through each response manually.
Example:
An e-commerce site that sells mobile phones allows its customers to post reviews after purchase. Instead of manually going through each of the reviews, the site can use keyword extraction to gain insights automatically. They could choose to extract words like "camera", "battery", and "display" to learn more about the most discussed attributes of the product.
Sentiment analysis (Ready-to-use)
The sentiment analysis model analyzes text and predicts the sentiment expressed (positive, negative, or neutral). Sentiment analysis is widely used across industries to assist in analyzing customer feedback, customer support management, and social media monitoring.
Example:
A business receives a large amount of feedback on its products. It can use sentiment analysis to gather whether its products have been well-received or not.
When can I get my hands on it?
Pretty soon! We're as excited as you are and will be rolling out AI Modeler to C6 users on
February 20, 2023. Once live, we'll pop in a comment below this post and also update our
Release Notes page.
Versions
-
C5
(Ready-to-use models only. Use them via the AI fields in the form builder),
C6
(Both custom and ready-to-use models as Microservices)
Pricing
- Ultimate & Professional
100 custom models & 250 ready-to-use with 1,000 free AI calls per month
After exhausting the free AI calls, you'll have to get
monthly add-ons
for more AI calls. You can choose from the $50(50000 AI Calls / Month), $100(120000 AI Calls / Month), and $200(250000 AI Calls / Month) add-ons based on your requirement.
DCs
- US, EU, AU, IN, CN
Help documentation
In the meantime, you can go through our comprehensive set of help docs to learn the nitty-gritty of our AI models.
Regards,
Zoho Creator Team
Recent Topics
Send Whatsapp message from Whatsapp template with custom variables
Hi, I'm trying to do some basic integration for sending WhatsApp messages from Zoho CRM using Zoho Desk whatsapp templates. When creating new whatsapp template in Zoho Desk we can choose ticket related fields as variables but it's not clear how to use
Less clicks, more connection – the usability edge of Zoho Desk
Imagine joining a new workplace, eager to prove your skills, partner with peers, learn new tools, and build a strong foundation for your career. The standards you've set could drive pressure into your head. You now discover the organization is using Zoho
How to remove some users in zoho accounts
How to remove some users in Zoho accounts.
Outgoing blocked: Unusual activity detected.
I just made payment for my Zohomail Today and have been debited so i will like to be Unblocked because this is what it says (Outgoing blocked: Unusual activity detected) Thank you i await your swift responses
Circular record relationship in CRM
Given there is a lookup in custom module Transactions creating a related list on the chosen Contact record. I. e. a lookup field on Transactions module points to Contacts. The related list on a Contact record can thus have have many transaction records.
Integrating with My Own Application and ZOHO CRM Simultaneously
I have my own WhatsApp bot that uses my WhatsApp business account. I want to use the same phone number to integrate with ZOHO as well. What is the recommended way to do that? Should I integrate my application with ZOHO, forwarding messages whenever the
Kiosk can't merge picklist or multiselect
There is no ability to load a multiselect or picklikst field into a kiosk with the values that have been previously selected. So, I essentially have 3 unacceptable options: 1.)Load the value into a text string and include instructions like this: "Picklist
How do i move multiple tickets to a different department?
Hello, i have several tickets that have been assigned to the wrong department. I am talking about hundreds of automatically generated ones that come from a separate system. How can i select them all at once to move them to another department in one go? I can select them in "unsassigned open tickets view" but i can't find a "move to another department" option. I also can't seem to assign multiple tickets to the same agent in that same view. Could somebody advice?
Transferring CRM Attachments to Workdrive
relatedrecords = zoho.crm.getRelatedRecords("Attachments","Conditions",conId); attachid = List(); for each ele in relatedrecords { attachementId = ele.get("id"); attachid.add(attachementId); } for each ele in attachid { counter = 1; downloadFile = invokeurl [ url: "https://www.zohoapis.com/crm/v2/Conditions/" + conId + "/Attachments/" + ele type: GET connection : "work_drive" ]; resp2 = zoho.crm.attachFile("Deals",dealId,downloadFile); resp3 = zoho.workdrive.uploadFile(downloadFile, dealWD, "PlaceHolder"+counter+"",
Turn Decision Box to a button
Dear all, I need your help on CSS to turn a Decision Box to a Button. I have a Decision Box like: Turn on/off to refresh the information. (on User Input, either True or False, will refresh the information) Now I want to simulate to treat it like a Refresh
How to restrict user/portal user change canvas view
Hi , I would like to restrict user / portal user change their canvas view because I hide some sensitive field for them. I dont want my user switch the canvas view that do not belong to them But seems Zoho do not provide this setting?
New Customization options in the module builder: Quick Create and Detail view
Hello everyone, We have introduced two new components to the module builder: Quick create and Detail view. The Quick Create Component It is a mini form used to create a record and associate it to the parent record from a lookup field. For example, if you have a Deals lookup in the Contacts module, then you can associate existing deals or create a deal and associate it with the contact. You can customize this Quick Create form by adding standard as well as custom fields. There is no limit to the number
CRM x WorkDrive: File storage for new CRM signups is now powered by WorkDrive
Availability Editions: All DCs: All Release plan: Released for new signups in all DCs. It will be enabled for existing users in a phased manner in the upcoming months. Help documentation: Documents in Zoho CRM Manage folders in Documents tab Manage files
unblock my zoho mail account. outlines@zoho.com
please unblock my zoho mail account, outlines@zoho.com
SMTP email sending problem
Hello, I've sent emails before, but you haven't responded. Please respond. My work is being disrupted. I can't send emails via SMTP. Initially, there were no problems, but now I'm constantly receiving 550 bounce errors. I can't use the service I paid
Mailk got blocked / Inquiry About Email Sending Limits and Upgrade Options
Dear Zoho Support Team, My name is Kamr Elsayed I created this account to use for applying for vocational training in Germany. As part of this process, I send multiple emails to different companies. However, after sending only 8 emails today, I received
Forwarder
Hi, I tried to add a forwarder from which emails are sent to my main zoho account email . However, it asks me for a code that should be received at the forwarder email, which is still not activated to send to my zoho emial account. So how can I get the
No chat option
Chat option is not supported.
Direct “Add to Google Calendar” Option in Zoho Meeting
Hello Zoho Meeting Team, Hope you are doing well. We would like to request an enhancement related to the “Add to Calendar” functionality in Zoho Meeting. Currently, when we open Zoho Meeting and view our meetings under My Calendar, there is an Add to
Multi-currency and Products
One of the main reasons I have gone down the Zoho route is because I need multi-currency support. However, I find that products can only be priced in the home currency, We sell to the US and UK. However, we maintain different price lists for each.
Default Tagging on API-generated Transactions
If one assigns tags to an Item or Customer, those tags get auto-populated in each line item of an Invoice or Sales Order when one creates those documents. However, if one creates the Sales Order or Invoice via the API (either directly coding or using
DKIM cannot be enabled for the domain as no verified default selector present
Hi Support Team, For Domain DKIM record trying to enable status. but showing error "DKIM cannot be enabled for the domain as no verified default selector present" So, please resolve the issue. Thank you.
unable to send message reason 554 5.1.8 Email outgoing blocked
unable to send message reason 554 5.1.8 Email outgoing blocked
I can't log in to my account on Thunderbird
I've just had to rebuild my PC (calamitous mess from Microsoft with Win10/Win 11 'upgrade' - they confirmed I had to start with a new build). I have used Zoho mail for years via Mozilla Thunderbird, but now I've had to download the latest version of TBird,
Should I Use DMARC?
When I configure Zoho Mail's DMARC settings, it's mandatory to fill in the RUA and RUF (Aggregate notification email address*, Forensic notification email address*) addresses. When we enter an email address in these fields, we receive reports from the
Introducing Profile Summary: Faster Candidate Insights with Zia
We’re excited to launch Profile Summary, a powerful new feature in Zoho Recruit that transforms how you review candidate profiles. What used to take minutes of resume scanning can now be assessed in seconds—thanks to Zia. A Quick Example Say you’re hiring
Books API Receiving an Error that Doesn't Make Sense when Creating Credit Note - trying to use 'ignore_auto_number_generation' argument
Hello, I'm working on a newly created routine and I'm getting an error that doesn't make sense when trying to create a new Credit Note. Here is my POST request. Endpoint: https://www.zohoapis.com/books/v3/creditnotes?organization_id=########## Body: {
Zoho Desk API Documentation missing a required field
We are trying to create a section using this information. Even after preparing everything based on that page, we still get an error. The error we get is this: {"errorCode":"INVALID_DATA","message":"The data is invalid due to validation restrictions","errors":[{"fieldName":"/translations","errorType":"missing","errorMessage":""}]}
How to move emails to Shared Mailbox?
Hello, I created a Shred Mailbox instead of using a distribution group. But I cannot move previous emails to certain shared mailbox. Is it possible move some emails from inbox to shared mailbox?
Collaboration with free plan user.
Hello. Do both users need to be on Pro plan to collaborate? Or can a Pro user share a note with a free plan user with the ability to edit?
All new Address Field in Zoho CRM: maintain structured and accurate address inputs
The address field will be available exclusively for IN DC users. We'll keep you updated on the DC-specific rollout soon. It's currently available for all new sign-ups and for existing Zoho CRM orgs which are in the Professional edition. Latest update
Send email template "permission denied to access the api"
Hello, Per the title, I'm trying to send a Zoho CRM Email template based on the advice given here: https://help.zoho.com/portal/en/community/topic/specify-an-email-template-when-sending-emails-in-custom-functions (I'd prefer to send right from Deluge
Zoho sign and creator error message {"code":9043,"error_param":"Checked by","message":"Extra key found","status":"failure"}
Good day, I receive the error message: {"code":9043,"error_param":"Checked by","message":"Extra key found","status":"failure"} when running below code from creator to sign, void TestForSign(int ID) { //Fetch Template Details (Optional, for dynamic mapping)
Zoho Inventory Now Supports VeriFactu for Businesses in Spain
Starting from January 1, 2026, Spain requires real-time invoice reporting for all B2B transactions. From July 2026, this requirement will extend to B2C transactions as well. All reporting must be carried out through the VeriFactu to AEAT (Agencia Estatal
Connection to other user
Zoho Cliq handles sharing of Custom OAuth Connections that require individual user logins.
Issue in Annual Leave
We created a policy to credit 21 days at the Start of the Year An employee has taken 16 days of leaves thought the year, so we expect to see 5 Leaves remaining right? But Zoho People is Showing 12 Days of Leave Balance Available If we check the Leave
Missing information data Zoho inventory
there some missing data in Zoho inventory connection. pick list stock counts bin location we have requested it via mail and the support team doesn’t gove feedback. has anyone achieve to get these info or to ask other ya les
In arattai received message can't be deleted
The issue has been noticed in following: arattai app (Android) arattai app (Window) arattai web While the message posted by me may be deleted, the ones received from others can't be. The item <Delete> change to <Report> when the message is a received
Enhance productivity with the revamped Zoho Sheet View
Hello folks, For some time now, you've been able to use the Zoho Sheet View to quickly edit multiple records or to insert a batch of new records. Its tabular interface allows users to engage in these tasks productively. Despite this, the existing Sheet
Analytics Portal
I have the "standard plan" and want to explore the portal option; I activated the 15-day trial but do not see the pricing for the add-on. How can I get the price under "Upgrade add-ons." Thanks Rudy
Next Page