A Feature List Will Not Tell You Whether You Need Zoho Creator

Zoho Creator is Zoho’s low-code application for building custom business apps, and most of what has been written about it amounts to a walk through its feature list. A feature list settles very little, because the useful question is whether the handful of things Zoho Creator offers that cannot be bought off the shelf are things your business needs.

Zoho Creator is certainly cheaper than commissioning developers to build an app from the ground up, which is how it tends to be sold, but cost is a poor reason to choose it. The better reason is that it makes possible a few things that packaged software does not provide at any price, and the most important of these is the client portal, in which every person who logs in sees their own records and nobody else’s. Although that sounds minor, both of the projects described below depended on it.

This guide covers how Zoho Creator works, two apps we built with it, what it costs in 2026, how it compares with Zoho Forms and with building from scratch, and the point at which it makes sense to get help.

How Zoho Creator Works

The principle of Zoho Creator is that the app is built to fit the way you already work, rather than the way a software vendor imagined you might. An app is assembled from forms, records, automation rules, reports, and client portals, and most of the assembly is done by dragging and dropping rather than by writing code. Where the builder cannot express a piece of logic, Zoho provides a scripting language called Deluge, though a good many apps never need it. Zoho Creator is also included in Zoho One, which means that a business already paying for Zoho One can build internal apps at no further cost.

What Zoho Creator Is Good For

Each of the two apps described below does something that no off-the-shelf product could have done, and that is the test we apply when deciding whether Zoho Creator is the right choice for a job.

A gated assessment portal for an advisory firm

A business advisory and restructuring firm sells a series of assessments to its clients. A client begins with a short check on the general health of the business and then works through deeper assessments covering leadership, sales, and finance, in an order that the firm fixes, so that the deeper assessments are not available until the first has been completed.

When a client pays, the app carries out the whole intake on its own, saving the client’s details, creating a record in the CRM, releasing the first assessment, and sending the booking and follow-up emails without any member of staff being involved. The assessments then open one at a time, and the second remains locked until the first has been submitted, even if an administrator assigns it early. A client who stops halfway can return later to the same place, every answer is captured on the same 1 to 10 scale so that the results can be scored consistently, and once an assessment has been submitted the client can no longer edit it.

The firm had run this on Zoho Forms and had outgrown it, since Forms, although well suited to simple data capture, has no way of locking steps, saving a half-finished response, or keeping one client’s data apart from another’s. What changed for the firm was its own administrative load, in that no member of staff now sets up each client by hand or chases a half-finished assessment; the app manages the order and the reminders, and the answers arrive ready to be scored.

A client project portal for a field-services contractor

An electrical and telecoms contractor carries out installation and coverage work with its own crews, and wanted its clients to be able to request jobs and follow their progress without the long chains of email that had grown up around the work.

In the app we built, clients sign themselves up, an administrator approves each one, and from that point a client sees only the projects belonging to their own company. A client can request a project, check its status, upload files, and add comments, while the administrators manage the financial side through budget lines carrying quantity, unit price, tax, and totals, together with change requests that appear in the budget as pending until the client accepts or rejects them, at which point the app records the decision with the time and date. Some of the quieter details have proved just as useful, such as the ability to mark a comment as internal so that the client never sees it, to archive finished projects so that the working list stays short, and to have the right people notified by email when something changes.

An app of this kind cannot be bought, because it is shaped around the way this one contractor works rather than the way a vendor guessed a contractor might work. The practical change for the firm was that a job no longer lived in email, since a single record now holds the request, the files, the budget, and every approval, together with a dated account of who agreed to what, and nothing depends any longer on somebody finding the right email thread.

When Zoho Creator Is the Right Call

The two builds have one thing in common, which is that each client sees only their own data while the app performs work that used to sit in somebody’s inbox. That is what Zoho Creator is good at, and in our experience there are three situations in which it earns its place.

The first is when off-the-shelf software almost fits but not quite, so that every product you try covers most of the job and then forces a clumsy workaround on the part that matters most. If that part is central to how you work, building it will cost less than years of working around the gap.

The second arises when a fully custom build would be too slow or too expensive for the job at hand. The database, the logins, the security, and the hosting already exist in Zoho Creator, so you build only the part that belongs to you, which in a from-scratch build is where most of the time and money would have gone.

The third applies when you want the app to talk to your other Zoho products, since a Zoho Creator app connects to Zoho CRM, Zoho Books, and the rest of Zoho One without any middleware. The advisory build described above shows this in practice, with payment, CRM, bookings, and file storage running as one connected chain.

When Not to Use Zoho Creator

If a ready-made product already does the job well, the sensible course is to use the product. There is no reason to build an invoicing app when good accounting software exists, or to rebuild a CRM in Zoho Creator when Zoho CRM already does the work better, because Zoho Creator is intended for the gaps that nothing on the market fills, and reaching for it anywhere else leaves you maintaining an app that you could simply have rented.

What to Keep in Mind

Zoho Creator suits a great many jobs, but it has boundaries that are better known before a project starts than after.

Screen design has limits. The appearance of the screens is more limited than in a fully custom build, since you are working with Zoho’s building blocks, which produce clean and usable screens without giving pixel-level control over every element. That is acceptable for most business apps, but it makes Zoho Creator the wrong app for a polished consumer product.

Very large apps can outgrow it. Zoho Creator serves small and mid-sized businesses well, but an app holding millions of records under heavy daily load may meet limits that a from-scratch build would not.

A Zoho Creator app ties you to Zoho. The app lives inside Zoho, and moving it elsewhere later would mean a rebuild rather than a transfer. For most teams already committed to Zoho that is a fair exchange, provided it is entered into knowingly.

Deluge-heavy apps need an owner. An app that carries a great deal of Deluge needs continuing care, since the more custom code an app contains, the more it depends on an owner who keeps it in order, and a complex app that goes without one becomes hard to change later.

Zoho Creator vs Zoho Forms vs Building from Scratch

This is the comparison most businesses are weighing when they arrive at Zoho Creator, so it deserves to be drawn clearly. Forms collects data, in the sense that somebody completes a form and the answer lands in a record, and for surveys, sign-ups, and simple requests it is quick to set up and entirely adequate, as our Zoho Forms review covers in detail. Zoho Creator builds an app around the data, adding logins, per-user access, the saving and resuming of half-finished work, and steps that open in a set order. Building from scratch buys total freedom at the cost of writing, hosting, and maintaining everything yourself.

Zoho Creator Zoho Forms Building from scratch
Starting price (paid) $8/user/month (annual) $10/month (annual) Developer time, typically tens of thousands
Free tier Yes (1 app, 5,000 records) Yes (1 user, 3 forms, 500 submissions/month) No
What you get A working app with database, logins, and hosting provided Forms that feed records Whatever you build
Client logins with per-user records Yes, through portals No Yes, if you build it
Save and resume half-finished work Yes No Yes, if you build it
Steps that open in a set order Yes No Yes, if you build it
Connects to Zoho CRM Yes, without middleware Yes, via CRM form type Via API work
Custom code Deluge where needed No Everything is code
Time to launch Weeks Hours Months

The advisory build described earlier is itself the move from the middle column to the first, since it began life as a Forms setup and outgrew it at the moment it needed locked steps and one client’s data kept apart from another’s. Forms will serve for as long as capturing answers is all you need, and the job passes to Zoho Creator once people must log in, see only their own records, or work through steps in a fixed order. Building from scratch is justified only when your needs go beyond what Zoho Creator can do, which for small and mid-sized businesses is rare.

Zoho Creator Pricing (2026)

