As we step into the new year, it’s time to refocus, re-energize, and gear up for fresh opportunities. But what about your customers as they begin the year with their own set of challenges or queries to resolve?
With Zoho Desk’s Guided Conversations (GC), you can ensure they’re supported seamlessly, even as your team navigates the post-holiday rush.
Zylker Techfix, a mobile gadget firm, has a busy start as its customers flood them with requests: repair appointments, service inquiries, delivery tracking, and questions about new products. By leveraging Guided Conversations, Zylker Techfix provided an efficient, self-service experience that kept customers engaged while their team prioritized high-value tasks.
Here’s why Zylker Techfix setup the Guided Conversations feature within Zoho Desk:
- Customers could effortlessly log repair or service requests.
- Delivery updates and product inquiries were instantly addressed without delays.
- Clear and reassuring messaging kept customers informed that their concerns were logged and would be prioritized.

Guided Conversations acts as a dependable, 24/7 virtual assistant, automating ticket creation while offering a personal touch. Its intuitive, drag-and-drop builder enables you to design workflows that guide customers through their questions, gather essential information, and create tickets—even when your team is unavailable.
For businesses like Zylker Techfix, GC turned the often-hectic start of the year into an opportunity to build stronger customer relationships. By ensuring requests were acknowledged and logged, customers felt valued and confident that their needs were being addressed.
As you plan for the year ahead, Guided Conversations can help you create a customer experience that’s efficient, thoughtful, and future-ready.
Guide to Set up Guided Conversations (GC) in Zoho Desk
Here’s how you can easily set up Guided Conversations to create tickets when agents are unavailable/offline:
1. Go to Setup > Self-Service > Guided Conversations.
2. Select the department before creating the flow because Guided Conversations are department-specific.
Create a New Flow
3. Click on the Create Flow tab in the top-right corner.
4. Select the Web Channel.
5. Enter a Name and Description for your flow, then click Next.
6. The GC design window will appear. Below the Guided Conversation icon, click the + icon to start building your flow.
7. Drag and drop elements from the right-hand panel to create your conversation blocks.
8. Drag the Text Message Block and drop it into the flow. Type a Welcome message.
9. Enter the Name of the block and the Message you want to display to customers. This block is used to share direct information with your customers.
10. Click the + icon below the text message block and add a Question Block.
11. Use the Question blocks to collect inputs from customers based on your questions.
For example, use the following Question Blocks using the + icon to receive the information from your customers:
- Name (Text Block)
- Email (Email Block)
- Contact Number (Number Block)
- Date (Calendar Block for availability)
- Attachments (Attachment Block to receive files or images, such as screenshots).
Add Button Choice Blocks
12. Use the Button Choice Blocks to present predefined options to customers, such as a list of countries, states, or regions. This is useful for collecting specific information like location and understanding the time zone.
13. Drag the Text Question block to receive a description on the Issues submitted.
14. Create the Date and Time question block to get the customer's availability time to reconnect, if required.
To Create a Ticket
16. Give the Block Name, choose the Department (the same department where you create this Guided Conversation), choose the layout for the Email template.

17. In the Input variable mapping, click on the gear icon, map the field variables in the Tickets layout with the Flow variables created within GC.
For example, map the Email field within Tickets to the Email block in GC, map Phone with the Phone field, map Subject with the Issue Type, and map Description with the Describe issue text block

18. Click Save to save the mapping variables
19. In the Output variable mapping, click on the gear icon, map the ticket related information which you would like to share with the customers within the GC.

Preview and Publish
20. Once all blocks are added, click on Preview to view the flow and ensure it works based on your requirements.
21. Save your changes, and click Publish. Your Guided Conversation is ready to use!

Note: Some blocks are being developed for Instant Messaging (IM) channels and will appear faded out if you choose IM channels.
Create A GC Widget
i. Go to Setup(S) >> Self Service >> Guided Conversations >> GC widgets.
ii. Click on Create GC widget. Give a Name and Description.
iii. Choose the Channels. click on the drop-down arrow under Associate flows >> Add Flow >> select the Published GC.
iv. Click Associate. under Access Permissions, select users based on your preferences.
v. Enter your preferred welcome message that you would like to appear on your GC widget.
vi. Enter End Options based on your preferences.
vii. Click Save to save your GC widget.
ASAP Widget
Go to Setup (S) >> Self-Service >> ASAP >> Create New Widget.
a. Enter a Name, enable the widget launcher to show the widget on your website.
b. Associate the help widget with required departments.
c. Choose the required modules to associate with the widget.
d. Once you are done, click on Generate.
Embed GC
You can obtain the embed code to integrate the widget into your website or Help Center, as well as the organization ID for iOS and Android SDKs.
i. Go to Setup (S) >> Self-Service >> ASAP.
ii. Hover over the created ASAP widget; click on Embeddable Code.
iii. Copy the web embed code for use on your website or Help Center.
iv. Use the iOS ID for iOS SDK and the Android ID for Android SDK.
That’s it—your Guided Conversation is now live and ready to assist your customers!
Pro Tip
Guided Conversations can be tailored to suit a variety of scenarios, from managing customer inquiries to streamlining ticketing operations. Enhance the customer experience by customizing, editing, or updating workflows to meet their needs effortlessly.
Here’s to a fantastic start to the New Year! Wishing you success and seamless experiences ahead: Happy New Year from the Zoho Desk Team! 🎉

