Narrative 15: Blueprint - Automate, guide, and transform your support processes

Narrative 15: Blueprint - Automate, guide, and transform your support processes

Behind the scenes of a successful ticketing system: BTS Series 

Narrative 15: Blueprint - Automate, guide, and transform your support processes

Even organizations that deliver quality products and services can face low customer satisfaction when their processes for addressing issues are poorly defined. This problem often stems from communication gaps, inadequate training, or failing to involve the right stakeholders at the required stages. The problems may range from minor procedural errors to major organizational oversights, and the impact extends beyond customers; employees also face significant difficulties when structured processes are not correctly followed.
Using a Blueprint in Zoho Desk drives consistent, high-quality customer service by making support processes transparent and repeatable at scale, regardless of team size or industry. It enables teams to easily spot bottlenecks, monitor SLA compliance, and refine workflows for maximum efficiency. Whether for onboarding, escalations, or compliance management, Blueprint helps businesses accelerate case resolution, deliver timely experiences, and onboard new agents faster with clear, actionable guidance on every ticket.

Components of a Blueprint

In Zoho Desk Blueprints, "stages" represent distinct steps or milestones in a business process, while "transitions" define the movement and conditions required to progress from one stage to another. 

Stages

Stages are the specific checkpoints or states that a support ticket or record passes through in a process, such as "Assigned," "In Progress," "Awaiting Response," or "Closed." Each stage captures the ticket's status at a given point in time and provides visibility into the process's progress.

Transitions 

Transitions are the actions, criteria, and intermediate checkpoints required to move a ticket from one stage to another. A transition can enforce checks, require specific actions, or mandate that fields be completed before advancing to the next stage. Transitions can also be configured to trigger automations, send notifications, or assign ticket owners.


A transition typically includes:
  • The criteria for when the transition is allowed
  • The actions to perform during the transition (updating fields, completing checklists, sending messages)
  • Transition ownership (who can act)
  • Automated actions are triggered upon execution

Common transitions: These transitions can be accessed from multiple stages, such as a "Cancel Ticket" action available at any point in the process.
Parallel transitions: Multiple transitions can be configured to run in parallel, allowing a ticket to move through multiple paths simultaneously.

Highlights

Enabling Strict Mode ensures that agents strictly follow ticket processes. When activated, all other actions in the ticket interface are disabled, allowing agents to perform ticket-related actions exclusively through the transition bar.

Admins can now selectively set which actions and fields are required during a transition. The introduction of the Configure Mandatory option enhances this capability to provide greater control and flexibility in customizing Blueprints for various groups of agents and refining specific aspects of the support process.

Admins can now effortlessly prioritize and reorder transitions with a simple drag-and-drop feature. This allows them to easily arrange the sequence of transitions in a Blueprint to determine how they are presented to agents. In the past, this process required agents to delete and re-add transitions in the desired order, which was time-consuming and labor-intensive.

The number of Points and Transitions permitted in a blueprint dictates the complexity of the internal processes you can design for your team. We have increased the number of pointers and transitions to allow you to incorporate greater complexity into your support operations as needed. 

When developing a Blueprint, you may find the need to rename a State or modify its Status Type after it has already been linked to the blueprint. This was not an option previously, but we've now made it possible. You can now change the Status Type and rename states associated with a blueprint. 

Key Features

  1. Design sequential ticket workflows with defined states and transitions.  
  2. Assign transition ownership to agents or departments.  
  3. Control ticket progression by restricting actions until necessary steps are completed.  
  4. Automate notifications, field updates, task assignments, and custom functions during and after transitions.  
  5. Use a Blueprints dashboard to track the number of tickets in each stage, SLA violations, bottlenecks, and overall process efficiency.  
Idea

Commonly automated business processes

  1. Quote management
  2. Task management
  3. Library book lending
  4. Hospital management
  5. Converting leads to customers
  6. Order cycles
  7. Support request handling and escalations
  8. Recruitment
  9. Deal follow-up

Takeaway