Zoho Creator is priced per user per month, across three paid plans and one free plan, and Zoho also quotes a custom Flex plan for requirements that fit none of the three. All prices below are billed annually, and monthly billing costs more.

Plan Annual (per user/month) Monthly (per user/month) Best for
Standard $8 $12 One app, internal use, the basics
Professional $20 $30 Unlimited apps and higher limits
Enterprise $25 $37 Larger builds, analytics, more automation

Two details catch people out. The first is that the Standard plan allows only one application, so a business planning more than one build will need Professional regardless of anything else. The second is the cost of portal users, since every paid plan includes only three of them, and beyond that the outside people who log into a portal are billed through an add-on that starts at roughly $100 a month for a block of 250 users. Your own staff use ordinary licences, and it is the portal add-on that people most often fail to budget for, so it should be worked out before the build rather than discovered after it.

For businesses on Zoho One, Zoho Creator is included for internal apps and comes with three portal users for the organisation, so a real client portal will still need the portal add-on on top. A caution applies to all of these numbers, which is that Zoho changes its prices fairly often, charges different rates by country, and adds local taxes such as VAT or GST on top, so although the figures here were right in mid 2026, the table should be treated as a guide rather than as a settled quotation. Verify current pricing at zoho.com/creator/pricing.html before any budget is fixed.

Common Zoho Creator Mistakes

Building too much too soon. The first version of an app should do one job well, because a first version crammed with every feature becomes something nobody finishes. It is better to start small, let people use it, and add the rest once experience shows what is missing.

Having no plan for who owns it. An app is not finished on the day it launches, since somebody must fix problems, add a field when circumstances change, and keep the whole thing in order. An app without an owner drifts, and a drifting app loses the team’s confidence quickly.

Treating a client portal as a small matter. From the moment real client data or real money passes through a portal, the access rules stop being optional, and they should be tested until it is proved that one client cannot see another’s records before a single real user logs in. A mistake here costs the client relationship rather than an afternoon’s work.

Making big changes with no safe place to test them. If an app is doing real work, a live automation should not be rewritten on a Friday in the hope that all will be well. Zoho Creator provides developer environments, which are isolated copies of an app for testing changes without disturbing the live version, and they exist for exactly this situation.

Should You Build It Yourself or Get Help?

A good deal of Zoho Creator work is perfectly suitable for doing yourself. Simple apps with a few fields, basic automation, and internal use only are within the reach of anyone willing to sit with the builder for a day, and Zoho’s documentation covers most of what such apps need.

Help is worth paying for when the build carries real risk or goes beyond the basics, which in practice means client portals with strict per-client access, payment and CRM connections of the kind the advisory build required, Deluge scripting, or data brought across from another system. One wrong setting in any of these areas causes a genuine problem, and a person who has done the work before will save you weeks.

There is one further reason to get help, which is that an app decays when nobody on the team has time to own it. An app built with care and handed over with proper training will last for years, whereas one assembled in spare half-hours will not.

Working with a Zoho Partner

The two apps described above were built by Delveio, and the way in which each project was run is representative of our Zoho Creator work in general, since the scoping that precedes development normally takes up more of our time than the development itself.

During scoping we meet the people who will use the app and record, over the course of several sessions, how the work is handled at present. The design decisions mentioned earlier in this guide were settled at that stage. The steps of the assessment portal were placed in a set order after the advisory firm had explained that its assessments are only ever sold in that order, and the dated approvals in the contractor’s portal were introduced when it emerged that decisions had been going missing in long email chains.

Once the scoping is complete, development proceeds to the forms, the reports, the automation rules, whatever Deluge scripting is required where the drag-and-drop builder reaches its limit, the connections to the client’s CRM and accounting software, and the access rules that keep the records of each portal user separate from those of every other. The project closes with written documentation and the training of the client’s staff, after which the app can be administered without further reference to us.

Delveio Consulting works across the full Zoho product line, including Zoho CRM, Zoho One and Zoho Books, so a Zoho Creator build can sit alongside your CRM, accounting, and email in one connected setup. Our Zoho Creator services page describes the work in more detail, and more of our projects can be seen on the case studies page.

Where Zoho Creator Is Heading

Zoho has been folding more of its wider product line into Zoho Creator, so that the paid plans now include custom and ready-to-use AI models with a monthly allowance of AI calls, and the Enterprise plan bundles integration flows powered by Zoho Flow, business intelligence powered by Zoho Analytics, robotic automation of desktop tasks, and application testing through Zoho QEngine. The direction is towards Zoho Creator serving as the place where a business assembles all of these pieces, which is worth knowing if you are choosing a low-code product to build on for the next several years.

Frequently Asked Questions

Is Zoho Creator included in Zoho One?

Zoho Creator is included in Zoho One, so a business already paying for Zoho One can build internal apps at no extra cost. Zoho One includes three portal users for the organisation, so a real client portal will still need the portal add-on, which is best checked before anything is built for clients.

Can external clients log into a Zoho Creator app?

External clients can log in through a client portal, in which each user sees only their own records. Every paid plan includes three portal users, and larger numbers are bought through an add-on that is billed separately from your own team’s licences.

How many portal users are included?

Every paid Zoho Creator plan, and Zoho One, includes three portal users. Beyond that, portal users are bought in blocks through an add-on that starts at roughly $100 a month for 250 users, which is the figure most people fail to budget for when planning a client portal.

Do I need to know how to code to use Zoho Creator?

For most apps there is no need, since the drag-and-drop builder handles forms, automation rules, and reports. Deluge, Zoho’s scripting language, is only required for logic that the builder cannot manage on its own.

How much does Zoho Creator cost?

There are three paid plans, billed per user per month, with Standard at $8, Professional at $20, and Enterprise at $25 when billed yearly, and monthly billing costs more. A free plan is also available, portal users beyond the first three are charged through an add-on, and Zoho’s pricing page carries the current rates.

When should I use Zoho Creator instead of Zoho Forms?

Forms is intended for simple data capture, and the move to Zoho Creator makes sense when you need logins and access control, the saving and resuming of half-finished work, steps that open in a set order, or an app that keeps working with the data after it has been collected.

Is Zoho Creator better than building from scratch?

For most small and mid-sized businesses it is, on both cost and speed, because Zoho Creator already provides the database, the logins, the security, and the hosting, leaving you to build only the part that belongs to you. Building from scratch is justified only when your needs go beyond what Zoho Creator can do.

Book a call with Delveio Consulting and we will tell you plainly whether Zoho Creator is the correct app for your situation or whether something off the shelf would serve you better.


Your Email Address Says More Than You Think

A @gmail.com or @yahoo.com address on a business card raises questions. It tells prospects you either just started out or haven’t put much thought into how your company presents itself. A branded address ([email protected]) costs a few dollars a month and removes that doubt immediately.

Zoho Mail gives you branded email hosting with a calendar, task lists, shared inboxes and team messaging built in. No ads, full encryption and pricing that works whether you have five employees or five hundred.

This guide covers what Zoho Mail includes, what it costs, how it compares to Google Workspace and Microsoft 365, and who it works best for.

Why Business Email Hosting Still Matters

As of 2024, there are roughly 4.48 billion email users worldwide. That number keeps climbing. For small and mid-sized companies, your email address is one of the first things a prospect notices, and a generic one can cost you credibility before the conversation even starts.

Zoho takes a hard line on privacy. They don’t scan your emails for advertising, they don’t sell your data and you keep full ownership of everything in your mailbox. That matters more than it did five years ago. Data protection laws like GDPR and CCPA now carry real penalties for businesses that mishandle customer information.

How Zoho Mail Handles Security