Recent Topics
Group mail for external email addresses
Hello, I was just wondering if the Group mail feature works with external email addresses - e.g. gmail.com or a completely different domain? it seems only internal addresses (hosted with Zoho) receive the mail. Thanks, Oliver
The email address you have entered belongs to a different deployment/region.
Hi, I am trying to create the user - mprust@crombiecomputers.co.uk but keep getting the message below - The email address you have entered belongs to a different deployment/region. Please contact support@zohoaccounts.com for assistance. Look forward
Use Zoho Flow Credits for CRM ‘Actions by Zoho Flow’
Hello Team, We would like to submit a feature request regarding credit usage for “Actions by Zoho Flow” in Zoho CRM. Use Case: We are Zoho One users and actively use Zoho Flow, where our organization has 52,000 Flow tasks per month. In Zoho CRM, we use
Alert if a field is ticked.
Hi There, We have two modules named Opportunities (Deals) and End Users (CustomModule1), as per the image below. Within Opportunities, we have a lookup field that looks up from the End Users Module. We are looking to get an alert either via email or another
Zoho CRM Analytics - Allow To Reorder Dashboards
I would like to suggest that you add the ability to reorder dashboards in the Analytics Module. I can see that this has been requested some time ago, the latest 9 years ago. I am not sure if this is a big or small endeavor, but such a small fix can go
Sending a Template to Sign
hi, trying to send a template to be signed using this as a test: $accessToken = "1000.xxx" $templateId = "1234" $uri = "https://sign.zoho.eu/api/v1/templates/$templateId/createdocument" $payload = @{ templates = @( @{ template_id = $templateId request_name
Adding Choices in a Sub-Form Dropdown
Hi, Has anybody tried Adding Choices to a Dropdown in a Zoho Creator Sub-Form programmatically? My Deluge code adds rows to a subform with 2 fields A and B. A - text field. B - dropdown. My Deluge script adds the row and displays A successfully. For the
Zoho CRM Email Templates 100% Width No Background How?
Hi, On the Zoho CRM Email Templates in setup > customization > templates > new templates > I choose blank template, but still it puts in a gray background and a max width for the email. I just want to make an email that looks like an email I would send from gmail that has no background or max width. How do you do this?
Checking client unsubscribe details
Hi team, Can you please let me know where we can check if a client has unsubscribed, along with the date and time it was done? If this information is not available at our end, please help confirm the unsubscribe date for the below email ID from the backend:
Cancel zoho one only want to keep zoho vault
Hello, I would like to cancel my Zoho One subscription and continue using only Zoho Vault. Please ensure that all existing data in Zoho Vault remains intact and is not removed. This month will be my final month under the Zoho One subscription. Thank
Scan and Fill CRM Lookup Field
Not sure if there is a reason why this isn't possible or if I'm just missing it. But I would like to be able to use the scan and fill feature on the mobile app to prefill the CRM lookup field and fetch the rest of the data in the form.
Customer Management: #2 Organize Customers to Enhance Efficiency
When Ankit started his digital services firm, things felt simple. A client would call, ask for a website or a one-time consultation, Ankit would send an invoice, get paid, and move on. "Just one client, one invoice. Easy.", he thought. Fast forward a
Zoho Mail and Zoho Flow integration to automatically create ToDo tasks from outbound emails
How do i setup Zoho Mail and Zoho Flow integration to automatically create ToDo tasks from outbound emails
Attachments between Zoho and Clickup, using Flow.
Olá suporte Flow, tudo bem ? Estamos usando o flow para integrar Zoho Desk com o clickup. Não localizamos a opção de integrar anexos entre do zoho Desk para o clickup. Gostaríamos de saber se migrando para o plano pago, teremos suporte para fazer a integração
Adding an Account on Zoho Mail Trigger in Zoho Flow
I'm trying to create a flow using the zoho mail trigger "Email Receive". My problem is that when I select this trigger, it only shows one account from the account dropdown. I'm planning to assign it on a different email. How can I add other email ad
Linnworks
Unless I am missing something, the Linnworks integration is very basic and limited. I have reached out to support but the first response was completely useless and trying to get a reply in a timely manner is very difficult. Surely I should be able to
Test data won't load
I am using a Flow to receive orders from WooCommerce and add them to a Zoho Creator app. I recently received an order which failed, and when attempting to test the order I found that it just shows a loading animation and shows up in the history as "queued."
AddHour resets the time to 00:00:00 before adding the hour.
Based on the documentation here: https://www.zoho.com/deluge/help/functions/datetime/addhour.html Here's my custom function: string ConvertDateFormat(string inputDate) { // Extract only the date-time part (before the timezone) dateTimePart = inputDate.subString(0,19);
WhatsApp Link is not integrating
Hello, I am using zoho flow. when new row added in google sheet it sends email to respected person. In email body I have a text "Share via WhatsApp". behind this text I putted a link. But when the recipient receives email and wants to share my given info
Zoho flow - Webhook
If I choose an app as a trigger in Zoho Flow, is it still possible to add a webhook later in the same flow?
Zoho Flow + Bigin + Shopify
We are testing Zoho Flow for the first time and want to create a flow based in first purchases. When a client makes his first order, we're going to add the "primeiracompra" (first order) tag to his account in Shopify (it's not efficient, but that's the
Is it The Flow? Or is it me?
I want to do some basic level stuff, take two fields from a webhook, create a zsheet from a template using one field with date appended, create a folder using both fields as the name, and put the zsheet into that folder. I was going to elaborate - but
Having problem with data transferring from Google sheet to ZMA
When connecting Google sheet with Zoho marketing automation it is having the email as a mandatory field. Can I change it as non-mandatory field or is there any other way to trasnfer data from google sheet to ZMA. I have leads which we get from whatsapp,
Dropbox to Workdrive synchronisation
I want to get all the files and folders from Dropbox to Workdrive and each time a new file or folder is added in dropbox i want it to be available in Workdrive and wise versa. Sync Updates to Files Trigger: "File updated" (Dropbox). Action: "Upload file"
Microsoft Planner Task to Service Desk Plus Request - error n4001
Hi there. I'm trying to create a flow that will create a new request in ServiceDesk Plus when a new task is created in Microsoft Planner. I have succesfully connected both Planner and ServiceDesk Plus, and have configured the 'create request' section
Trailing Space in "Date and time scheduled "
I am trying to use the Zoho Projects - Create event action in a flow. It is failing with the output error as: "Action did not execute successfully due to an unknown error. Contact support for more details." The input is: { "Duration - Minutes": 30, "Project":
Project name by deal name; project creation via flow
Hello, I want to create a project in zoho projects using flow by a trigger at the crm. My trigger is the update of a deal (stage). The project name should be the account name/ deal name. But I dont find the solution to it. Can you please give me the answer
Slack / Zoho Flow; Repl
I am trying to add a comment in a zoho ticket when someone reply's to a message in a thread. The Message posted to public channel trigger doesn't seem to pick up thread messages. I also cannot use the thread_ts field as it doesn't seem to pull that in.
Get Holiday ready with Zoho Mail's Templates
As the holiday season approaches, it’s time to step away from work and unwind. You may not be able to respond to every email or send individual messages to wish everyone holidays greetings—but It is still important to stay connected. How do you send thoughtful
Customize folder permissions in a Team Folder in a Team Folder via zoho Flow
HI All, on the nth level folder of a team folder I would like to Customize folder permissions when it's created in the flow of Creating folders. That last level I only want to grant access to a specific group, goup ID 201XXXXXXXX. Can you help with a
Associating a Candidate to a Job Listing
Hello, I am trying to use Zoho Forms embedded on my website for candidates to apply for a job opening. I want the form then to tie directly with zoho recruit and have the candidate be automatically inputed into Recruit as well as associated with the specific
Automate reminder emails for events
Hi team, I am trying to automate send event reminders via zoho campaign to my attendees 1 day prior to my scheduled events. I used zoho flow, autoresponder in zoho campaign, as well as I used workflow and automation - but none of these methods are working.
Update related module entry Zoho Flow not working with custom module ?
Hi everyone. I am facing an issue here on Zoho Flow. Basically what I am doing is checking when a module entry is being filled in with an Event ID. Event is a custom module that I created. If the field is being filled in I fetch the contact with its ID
How to disable time log on / time log off
Hi We use zoho people just to manage our HR Collaborators. We don't need that each persona check in and out the time tracker. How to disable from the screen that ?
Zoho Flow - Add to Google Calendar from trigger in Zoho Creator App
Hello! New to Zoho Flow, but I believe I have everything setup the way it should be however getting an error saying "Google Calendar says "Bad Request". Any idea where I should start looking? Essentially some background: Zoho Creator app has a trigger
Email authentication
أريد التحقق من البريد الإلكتروني
What’s New in Zoho Analytics – December 2025
December is a special time of the year to celebrate progress, reflect on what we have achieved, and prepare for what’s ahead! As we wrap up the year, this month’s updates focus on refining experiences, strengthening analytics workflows, and setting the
Marketing Tip #12: Earn trust with payment badges and clear policies
Online shoppers want to know they can trust your store. Displaying trust signals such as SSL-secure payment badges, return and refund policies, and verified reviews shows visitors that your store is reliable. These visual cues can turn hesitation into
The improved portal experience: Introducing the template view for inventory modules, enhanced configurations, and PDF export support
Availability: Open for all DCs. Editions: All Hello everyone, You can now achieve a seamless, brand-aligned portal experience with our enhanced configuration options and the new template view for inventory modules. Your clients will now be able to view
Zoho Analytics Bulk Api Import json Data
HI, I’m trying to bulk-update rows in Zoho Analytics, and below are the request and response details. I’d like to understand the required parameters for constructing a bulk API request to import or update data in a table using Deluge. Any guidance on
Next Page