Spotlight #6 - Extract activities and identify the purpose of emails with Zia
Spotlight #6 - Extract activities and identify the purpose of emails with Zia
Welcome back to Zia for emails feature spotlight. In our previous post, we discussed the functionalities of Zia data enrichment for emails. This instalment covers the various other ways Zia for Email helps make day-to-day business processes, easier.
Are you individually going through every email to identify its purpose? Read up on this post, that discusses how Zia for emails can extract activities directly from emails, and help you identify their intent and sentiment, even before opening them.
Activity Extraction by Zia
Your CRM lets your admin assign records to the sales reps and has the option to create workflows to ensure that activities are created at higher levels. However, throughout a lead or contact's journey, and their interaction with the sales rep, several other activities are scheduled, including calls, meetings, or events. Zia helps us ensure that none of these activities fall through the cracks and to do so, automates it for us.
As an automobile manufacturer, you rely on emails to communicate with your potentials. Several of these emails contain relevant information about some activities to take it forward. Perhaps a call to discuss different services you offer or, an online meeting with the entire group at a particular time with particular requirements, or even scheduling an in-person meet with venue details and such. Adding these activity details manually can be time-consuming and might cause inadvertent errors while directly copying from the emails.
Rather than going through every email and then creating an activity - a task, a call, a meeting, Zia gives you the option of not having to do any of this at all. Zia scans the emails for information about an activity and suggests that you simply save it as one! If you find any of the details not to your preference, you can edit Zia's suggestion by adding or removing the task.
A major advantage of this feature is ensuring you tie up all ends. Zia activity extraction can be seen in the record's related list of an email and also, in the SalesSignal section.
Zia's email intent analysis
In any business organization, you get multiple emails and it is time-consuming to prioritize these emails based on their intent.
Rather than going through every single email that comes your way, and then deciding whether it's a request, query, complaint or email of another nature, Zia lets you automate this process. This saves you and your users the trouble of going through every email even if it is irrelevant to you.
Zia looks for keywords and uses them to highlight the intent of the email. The following intents will be displayed as labels on the top of the record.
Request
Query
Complaint
Others
This allows users who handle requests to access those emails that Zia has labelled to be a request, shaving time off their schedules.
Email sentiment analysis by Zia
Zia's email sentiment analysis tells us how our customers feel based on the email they've sent us even before we open it.
An organization receives hundreds of emails every day. But, the ones that have a negative tone usually require immediate attention over the others. And acting fast when it comes to an unhappy customer/prospect could mean losing or winning a sale. Going through your emails individually and working out which ones need timely attention won't work here. And, when you've got an unhappy customer, the least that can be done is to provide a timely response, and then some damage control.
Now, to identify the emails that need to be prioritized or require immediate attention, a representative has to leaf through the email content because the email's subject may not always give sufficient details about the purpose of the email.
Zia's sentiment analysis categorizes the incoming emails as Positive, Negative, or Neutral with the help of AI.
Positive Email Sentiment: emails that have a happy tone are categorized as positive.
Negative Email Sentiment: if the tone of the email shows unhappiness, it is categorized as negative.
Neutral: emails that have the characteristics of both positive and negative sentiment will be categorized as neutral.
Below is a snippet of an email showing Zia's intent and sentiment analysis in action.
Leveraging this feature, the salesperson can readily identify customers who are unhappy or complaining. This will lead to better customer service as one can prioritise writing back swiftly.
Dear Customers, Thanks a lot for choosing Zoho! Our applications are built to help achieve your day-to-day business goals. We are committed to engaging with you, to understand and develop solutions that enhance your productivity. We are happy and ready to help you use our services effectively. Understanding and avoiding fake support Just like using popular bank names and financial applications for phishing purposes, using Zoho and claiming to be providing Zoho Support or services with false numbers
Welcome back everyone! Last week, we learnt how to close all tasks of a deal depending upon the deal stage. This week, let's look at a custom function that lets you close all of the tasks associated with a lead while simultaneously creating a new task, like when you need to halt all progress towards a lead while the lead is not available at the moment but create a reminder task. Business scenario: The success of a company, in one way or another, is determined by the leads it gets. Each lead is just
<br> Your users across roles use the CRM for day-to-day tasks that are necessary. Whether they perform their tasks on time, the right way, or at all depends on a lot of factors, including User Experience. Many businesses struggle with rigid layouts,
Hello Zoho Community! Start your year with fresh insights into Zoho CRM’s latest updates and tools. Whether you're a CRM beginner or a experienced user, this meetup is crafted to help you optimise your processes and leverage new features. Explore practical
Hello everyone! What sets you apart as a sales person is your ability to add that personal touch to your business relationship with your customers. Sending a gift on a special day, or leaving a note wishing them on their birthdays, are small, yet significant actions that show your customers that you care. And these are actions done without any expectations :) You must be engaging with a lot of customers and it is highly unlikely that they all are your friends on Facebook or some social channel,
What if your bot could tell the difference? Between a visitor who just needs a quick answer, someone actively comparing options, and a frustrated customer one click away from leaving? Most bots can't. They deliver the same response to everyone, missing
Hello everyone! Have you ever wanted to trigger actions on click of a canvas button, icon, or text mandatory forms in Create/Edit and Clone Pages? Have you ever wanted to control how elements behave on the new Canvas Record Forms? This can be achieved
Hello Team, I am trying to create embed code for a resource using workdrive api in powershell, however facing some issues with injecting data in body. Followed Doc: https://workdrive.zoho.com/apidocs/v1/filefoldersharing/shareeveryone Please help, below
Is it possible to use validation rules for subforms? I tried the following code: entityMap = crmAPIRequest.toMap().get("record"); sum = 0; direct_billing = entityMap.get("direct_billing_details"); response = Map(); for each i in direct_billing { if(i.get("type")
i was trying to add the contact role to a specific deal contact but repeatedly i am getting this error: { "code": "SUCCESS", "details": { "statusMessage": { "code": "INVALID_DATA", "details": { "expected_data_type": "jsonobject" }, "message": "body",
Hey Biginners, Hope you’re doing great! As we approach the end of 2025, we truly hope Bigin has been a part of helping you build your dream business this year! We've been busy working behind the scenes to bring you features that make running your business
Running an online business is more than just having a website. It’s about getting the right customers to discover you, trust you, and keep coming back. To support your growth journey, we’re launching a weekly Marketing Tips series right here on Zoho Commerce
Are you making the most of your subforms in Zoho CRM? Do you wish you could automate subform interactions and enhance user experience effortlessly? What if you had Client APIs and events specifically designed for subforms? We are thrilled to introduce
Here's the call to move a file to trash. The resource_id is accurate and the file is present. header = Map(); header.put("Accept","application/vnd.api+json"); data = Map(); data_param1 = Map(); att_param1 = Map(); att_param1.put("status",51); data_param1.put("attributes",att_param1);
We are having problems converting a Sales Order to an Invoice via API Call. The cause of the issue is, that the Tax value in a Sales Order is sometimes calculated with up to 16 decimal places (e.g. 0.8730000000000001). The max decimal places allowed in
Hi, I see that the example pages load always one of our related lists in a custom template, but I dont know how to work with that: 1) How can i make my own custom templates for related lists? 2) Where and how can i check out existing custom templates?
Heya! It's Kaizen time again, folks! This week, we aim to address common queries about Zoho CRM Widgets through frequently asked questions from our developer forum. Take a quick glance at these FAQs and learn from your peers' inquiries. 1. Where can I
"How can I open a Microsoft Word (.doc or .docx) file in Zoho Writer if I only have the file saved on my computer and Zoho Writer doesn't appear as an option when I try 'Open with'? Is there a way to directly open the .doc file in Zoho Writer?"
Hello, I have formed chat groups in arattai. I want to invite my friends on other social media platforms like WhatsApp/ FB to one of my groups. Different friends would be invited to different groups. How to share an invite link of one of my groups to
Hello, Is there any way of backing up the photos on my android phone directly to a specific folder on Workdrive? Assuming i have the workdrive app installed on the phone in question. Emma
Hi Zoho team Where can I access desktop version of zoho sheets? It is important as web version is slow and requires one to be online all the time to do even basic work. If it is available, please guide me to the same.
L’équipe de Zoho France reçoit régulièrement des questions sur la conformité de ses applications de finances (Zoho Books/ Zoho Invoice) pour le marché français. Voici quelques points pour clarifier la question : Zoho Books est un logiciel de comptabilité
Hi there, We are using Zoho Flow to create sales orders automatically when a deal is won in Zoho CRM. However, the sales order requires "Product Details" to be passed in "jsonobject", and is resulting in this error: Zoho CRM says "Invalid input for invalid
currently there is only one Consultant in my Zoho Bookings like this I integrate Zoho Bookings into Zoho SalesIQ to create a chatbot. Unfortunately, even though I only have one consultant for a consultation, the user have to pick the consultant. It will
When I give my appointments a 30 minutes time I would expect the software not to even show the End Time. But it actually makes the user pick an End Time. Did I just miss a setting?
How can I change the message that users see after they submit the booking form? I have to confirm some details before their appointment is officially "confirmed", so I want to change it where it doesn't say their appointment is "confirmed" but rather
Hi Team, I’ve set up two Workspaces to track meetings from different sources. So far, this has been working well, and the two Workspaces are differentiated without any issues. However, when I navigate to Consultations and share the link to my personal
I am trying to add a scheduled action with ZDesk using a Deluge function that sends a weekly email to specific ticket client contacts I've already verified the email address for use in ZDesk, but sendmail won't allow it in its "from:" clause. I've attached
Is there any addin support available in zoho sheet as like google marketplace to enhance productivity by connecting with other apps, providing AI data analysis, streamlining business processes, and more?
My current company is Company A LLC with a dba ("doing business as" - essentially an alias) Product Name B. Basically, Company A is the legal entity and Product Name B is what customers see, but it's all one business right now. We currently have a Zoho
Hi. I am newbie to Linux / Ubuntu. I downloaded a tar.gz file from Workdrive for installing the Workdrive Desktop Sync tool. Can someone give me step by step guide on how to install this on Ubuntu? I am using Ubuntu 19.04. Regards Senthil
Hi brainstrust, We have a Zoho CRM field which is a Muti Line (Small) field. It has data in it that has a carriage return after each line: When I pull that data in via Deluge, it displays as: I'm hoping a way I can change it from: Freehand : ENABLED Chenille