Threat filtering. Deloitte found that 91% of network attacks on organisations start with email. Zoho Mail checks every incoming message against SPF, DKIM, DMARC and DNSBL records to verify the sender. Spam, phishing attempts and messages carrying malware are blocked before they reach your inbox.

Encryption. All data is encrypted in transit and at rest. For messages that need extra protection, Zoho supports S/MIME encryption on Mail Premium and Workplace plans, which lets you digitally sign and encrypt individual emails end-to-end.

Certifications. Zoho Mail holds ISO/IEC 27001, 27017, 27018, 27701 and SOC 2 Type II certifications. It is also GDPR compliant. These are independently audited standards, not self-awarded labels.

Two-factor authentication. Every user account can require a second verification step at login. Even if a password is stolen, the account stays locked without that second factor.

What Else Is Included Besides Email

Zoho Mail is more than an inbox. It comes with a calendar (day, week and month views, plus shared team calendars), contacts, task lists, notes and bookmarks. Everything lives in the same interface, so your team isn’t jumping between five different apps throughout the day.

Streams adds a social-media-style comment thread to any email. Instead of forwarding a message to three colleagues and ending up with a 47-reply chain, you tag people on the original message, leave comments, share files and assign tasks. The conversation stays attached to the email instead of spawning separate threads. For remote teams, this cuts inbox noise significantly.

Shared mailboxes let multiple people access and reply from the same address (think [email protected] or [email protected]). You can also grant access to specific folders or entire mailboxes, which helps when someone is on leave or when a team jointly manages a client relationship.

Custom Domains and Branding

You can create email accounts on your own domain for every employee, set up group addresses for departments (marketing@, accounts@) and add domain aliases if your company owns more than one domain. The setup is straightforward and it keeps your branding consistent across every message that leaves the company.

Mobile and Desktop Access

Zoho Mail has native apps for iOS and Android with full email, calendar sync, Streams and the same encryption as the web version. There is also a desktop app available for Mac, Windows and Linux.

Offline mode lets you read and compose emails without an internet connection. Everything syncs once you’re back online. If your team splits time between the office and remote work, the experience stays the same regardless of device.

Connecting Zoho Mail to Other Software

Zoho Mail includes a built-in CRM sidebar (eWidget) that shows contact and lead details from Zoho CRM when you open an email. You can create CRM leads from incoming emails, associate messages with CRM records, send CRM email templates and sync calendar events between the two apps. The integration is enabled by default for anyone using both services, though full bidirectional email tracking requires configuration within Zoho CRM settings.

Zoho Mail also connects to third-party apps through Zapier. If you already use other Zoho products like Zoho One or Zoho Books, the setup is faster because everything shares the same login and data layer.

For developers, Zoho Mail offers API access and a Developer Space (eWidget) to build custom integrations.

Migrating from Another Email Provider

Zoho includes a migration feature that supports IMAP, POP and Outlook Exchange servers. For Google Workspace, there is a dedicated migration path that uses a service account to transfer email, contacts and calendar data. The process involves several admin steps (setting up a Google service account, uploading a JSON key file, configuring folder and label preferences, adding users) but Zoho provides documentation and migration support for paid accounts.

For other providers, IMAP migration covers the basics. You can track migration progress in real time from the Zoho Mail admin console.

Admin Controls and Email Archiving

If you work in healthcare, finance, legal or any field where email retention is required, Zoho Mail gives administrators the ability to set retention policies, control user permissions, monitor sending and receiving activity and keep audit logs. GDPR compliance is included by default.

Email archiving stores a copy of every message sent and received, which is useful for compliance audits, legal holds and internal investigations. Archived emails are searchable and can be retrieved by admins without involving the original sender or recipient. The e-Discovery feature helps locate specific archived emails quickly.

Zoho Mail vs Google Workspace vs Microsoft 365

This is the comparison most businesses are making when evaluating email hosting. Here is how Zoho Mail stacks up against the two biggest alternatives on the factors that matter most.

Zoho Mail Google Workspace Microsoft 365
Starting price $1/user/month (Mail Lite, annual) $7/user/month (Business Starter, annual) $6/user/month (Business Basic, annual)
Free tier Yes, up to 5 users, 5GB each (select regions) No No
Ad-free inbox Yes Yes (paid plans) Yes
Scans emails for ads No No (paid), Yes (free Gmail) No
Custom domain email Yes Yes Yes
S/MIME encryption Mail Premium and Workplace plans only Enterprise Plus only E3/E5 plans
Email storage 5GB (free) to 50GB 30GB to 5TB 50GB to unlimited
Shared mailboxes Yes Yes (via Groups) Yes
Built-in office apps Writer, Sheet, Show (Workplace plan) Docs, Sheets, Slides Word, Excel, PowerPoint
Offline access Yes Yes Yes
GDPR compliant Yes Yes Yes
Data hosting region Choose at signup (one-time choice) Limited region selection Choose data centre region

The headline difference is price. Zoho Mail’s paid plans start at $1/user/month. Google Workspace starts at $7 and Microsoft 365 Business Basic at $6. For a 20-person team, that is the difference between $240/year and $1,680/year. Zoho also offers a free tier (in select regions), which neither Google nor Microsoft provide for business accounts.

Where Google and Microsoft pull ahead is in storage (especially at higher tiers) and the depth of their office app suites. If your team relies heavily on Google Docs or Excel, those are harder to replace. But if your primary need is professional email hosting with solid security, Zoho Mail covers that at a fraction of the cost.

Who Should Use Zoho Mail

Zoho Mail is not the right choice for everyone. Here is where it fits well and where it does not.

Freelancers and solopreneurs who want a branded email address without paying $7/month for Google Workspace. The free tier covers up to five users with 5GB each (in select regions), which is enough for a one-person business or a small team just getting started. Note that the free tier does not include IMAP/POP access, so you can only use Zoho’s own web and mobile apps.

Small and mid-sized businesses (under 100 employees) that need professional email, shared mailboxes for departments and basic collaboration features without spending thousands per year on Google or Microsoft licences.

Companies already using Zoho products. If you run Zoho CRM, Zoho One or Zoho Books, adding Zoho Mail means everything shares the same login, the same admin console and the same data. The CRM sidebar appears in your inbox by default without any extra configuration.

Businesses in regulated industries. Healthcare, legal, finance and education organisations that need GDPR compliance, email archiving, retention policies and audit logging will find those features included on paid plans without needing add-ons.

What to Keep in Mind

No email provider does everything well. Here are the trade-offs worth knowing about before you commit.

Third-party integrations are more limited. Zoho Mail connects to other Zoho products without friction, but its integration library with non-Zoho software is smaller than what you get with Google Workspace or Microsoft 365. Zapier fills some of that gap, but if you rely on a specific app that only has a native Google or Outlook integration, check compatibility first.

The admin console is a separate app on mobile. Managing user accounts, domains and security settings from your phone requires downloading a separate Zoho Mail Admin app. It works, but it is an extra step that Google and Microsoft handle inside a single app.

Storage is lower on free and entry-level plans. The free tier gives you 5GB per user and Mail Lite starts at 5GB (or 10GB for $1.25/user/month). Google Workspace starts at 30GB. If your team sends and receives large attachments regularly, you may hit storage limits faster on Zoho’s lower tiers.

The learning curve if you’re coming from Gmail. Zoho Mail’s interface is clean, but it is not Gmail. If your team has used Google Workspace for years, expect a few weeks of adjustment. The layout, keyboard shortcuts and search behaviour are all slightly different.

Free tier excludes IMAP/POP/ActiveSync. Free users can only access email through Zoho’s web interface and mobile apps. You cannot connect to Outlook, Apple Mail or Thunderbird on the free plan. IMAP and POP access requires a paid plan.

