WFH Tip 20: How can you tweak the Zobot codes according to your requirements?
Greetings from Zoho SalesIQ!
As all of you know, Zoho SalesIQ has a wide range of code snippets and Sample Scripts that you can use as references when you start building a Zobot. These code structures have numerous possibilities in store for you. All you have to do is copy-paste the sample code from the respective section and make changes according to your requirements.
Say, you own an online clothing store and are trying to set up a Zobot to assist your website visitors. You want the Zobot to start off with a welcome message and then ask your visitors what they need help with.
Here's a sample code that you can start working with. This code snippet is from the E-Commerce Zobot Sample Script. This was designed to support any e-commerce store in general. You can make this code more specific in a few simple steps to fit your online clothing store needs.
Sample Code:
- response = Map();
- response.put("action", "reply");
- response.put("replies", {
- {
- "text": "Hey! Welcome to my store! Ahh..well I own it when my human friends aren't around. So tell me, what brings you here?"
- }
- });
- options = {
- "Great deals of the day",
- "Need any help with purchasing?",
- "Have a query?",
- "Just browsing"
- };
- response.put("suggestions", options);
- return response;
Tweaked Code:
- response = Map();
- response.put("action", "reply");
- response.put("replies", {
- {
- "text": "Hey there! Welcome to Zylker Clothing! What are you looking for today?"
- }
- });
- options = {
- "Summer Clothing",
- "Winter Clothing",
- "Women's Clothes",
- "Men's Clothes"
- };
- response.put("suggestions", options);
- return response;
That's how easy it is to alter the Zobot code to fit your business needs! So, start building your own Zobot right away!
If you have any specific requirement, please feel free to leave your comments below. We'll share our ideas to help you tweak the bots available in our sample scripts according to your requirement.
Regards,
Michelle
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Sticky Posts
Qualify Potential Leads Automatically with SalesIQ Chatbots
Your website may have a lot of visitors every day, but are you struggling to identify your potential leads? You may not know who your ideal leads are just by looking at a website visitor, right? To qualify a lead, you need to know their needs, interests,
OpenAI Alert! Plug Sample #11 - Next-generation chatbots, Zobot + ChatGPT Assistant
Hi Everyone! We have great news for all AI enthusiasts and ChatGPT users! The much anticipated Zobot integration with ChatGPT Assistant is now available with Plugs. OpenAI has introduced 'ChatGPT Assistants' to customize GPT models as per your requirement.
Get live insights on business performance with the SalesIQ TV App - Now available for Apple and Android TVs!
Hello everyone! Let's start with a question - What do you think is the key to a thriving business? Yes, I hear you. It's all about the customers. Success in business often starts with understanding customer needs. But wouldn't you agree that achieving
Deprecation of Google Drive and Sheets connections in Scripts (Deluge)
Hello Everyone, We have an important update for those using the Script (Deluge) platform to build chatbots, widgets, and forms. Google has alerted us about sensitive scopes within the Google Drive and Google Sheets default connections in Deluge. As a
Plug Sample #10 - Simplify Ticket Management (Zoho Desk) with Chatbots
Hi everyone! We're here with another simple yet effective plug for your chatbot to integrate with Zoho Desk. When a customer reports an issue/request during chat, it's logged as a ticket on Desk. When they return for updates, you end up searching through
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Zoho Orchestly Resources
Zoho Creator Resources
Zoho WorkDrive Resources
Zoho Campaigns Resources
Zoho CRM Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.