Creating a Blueprint involves specifying the states (ticket statuses), transitions (actions to move between states), and, if needed, criteria to apply the Blueprint only to specific tickets. It provides structured guidance to agents and makes help desk operations more efficient and consistent across teams.


Please stay tuned for more in the Desk behind-the-scenes series.


Regards,

 

Kavya Rao

The Zoho Desk Team

      • Recent Topics

      • Emails not being received from a particular domain

        Cannot receive any emails sent from atco.com Domain is in the spam whitelist so should be no reason for it not to be coming through. Have filed a ticket and besides a generic response of we are looking at it - it seems there is no actual support workers
      • Stock Count

        The stock count is a nice new feature, but we cannot figure out how to: 1. Use it without assigning to a person, we have a team or one of multiple do stock counts as do most any company. 2. Add any extra fields to what the "counter" sees. The most important
      • Can you import projects into Zoho Projects yet?

        I see some very old posts asking about importing project records into Zoho Projects. But I can't find anything up to date about the topic. Has this functionality been added? Importing tasks is helpful. But we do have a project where importing projects
      • How to delete attachments form Zoho mail accounts

        I can't find a way to delete attachments from Zoho mail messages, either individually or in bulk. Searches here are providing conflicting results and often talk about workspace, whereas I am only interested in how to delete attachments that are seen with
      • 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
      • 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
      • 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
      • 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+"",
      • 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
      • 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
      • 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:     {
      • 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?
      • 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.
      • 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
      • 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
      • Can I filter a Lookup field to only show related records from another Lookup in Zoho CRM?

        In our Leads module, we have two Lookup fields: Recruitment Agency – the agency that the lead came from Recruiter – the individual contact from that agency who sent us the lead Both fields link correctly to their respective records in CRM. However, our
      • Zoho Books API invoice email bouncing with 'relaying-issues' error

        I have waited over 30 days for zoho books uk to assist with the following and i have had no replies or tickets erronously closed. The service has been terrible - very unlike zoho! So i am raising this here hoping that a community member can assist: Hello,
      • How do I filter contacts by account parameters?

        Need to filter a contact view according to account parameter, eg account type. Without this filter users are overwhelmed with irrelevant contacts. Workaround is to create a custom 'Contact Type' field but this unbearable duplicity as the information already
      • Zoho Writer to Zoho Sign Template Misalignment – Request for Community

        We are currently facing a critical issue impacting our live business operations due to a misalignment problem between Zoho Writer templates and Zoho Sign output. Issue Summary: We have an automated workflow in Zoho CRM using Deluge scripts that generates
      • Account blocked

        Yesterday I got my Zeptomail account blocked due to too many hard bounces. My account is used exclusively for sending transactional emails (eg. your order has been shipped, a form has been filled, etc) and the sudden blocking impacted hundreds of websites
      • Migration Tool Download

        Since apparently you have to ask for the migration tool to download (why?), I need the download for the migration tool for exchange servers. Please forward link, thanks.
      • IF Formula

        Hi, I'm having trouble setting up a custom formula in a field. Can you help me with it? The formula should do the following: If the created date is less or equal to 30 days the field should display a string New in pieline or Exisitng pipeline if above
      • Autorespond to one specific sender

        Is there any way to create a rule or filter that sends an automatic reply to messages from one specific email address?  I really need to set up something like a "vacation response" but only for one "received from" address.
      • View comprehensive logs of all actions in Custom Module History

        Hello everyone, We are happy to announce our new feature, Detail View in Custom Module History, which enhances visibility, control and accountability over your records. Users can now access a detailed timeline of every action that has been performed on
      • Track ZohoForm Conversion using Postmessage event

        Hi, I’ve been using a third-party lead tracking tool to capture leads from my website along with their source. Earlier, with the HubSpot form, the third-party script was able to detect the postMessage event that iframe forms typically send back to the
      • Email task creator when task is updated/marked complete

        I am looking for a way to notify the creator of a task in zoho todo when - Task is updated Task is closed Comments entered 1 and 2 are critical, and I cannot find a zoho flow to do this. There is no way that as a manager I will know when someone has completed
      • Next Page