Zoho Mail Pricing (2026)

Here is what each plan includes and what it costs. All prices below are billed annually. Monthly billing is available at a slightly higher rate. Verify current pricing at zoho.com/mail/zohomail-pricing.html before committing, as pricing can vary by region.

Plan Price Storage Key Features
Mail Free Free (up to 5 users, select regions) 5GB/user Web and mobile access, single domain, 25MB attachments. No IMAP/POP/ActiveSync.
Mail Lite $1/user/month (5GB) or $1.25/user/month (10GB) 5GB or 10GB/user Multiple domains, email routing, IMAP/POP, email recall, offline access, ActiveSync.
Mail Premium $4/user/month 50GB/user S/MIME, white labelling, email archiving, e-Discovery, attachments up to 1GB.
Workplace Standard $3/user/month 30GB email + 10GB WorkDrive/user Mail + Writer, Sheet, Show, Cliq, WorkDrive, Connect, Streams.
Workplace Professional $6/user/month 100GB email + 100GB WorkDrive/user Everything in Standard + increased storage and advanced WorkDrive features.

For teams of 25 or more, Zoho recommends the Workplace bundle, which adds office apps and cloud storage on top of email. You can also mix and match Mail-only and Workplace plans within the same organisation on annual subscriptions.

Working with a Zoho Partner

If you’d rather not configure DNS records, migration settings and security policies on your own, a certified Zoho partner like Delveio Consulting can handle the setup, train your staff and provide ongoing support. This is especially useful for larger teams or businesses with specific compliance requirements.

Delveio Consulting works across the full Zoho product line, including Zoho CRM, Zoho One and Zoho Books. If you need help with more than just email, the same team can configure your CRM, accounting and support desk alongside your mailboxes.

Email Security Habits Worth Adopting

Where Zoho Mail Is Heading

Zoho is investing in AI-assisted security (better phishing detection, smarter spam filtering), improved mobile features and tighter integration between Mail and the rest of the Zoho product line. The product is still under active development, which is worth knowing if you’re choosing an email hosting provider for small business today.

Frequently Asked Questions

Is Zoho Mail free?

Yes, in select regions. Zoho Mail offers a free plan for up to five users with 5GB of storage per user. It includes web and mobile access and email hosting for a single domain. There is no time limit on the free plan. However, the free tier does not include IMAP/POP access, so you can only use Zoho’s own apps to check your email.

Can I use Zoho Mail with my own domain?

Yes. You can host email on your own domain (e.g. [email protected]) on every Zoho Mail plan, including the free tier. If you don’t already own a domain, you can purchase one through Zoho during setup.

Is Zoho Mail GDPR compliant?

Yes. Zoho Mail is GDPR compliant and holds ISO/IEC 27001, 27017, 27018, 27701 and SOC 2 Type II certifications. You can also choose which data centre region hosts your data at the time of signup.

How do I migrate to Zoho Mail from Gmail or Outlook?

Zoho has a built-in migration feature. For Google Workspace, there is a dedicated migration path that requires setting up a Google service account and uploading a JSON key file. For other providers, IMAP migration is available. Zoho provides documentation and migration support for paid business accounts. The process is not one-click, but it is well-documented.

What is Zoho Mail Streams?

Streams is a feature inside Zoho Mail that adds social-media-style commenting to emails. Instead of forwarding messages and creating long reply chains, you tag colleagues on an email, leave comments, share files and assign tasks. The thread stays attached to the original email.

How does Zoho Mail compare to Google Workspace?

Zoho Mail starts at $1/user/month compared to Google Workspace at $7/user/month. Zoho also offers a free tier for up to 5 users (in select regions), which Google does not. Google provides more storage and deeper office app integration. Zoho provides stronger privacy controls and lower cost. See the full comparison table above.

Does Zoho Mail have a desktop app?

Yes. Zoho offers a desktop email app for Mac, Windows and Linux. There is also offline mode in the web and mobile apps for reading and composing emails without a connection.

Does Zoho Mail connect to Zoho CRM?

Yes. Zoho Mail has a built-in CRM sidebar (eWidget) that shows CRM contact details when you open an email. You can create leads, associate emails with CRM records and send CRM templates from your inbox. The integration is enabled by default for users of both services. Full bidirectional email logging requires additional configuration in Zoho CRM settings.

Book a free consultation with Delveio Consulting to talk through Zoho Mail setup, migration and pricing for your business.


What Zoho Forms Is (and Isn’t)

Zoho Forms is a no-code form builder that lets you create web forms, collect submissions, route data to other apps and accept payments. It is part of the Zoho product family, which means it connects natively to Zoho CRM, Zoho Desk, Zoho Campaigns, Zoho Sheet and about a dozen other Zoho apps without needing Zapier or any middleware.

It is not a landing page builder, not a survey-specific product like SurveyMonkey, and not a full application builder like Zoho Creator. It sits in the same category as Typeform, Jotform and Google Forms: you build a form, share it, collect responses, and do something with the data.

Where it separates itself is in what happens after someone hits submit. Approval workflows, task assignments, email and SMS notifications, CRM record creation, document merging and payment processing are all built in. Most competing form builders either charge extra for these or require third-party connections to make them work.

How the Builder Works

The editor is drag-and-drop with 30+ field types. You get the standard fields (text, email, phone, dropdown, checkbox, radio button, date, file upload) plus some that are less common in competing products: signature capture, image upload, matrix choice, subforms, calculation fields and payment fields.

Forms can be single-page, multi-page, or card-style (one question at a time, similar to Typeform’s format). You can add skip logic to show or hide fields based on previous answers, set field validations, and enable save-and-resume so respondents can come back and finish later.

There is also an AI form generator. Describe what you need in plain text and Zoho Forms creates a draft form with relevant fields. You can also convert a PDF or an image into a working online form, which is useful if you’re digitising paper-based processes.

CRM Integration

This is where Zoho Forms has an edge that Typeform, Jotform and Google Forms can’t match without Zapier. Zoho Forms has a dedicated CRM form type that maps form fields directly to Zoho CRM lead, contact, or deal records. When someone fills out the form, a record is created or updated in your CRM immediately.

You can also push form data to Zoho Desk (for support tickets), Zoho Campaigns (for mailing list signups), Zoho Sheet (as a spreadsheet row), Zoho Projects (as a task), and Zoho Recruit (for job applications). If you use non-Zoho software, there are native integrations with Salesforce, Google Sheets, Google Calendar, Microsoft Excel, Microsoft Teams, Outlook Calendar and Zapier.

Notifications and Workflows

After a form is submitted, Zoho Forms can send notifications via email, SMS, WhatsApp and push notifications (through the Zoho Forms mobile app). You can also post a message to Microsoft Teams.

For forms that need approval before processing (purchase requests, leave applications, expense claims), there is a multi-level approval workflow. You define who needs to approve, in what order, and what happens if they approve or reject. This is available on the Standard plan ($30/month) and above.

You can also assign tasks to team members based on submissions, redirect respondents to a thank-you page or another form, and trigger webhooks to send data to any app that accepts HTTP requests.

Payments

Zoho Forms supports 14 payment gateways: Stripe, Stripe Checkout, PayPal, PayPal Checkout, 2Checkout, Razorpay, Authorize.Net, PayTM, Instamojo, PayTabs, Square, Paystack, Midtrans and Zoho Checkout. Payment collection is available on every plan, including the free tier (limited to 10 payment submissions on Free).

You can use calculation fields to total up fees based on form responses (e.g. quantity x unit price), then pass that amount to the payment gateway. After payment, Zoho Forms can send a confirmation email and generate a branded PDF receipt or invoice.

Mobile and Offline Collection

The Zoho Forms mobile app (iOS and Android) lets you collect data without an internet connection. Submissions are stored locally and sync when the device reconnects. This is useful for field teams, event check-ins, site inspections and anywhere with unreliable wifi.

The app also supports kiosk mode (lock the device to a single form for self-service stations), QR and barcode scanning, geolocation capture, image uploads, business card scanning and digital signatures.

Reports and Analytics

Submissions are stored in Zoho Forms with list and Kanban views. You can filter, sort, search and export to CSV or PDF. There is also a document merge feature that auto-populates a Zoho Writer template with form data, which is handy for generating contracts, offer letters or standardised reports from submissions.

Form Analytics shows submission trends, completion rates and where respondents drop off. You can track form performance with UTM parameters, Google Analytics and Meta Pixel goals.

Security and Compliance

All forms use SSL encryption. On paid plans, you can enable AES-256 field-level encryption for sensitive data and mark fields as personal information (PII) for privacy management.

Spam prevention options include Google reCAPTCHA v2, CAPTCHA, OTP verification (via SMS, email or WhatsApp) and double opt-in (respondents confirm via email before their submission is recorded).

Compliance coverage:

Audit logs are available on the Premium plan for tracking changes to form records and email deliveries.

Branding and Customisation

You can apply pre-built themes or create custom themes with your own colours, fonts, logo and CSS. On paid plans, you can use a custom domain in your form’s permalink URL (e.g. forms.yourcompany.com instead of forms.zoho.com), customise the browser tab title and favicon, and remove Zoho branding.

Forms can be translated into multiple languages for international audiences, and you can set custom success messages or redirect respondents to any URL after submission.

Zoho Forms Pricing

All prices below are monthly. Annual billing gives roughly a 20% discount. Verify current pricing at zoho.com/forms/pricing.html before committing, as pricing can vary by region.

Plan Price Users Forms Submissions/month Storage
Free $0 1 3 500 200MB
Basic $12/month 1 Unlimited 10,000 500MB
Standard $30/month 10 Unlimited 25,000 2GB
Professional $60/month 25 Unlimited 75,000 5GB
Premium $90/month 100 Unlimited 150,000 10GB

Key things to know about pricing:

Zoho Forms vs Typeform vs Jotform vs Google Forms

These are the four form builders most businesses evaluate. Here is how they compare on the features that tend to drive the decision.

Zoho Forms Typeform Jotform Google Forms
Free plan Yes (3 forms, 500 subs) Yes (10 responses/month) Yes (5 forms, 100 subs) Yes (unlimited)
Paid plans from $12/month $29/month ($25 annual) $34/month Free (Workspace from $7/user/month)
Field types 30+ ~25 question types 100+ (with widgets) 11
Conversational (one-at-a-time) forms Yes (card forms) Yes (core format) Yes (card forms) No
Multi-page forms Yes No (one question per page only) Yes Yes (sections)
Conditional/skip logic Yes Yes Yes Basic (section branching)
Payment collection 14 gateways (all plans) Stripe only (paid plans) 30+ gateways No
Approval workflows Yes (Standard+) No Yes No
Native CRM integration Zoho CRM (direct, no middleware) Via Zapier/integrations Via Zapier/integrations No
Offline data collection Yes (mobile app) No Yes (mobile app) No
HIPAA compliance Premium plan ($90/month) Enterprise plans only (custom pricing, BAA on request) Yes (Gold+ plan, $99/month) No
GDPR compliance Yes Yes Yes Yes
Branding/white label Yes (paid plans) Yes (paid plans) Yes (paid plans) Limited
PDF generation from submissions Yes No Yes No
E-signatures Yes (via Zoho Sign integration) No Yes (built-in) No

When Zoho Forms is the stronger choice: You already use Zoho CRM or other Zoho products. You need approval workflows. You want offline mobile collection. You need form-to-CRM data routing without Zapier. Budget matters and $12/month for unlimited forms beats Typeform’s $29/month for 100 responses.

When a competitor is the stronger choice: If you prioritise visual design and conversational UX above everything, Typeform is hard to beat. If you need the widest possible selection of field types, templates and payment gateways, Jotform has more. If you just need a quick, free form with no frills, Google Forms is faster to set up and has no submission limits.

Who Should Use Zoho Forms

Businesses already on Zoho. If you use Zoho CRM, Zoho One or Zoho Books, Zoho Forms is the obvious choice. The CRM form type alone saves hours of manual data entry, and you avoid paying for Zapier to connect a third-party form builder.

Field teams and mobile-first operations. Construction, logistics, healthcare, events and any industry where data is collected on-site will benefit from offline mode, kiosk mode, QR scanning, geolocation and signature capture in the mobile app.

Organisations that need approval routing. HR departments, finance teams and any workflow where a submission needs sign-off before it is processed. Multi-level approvals are built in from the Standard plan.

Companies in regulated industries. Healthcare (HIPAA on Premium), legal and finance teams that need GDPR compliance, field-level encryption, audit logs and data retention controls.

What to Keep in Mind

No form builder does everything well. Here are the trade-offs.

The free-to-paid jump is steep. Going from $0 to $12/month with only 500MB of storage and 1 user is a noticeable gap compared to Google Forms (free, unlimited) or Jotform’s free tier (5 forms, 100 submissions). If you’re testing, the free plan works. For anything production-level, expect to pay.

Design is functional rather than visual. You can customise themes and apply CSS, but the out-of-the-box templates are built for clarity and usability rather than visual flair. If your forms need to feel like a polished brand experience with custom backgrounds, animations and conversational flow, Typeform has an edge in that area. Zoho Forms focuses more on what happens after the form is submitted than on how the form looks while being filled out.

HIPAA requires the Premium plan. At $90/month, HIPAA compliance is only available on the highest tier. Jotform offers HIPAA on its Gold plan at $99/month, so the pricing is comparable between the two. In both cases, HIPAA is not automatic: you need to configure encryption, access controls and retention policies, and request a BAA from the provider.

Third-party integrations outside of Zoho are more limited. Zoho Forms connects to 16+ Zoho apps natively, but its list of non-Zoho integrations is shorter than Jotform’s or Typeform’s. Zapier and webhooks fill the gap, but that is an extra step (and potentially an extra cost).

Storage is low on lower plans. 200MB on Free, 500MB on Basic. If your forms collect file uploads (images, documents, contracts), you will hit these limits. Storage add-ons are available but add to the monthly cost.

Common Use Cases

Lead generation. Use the CRM form type. A prospect fills out a form on your website, a lead record is created in Zoho CRM, your sales rep gets an email notification and the lead enters a pipeline stage. No manual entry, no Zapier.

Event check-in. Set up a tablet in kiosk mode. Attendees scan a QR code, sign in with a digital signature, and their data syncs to your CRM when the device reconnects to wifi.

Service request with payment. Use conditional fields to capture the request details, a calculation field to total the cost, a payment field to collect payment on submission, and a branded PDF confirmation emailed to the customer.

Internal approvals. An employee submits an expense claim or purchase request. The form routes to their manager for approval, then to finance. Each approver gets a notification and can approve or reject from email or the mobile app.

Field inspections. A site inspector uses the mobile app to fill out a checklist, capture photos, record GPS coordinates and collect a signature, all while offline. Data syncs when they return to the office.

Getting Help with Setup

If you want Zoho Forms connected to your CRM with the right field mappings, approval routing and notification workflows configured properly, a certified Zoho partner like Delveio Consulting can handle that. We work across the full Zoho product line including Zoho CRM, Zoho One and Zoho Books, so if your forms need to feed into a larger Zoho setup, the same team handles everything.

Tips for Building Better Forms

Frequently Asked Questions

Is Zoho Forms free?

Yes. The free plan includes 1 user, 3 forms, 500 submissions per month and 200MB of storage. It also includes CRM integration, payment collection (up to 10 payments), webhooks and UTM tracking. The free plan does not include custom themes, approvals, HIPAA compliance or audit logs.

Does Zoho Forms integrate with Zoho CRM?

Yes. Zoho Forms has a dedicated CRM form type that maps fields directly to Zoho CRM records. When someone submits the form, a lead, contact or deal record is created or updated in your CRM. This works on all plans including Free.

Is Zoho Forms HIPAA compliant?

Only on the Premium plan ($90/month). Zoho provides a Business Associate Agreement (BAA) on request, but HIPAA compliance also requires you to configure encryption, access controls, audit logs and data retention policies. It is not enabled by default.

How does Zoho Forms compare to Typeform?

Zoho Forms is cheaper ($12/month vs $29/month for paid plans), has more field types (30+ vs ~25), supports multi-page forms (Typeform does one-question-at-a-time only), and connects to Zoho CRM without middleware. Typeform has a better visual design experience and higher engagement rates for conversational-style forms. See the comparison table above for a full breakdown.

How does Zoho Forms compare to Google Forms?

Google Forms is free with unlimited submissions and no storage limits, but it has only 11 field types, no payment collection, no approval workflows, no offline mode and no CRM integration. Zoho Forms offers all of these but requires a paid plan for most business use cases.

Can Zoho Forms collect payments?

Yes. Zoho Forms supports 14 payment gateways including Stripe, PayPal, Razorpay, Square and Authorize.Net. Payment fields are available on all plans, including the free tier (limited to 10 payment submissions).

Does Zoho Forms work offline?

Yes. The Zoho Forms mobile app (iOS and Android) supports offline data collection. Submissions are stored on the device and sync when the internet connection is restored. This also works in kiosk mode for events and check-ins.

How many field types does Zoho Forms have?

30+ field types, according to Zoho’s own documentation. These include standard fields (text, email, dropdown, checkbox), plus signature capture, matrix choice, subforms, calculation fields, payment fields and file upload.

Book a free consultation with Delveio to set up Zoho Forms with your CRM, approval workflows and payment processing.


The default CRM problem

There’s a version of Zoho CRM sitting inside thousands of businesses right now that nobody touches. The reps log in when their manager asks why the pipeline report is empty, type in a few deal values from memory, and go back to whatever spreadsheet or notepad they were using before. The CRM exists. It’s paid for and it does nothing useful because nobody set it up to match how the business works.

This happens more often than most Zoho partners will admit. A company signs up, picks a plan, maybe watches a few onboarding videos, and starts using the default modules as they come out of the box. Leads, Contacts, Accounts, Deals, Activities. The field names don’t quite fit. The pipeline stages were written for a generic sales process that doesn’t resemble theirs. The dashboard shows metrics nobody asked for. Within a few weeks, the team has quietly decided the CRM is extra admin rather than something that helps them sell.

The fix is rarely switching to a different product. Zoho CRM is one of the more flexible CRMs at its price point, but flexibility only matters if someone takes the time to adjust the fields, rename the stages, set up the automations and build the views that reflect how the team operates day to day. That’s what customisation means in practice, and it’s the difference between a CRM that earns its licence cost and one that gathers digital dust.

Zoho CRM customisation options

People hear “customisation” and think of developers writing code. In Zoho CRM, that’s the far end of the spectrum. Most of what makes a real difference happens without anyone writing a single line. You’re renaming fields so they use your terminology instead of Zoho’s defaults. You’re rearranging layouts so the information your reps check ten times a day sits at the top of the screen instead of halfway down a scroll. You’re building a workflow rule that sends an automatic follow-up email when a deal has been sitting at the same stage for a week.

At the other end, yes, there’s Deluge scripting and API integrations and sandbox environments for testing complex changes before they touch live data. But the businesses that get the most value from customisation are usually the ones that got the simple stuff right first. The field names make sense. The deal stages match the real process. The reports answer questions that leadership is asking in their Monday meeting, not questions that were baked into a template two years ago.

Zoho splits its customisation features across its pricing tiers, which means the plan you’re on determines what you can change. Some of the most useful features sit behind the Professional or Enterprise plans, and finding that out after you’ve started building is frustrating. Here’s what’s available, starting with the things every paid plan includes and working up to the features that justify the higher tiers.

Custom fields and layouts

Every Zoho CRM plan from Standard ($14/user/month) upwards lets you add custom fields. This sounds basic, and it is, but it’s also where most of the value lives for businesses in their first year on the CRM. A recruitment firm adds fields for notice period, salary expectations and availability. A property company adds lease expiry dates, unit types and maintenance flags. An education provider adds programme interest, preferred schedule and funding source. None of those exist in the default setup, and without them the CRM can’t do the one job it’s supposed to do: hold the information your team needs to move a deal or a relationship forward.

A layout in Zoho CRM controls which fields appear on a record page and in what order. You can create different layouts within the same module, which means a “New Business” deal and a “Renewal” deal can show completely different fields even though they both live in Deals. A rep working renewals doesn’t need to scroll past fields that only matter for new prospects, and vice versa. The limit on custom fields increases with each plan tier, but even Standard gives you 155 per module, which is more than most small teams will use in their first couple of years.

Custom modules

The standard modules cover a typical sales operation, but plenty of businesses track things that don’t fit neatly into Leads, Contacts, Accounts or Deals. A training company needs a “Courses” module. A logistics firm needs “Shipments.” A letting agency needs “Properties.” Custom modules let you create entirely new data objects and link them to the rest of your CRM through lookup fields, so a Contact can be connected to a Property, a Course or a Shipment just as naturally as they’d be connected to a Deal.

Custom modules are available from Professional ($23/user/month) onwards. If you’re on Standard and hitting the limits of what the default modules can represent, this is usually the reason to upgrade.

Workflow rules

Workflow rules are where the CRM starts doing work on your behalf. You define a trigger and an action: when a deal moves to “Proposal Sent,” email the prospect and assign a follow-up task to the rep. When a lead hasn’t been contacted within 48 hours, reassign it or escalate to a manager. When a case is marked as resolved, send a satisfaction survey.

All paid plans include workflow rules, though the number you can create and the actions available differ by tier. Standard covers the fundamentals: field updates, email notifications, task creation. Professional adds webhooks and assignment rules. Enterprise and above open up custom functions written in Deluge, which lets you build logic that goes well beyond what the drag-and-drop builder offers.

Blueprints

Blueprints solve a specific problem: inconsistency. If your sales process requires a demo before a quote can be sent, but there’s nothing stopping a rep from skipping straight to the quote stage, your process only exists on paper. Blueprint makes it real inside the CRM. It defines the stages a record must pass through and controls what has to happen at each transition. Need a manager to approve discounts above 15%? Blueprint blocks the deal from moving forward until the approval comes through. Need the customer’s shipping address before an order can be confirmed? Blueprint makes that field mandatory at that specific stage, not before.

This is the feature that tends to make the biggest difference for growing sales teams where new reps are joining regularly and process consistency matters. Blueprints are available from Professional ($23/user/month), with limits on how many you can run at once: 3 on Professional, 50 on Enterprise, 100 on Ultimate.

Canvas

Canvas is Zoho’s drag-and-drop interface designer. It lets you change how CRM pages look without writing code. You can rearrange where fields sit on a record page, add your company branding, create tabbed sections that group related information together, pull in data from related modules, and embed widgets that display information from other apps.

The practical value is simple: if the default layout buries the five fields your rep checks most often below a long scroll of fields they never look at, Canvas lets you fix that. You can also use it to display a customer’s open support tickets alongside their deal record, so a sales rep can see whether there’s an unresolved complaint before they call to upsell.

Canvas is available on all paid plans, but what you get depends on the tier. Standard includes 1 Canvas record detail page view per organisation. Professional gives you 3 per organisation plus list views for each module. Enterprise and Ultimate unlock 5 and 25 Canvas views per module respectively.

Sandbox

A sandbox is a copy of your CRM where you can build, break and test things without any risk to your live data. You can rewrite workflow rules, test Deluge scripts, try out new Canvas designs and see how a new custom module interacts with the rest of your setup, all while your sales team continues working in the production CRM without noticing a thing.

When the changes are ready, you deploy them from the sandbox to production. Zoho logs every deployment, so there’s an audit trail showing what was pushed, when and by whom. If your business is at the stage where CRM changes are frequent or complex enough that a mistake could cause real problems, such as emailing the wrong contacts or reassigning every lead in the CRM, the sandbox is what keeps that from happening.

Sandbox requires Enterprise ($40/user/month) or above. For a lot of growing businesses, it’s the single feature that justifies the step up from Professional.

Custom functions and Deluge

Deluge is Zoho’s built-in scripting language, and custom functions are where it gets used. A custom function is a piece of code that runs inside your CRM, triggered by a workflow rule, a button click or a scheduled job. You might use one to calculate a weighted lead score based on five different fields. Or to push data to an external API every time a deal closes. Or to pull a customer’s latest invoice total from Zoho Books and display it on their contact record.

Custom functions are available from Enterprise ($40/user/month). They open up a level of integration and logic that the drag-and-drop builders can’t reach, but they require someone who can write and maintain Deluge code. For most businesses, this is the point where working with an experienced Zoho partner makes sense. Writing a custom function is one thing; writing one that handles edge cases, error logging and API rate limits without breaking six months later is another.

Validation rules

Validation rules stop bad data getting into the CRM in the first place. You set conditions that must be met before a record can be saved. If the deal value is blank, it won’t save. If the phone number doesn’t match the format for your region, it gets rejected. If someone sets a close date in the past, the validation rule catches it.

This sounds like a small thing until you’ve spent an afternoon trying to build a pipeline report from data where half the records are missing a deal value or have dates that make no sense. Validation rules are the cheapest insurance against unreliable reporting, and they’re available from Professional ($23/user/month) with 5 rules per layout, rising to 10 on Enterprise and 25 on Ultimate.

Kiosk Studio

Kiosk Studio lets you build guided screens inside the CRM, step-by-step wizards that walk a user through a specific process while collecting data and triggering actions along the way. You might build one for onboarding a new customer, where the kiosk prompts the rep to fill in account details, select a service package, generate a welcome email and create a series of follow-up tasks, all in a single flow rather than bouncing between modules.

Kiosk Studio is available from Professional ($23/user/month) and is worth knowing about if your team has processes that involve multiple steps across multiple modules and you want to reduce the chance of someone missing a step.

Zoho CRM plans and pricing

One of the more frustrating things about Zoho CRM is discovering that the feature you need sits on a plan above the one you’re paying for. This table should save you that surprise.

Feature Standard ($14) Professional ($23) Enterprise ($40) Ultimate ($52)
Custom fields Yes (155/module) Yes (300/module) Yes (500/module) Yes (500/module)
Custom layouts Yes Yes Yes (page layouts) Yes (page layouts)
Custom modules No Yes (100) Yes (500) Yes (500)
Workflow rules Yes Yes Yes Yes
Blueprints No Yes (3 active) Yes (50 active) Yes (100 active)
Canvas views Yes (1 detail view/org) Yes (3/org + list views) Yes (5/module) Yes (25/module)
Validation rules No Yes (5/layout) Yes (10/layout) Yes (25/layout)
Subforms No No Yes Yes
Kiosk Studio No Yes Yes Yes
Sandbox No No Yes Yes
Custom functions (Deluge) No No Yes Yes
Zia AI No No Yes Yes
Multi-user portals No No Yes Yes
Territory management No No Yes Yes
Journey orchestration No No Yes Yes
Advanced BI (Zoho Analytics) No No No Yes

Prices are per user/month, billed annually (USD). Monthly billing runs 20-34% higher. Confirm current pricing at zoho.com/crm/zohocrm-pricing.html before purchasing.

The practical advice here is straightforward: pick the plan that covers the features you need in the next 12 months, not the one with the longest feature list. If most of what you need sits in the Professional column, don’t pay for Enterprise. If you know you need a sandbox or custom functions, don’t waste time building on Professional and then migrating later.

Do you need in-depth customisation?

Not every Zoho CRM needs heavy customisation. Some teams do fine with the defaults, especially if the sales process is simple and the team is small. But there are a few patterns that show up repeatedly when a CRM is underperforming, and they’re worth recognising early because they tend to get worse, not better, with time.

The most obvious one is reps keeping their own records outside the CRM. If your salespeople are tracking deals in personal spreadsheets, writing notes in Slack threads or keeping follow-up reminders on sticky notes, the CRM isn’t capturing what they need. Either the fields are missing, the layout makes them hard to find, or entering data takes long enough that people skip it. Custom fields and a Canvas view that puts the right information front and centre usually fix this.

The second is pipeline stages that don’t match reality. Zoho ships with default deal stages like Qualification, Needs Analysis, Value Proposition and Negotiation. If your process runs through demos, trials, technical reviews and procurement committees, those defaults force reps to shoehorn their deals into categories that don’t fit. The pipeline report becomes meaningless because nobody’s using the stages consistently. Renaming and reordering deal stages takes minutes, costs nothing and immediately makes that report useful.

Then there’s the Monday morning report problem. If your weekly sales meeting involves someone exporting CRM data into Excel to build the report your manager wants, the dashboards aren’t configured for what leadership is asking. Custom dashboards, filtered views and scheduled reports can usually deliver the same information without the export step.

There’s also follow-ups going missing. Leads sit uncontacted for days. Handoffs between teams happen over email instead of through the CRM. Tasks get created but never assigned. If your process depends on someone remembering to do the next step, you need workflow rules. A well-configured automation doesn’t forget, doesn’t take lunch breaks and doesn’t let a hot lead sit untouched over a long weekend.

And finally, you’ve outgrown the standard modules. When your team starts tracking data that doesn’t fit into Leads, Contacts, Accounts or Deals, things like projects, properties, policies, equipment or subscriptions, it’s time to build custom modules and connect them to the rest of your CRM.

A real customisation project

To put some of this into context, here’s a project we ran at Delveio Consulting for a client in the education sector. Before we got involved, this company was managing student enquiries, enrolments and scheduling using a combination of paper forms, email inboxes and a standalone booking app that had no connection to anything else.

The gaps were predictable. Leads came in through a website form but nobody was assigned to follow up automatically, so response times depended entirely on whoever happened to check the inbox first. Student information was written on paper and then typed into the booking app separately, which meant double handling and regular data entry errors. Double bookings happened because scheduling and CRM data lived in different places. And there was no single view of where a prospective student was in the enrolment process, so the admissions team spent a lot of time chasing information instead of chasing enrolments.

Here’s what we built. The standard Leads and Contacts modules were extended with custom fields specific to education: programme interest, preferred schedule, funding source, previous qualifications. Enrolment forms were built in Zoho Forms and wired directly into CRM, so when a student completed a form their data populated the right CRM record, a Stripe payment was processed and a digital signature was captured without anyone touching a keyboard. Workflow rules handled the follow-up automatically: new leads got an acknowledgement email within minutes, and any lead that wasn’t contacted within 24 hours got escalated.

The trickiest piece was the booking app. The client used a specialist scheduling application for session management, and replacing it wasn’t an option. So we built a two-way API integration: bookings created in the scheduling software appeared in CRM, and updates in CRM pushed back to the scheduler. That killed the double bookings. On top of all that, custom dashboards gave leadership a live view of the enrolment pipeline, from enquiry to application to completed enrolment, with the bottlenecks visible at a glance.

The result was a CRM where student data lived in one place, follow-ups happened without human intervention, scheduling stayed in sync, and the team could see their pipeline without assembling a manual report. More detail on this project and others is on the Delveio case studies page.

Common customisation mistakes

More customisation is not always better. Some of the most unusable CRM setups we’ve seen at Delveio were built by well-meaning admins who configured everything they could think of without stopping to consider whether any of it was helping.

The most common mistake is too many fields. If a contact record has 80 custom fields, nobody fills them all in. Data completeness drops, reports become unreliable and reps spend more time on data entry than selling. The fix is restraint: start with the fields your process requires today, and add more when you have a specific, documented reason to capture that data.

Close behind is undocumented automation. A workflow rule that triggers three other workflows, each with conditional branches, becomes impossible to troubleshoot six months later when the person who built it has left. If you can’t explain what an automation does in a sentence, it’s probably too complex. Write down what each rule does, what triggers it and what it changes. When something breaks at 11pm on a Friday, you’ll be glad you did.

There’s also a tendency to create custom modules for everything. Not every category of data needs its own module. Sometimes a custom field on an existing module, or a related list, does the job with far less maintenance overhead. Custom modules need their own permissions, views and reporting configuration. They’re the right answer when the data is genuinely distinct from what the standard modules hold. They’re the wrong answer when someone just wants a tidier way to organise notes.

Then there’s skipping the sandbox. Pushing untested changes to a live CRM is risky, particularly with workflow rules and custom functions. One misconfigured automation can reassign every lead in your CRM or fire off emails to the wrong contacts. If you’re on Enterprise or Ultimate, use the sandbox. If you’re on a lower plan, test during off-hours, communicate changes to the team before they go live, and keep a record of what you changed so you can roll it back.

And finally, customising before you’ve used the defaults. If you’ve just set up Zoho CRM, resist the urge to reconfigure everything on day one. Run the default setup for a few weeks. Pay attention to where it breaks down. Then customize based on real friction, not assumptions about what you might need. The assumptions are usually wrong, and you’ll end up undoing half of what you built.

DIY or Zoho partner?

Plenty of Zoho CRM customisation is manageable in-house. The admin interface is well documented, the drag-and-drop builders for workflows, Blueprints and Canvas don’t require coding, and Zoho’s help centre and community forums cover most common setups. If you need to add custom fields, rename deal stages, build basic workflow rules, set up web forms or create a Canvas view, you can learn how to do it within a day and have it running by the end of the week.

A partner starts to make more sense when the work involves risk or complexity that your team hasn’t dealt with before. API integrations with third-party applications, data migration from another CRM, Deluge scripting, complex multi-step automations that span several modules, or a full restructure of how your CRM is organised. These jobs carry more risk, take longer than expected, and benefit from someone who has done them before and knows where the pitfalls are.

The other scenario where outside help pays off is when your CRM doesn’t have a dedicated administrator. If it’s managed part-time by someone whose main job is something else, the setup tends to drift. Small issues pile up. Nobody audits the workflow rules. New fields get added without a naming convention. The CRM slowly becomes a mess that everyone tolerates but nobody trusts. A partner can do the initial build properly, train your team on how to maintain it, and come back periodically for health checks to catch problems before they compound.

Delveio works with businesses across the UK, US, Europe and India on exactly this kind of project, from initial CRM audits through to API integrations, data migration and ongoing support. If your Zoho CRM needs attention, book a free 15-minute consultation and we’ll talk through what you need.

Getting started

If you’re reading this because your Zoho CRM isn’t pulling its weight, here’s a practical starting point that we walk most of our clients through before any customisation work begins.

Audit what you have. Go through your existing fields, layouts, workflow rules and deal stages. How many of those fields are being filled in consistently? Which workflows are still active and still relevant? Are the deal stages the same ones you set up a year ago, or has the sales process moved on? Remove or archive anything that’s dead weight.

Talk to your reps. The people who use the CRM every day know exactly where it slows them down. Their answers will tell you more about what to customize than any feature comparison document or blog post, including this one.

Check your plan. Before you start building, make sure the features you need are available on your current tier. Use the table above. If you’re on Standard and need Blueprints, you’ll need Professional. If you need custom functions or a sandbox, you’re looking at Enterprise.

Start with one process. Pick the process that’s causing the most friction, and customize the CRM to support it properly. Get feedback from the team. Refine it. Then move to the next one. Incremental changes stick better than a full overhaul that nobody was trained on and nobody asked for.

Write it down. Document what you changed, why you changed it and how it works. Future you, or the next person in your role, will be grateful.

Frequently asked questions

Can I customize Zoho CRM on the free plan?

The free plan supports up to 3 users and includes basic lead, contact and deal management with limited custom fields. Most of the customisation features covered in this guide, including workflow rules, custom modules, Blueprints and Canvas, require a paid plan starting at $14/user/month on Standard.

What is Blueprint in Zoho CRM?

Blueprint is a visual process builder that defines the stages a record must pass through and controls what happens at each transition. It enforces your sales process inside the CRM by requiring specific actions, approvals or data entry before a deal can move to the next stage. Available from Professional ($23/user/month).

Do I need coding skills to customize Zoho CRM?

For the majority of customisation, no. Custom fields, layouts, workflow rules, Blueprints, Canvas views and Kiosk Studio all use drag-and-drop builders. Coding in Deluge is only needed for custom functions, which are available on Enterprise ($40/user/month) and above.

What is Canvas in Zoho CRM?

Canvas is a no-code design studio for changing how your CRM pages look. You can rearrange fields, add branding, group information into tabs and pull in related data, all through a drag-and-drop builder. Available on all paid plans, with the number of views increasing on higher tiers.

What is the Zoho CRM sandbox and which plan includes it?

The sandbox is a testing environment where you can build and test changes without affecting your live CRM. You deploy changes to production once you’re confident they work, with a full audit log tracking every deployment. Available on Enterprise ($40/user/month) and above.

Can Zoho CRM connect to other apps?

Yes. Zoho CRM has native integrations with Google Workspace, Microsoft 365, Mailchimp, QuickBooks and hundreds of other apps through the Zoho Marketplace. For deeper integrations, Enterprise includes custom functions and API access for connecting to virtually any external application.

How much does Zoho CRM cost?

There are four paid plans billed annually: Standard at $14/user/month, Professional at $23/user/month, Enterprise at $40/user/month and Ultimate at $52/user/month. Monthly billing costs more. A free plan covers up to 3 users with limited features. Check Zoho’s pricing page for the latest figures.

Should I customize Zoho CRM myself or hire a consultant?

If you need custom fields, adjusted deal stages, basic workflows or Canvas views, you can handle that in-house with Zoho’s built-in tools and documentation. For API integrations, data migrations, complex automations or a full CRM restructure, working with an experienced Zoho partner like Delveio reduces risk and gets the job done faster.

Related reading:

Zoho CRM overview | Zoho One | Zoho Books