ASAP API Hide name and email in chat tab when user logged-in
through the following code I can prefill name and email. I'd like to know how to hide these fields, because I don't want my user to change them and pretend others. window.ZohoHCAsapSettings.zohoChatSettings = { salesIQOptions: { email: iam.user.email,
ASAP API detect users' actions
I'd like to know when user click on add tick button, so I can prefill/clear subject and description in the form. Or notify me when user submit a ticket, so I can clear these fields When a user click on report bug on my web app, I will open asap add ticket
Error thrown when change language through ASAP API
Following is a codepen to reproduce it: https://codepen.io/uchihayuki/pen/vYKwmJE?editors=1111 Click either on Chinese or English, an error will be thrown, then the Asap widget disappeared... when I run it in chrome locally, console shows: react.vendor.1aa51f24d953e4b80e95_.js:25
Create a ticket alarm
Hello there; System registered cases 1- I want to get an alert about recordings that have been called but have not been answered. 2 - I want to get alerts about calls that are open for X days What method should be followed for this?
Reminder - Deprecating Support for Authtokens
Dear Zoho Desk API users, We would like to remind you that we're discontinuing support for authtokens from our APIs. As mentioned earlier in this post, after the 30th of November, 2020, you won't be able to generate new authtokens. Further, any authtokens
Re-ordering actions from within workflows
We have a workflow that runs a custom function and then sends an alert via email. There is data in the email alert that is dependent on the custom function running first. How do we tell the workflow which action to complete first?
[Telephony] Is it possible to use ZohoDesk_CTI_Adapter_for_Elastix_1_6 for 3cx?
referece https://help.zoho.com/portal/en/kb/desk/for-administrators/telephony-integration/on-premise/articles/integrating-asterisk-and-elastix-telephony-systems-in-zoho-desk#create-group
AssigneeId field is ignored by the API
I'm trying to create a ticket using the API. I am using the assigneeId field to assign the ticket to an agent. The call is accepted but it looks like the assigneeId field is ignored and the ticket is assigned to my own agent account. What am I doing wrong
Problem about Zoho Desk Contact API
We can see from contact structure that it has a field called photoURL, but I don't know how I can provide this info. We can see from create contact api that there's no way we can provide this info, and I don't know how to provide it in the zoho desk
Help center header image can't adjust height.
Hi there, How can I change the height of the header image? I choose the Elegant theme, but the background image is too and narrow. I thought the images should be a larger one which is in the demo. I tried to change my browser, but still the same. Here
Contact name
Is it ok for different contacts share the same name? When I create a contact which has the same name with an existing contact in Zoho Desk website, it says "Duplicate Contacts with this name "X" already exist". But it still allow me to create it. On
No longer reciving email notifications
Hello, A few weeks ago I have stopped receiving email notifications from tickets like notification that I am assigned to a ticket or a comment has been posted. The only emails I seem to receive are if someone directly puts me in the To or CC field of
Where can I find the newest docs for ASAP API
The only docs I can find is https://www.zoho.com/desk/developers/asap/#validating-the-addon But I think it's not a complete version. I'd like to know: 1. How to open CHAT tab and prefill name and email. If the use is logged in I'd like to hide these fields
Need a placeholder for an alert email template for TicketID (the long one in the url)
I need a placeholder for the ticket id (the long one in the url). Can I write a custom function or extension or something to achieve this?
Can't show community tab in ASAP add-on
You can see that there are only 4 options.
Show a float number on the ASAP add-on icon to notify user that they have live chat or ticket reply
It will be very helpful for customers.
Is there a way for users to see and manipulate their history tickets with our support agents in ASAP.
As far as I know, I can only submit ticket from ASAP add-on. But I think it will be pretty convenient if my customers can view their ticket history and make changes in ASAP just as they can in help center as well.
Make Support rewarding for agents with Gamescope
Dealing with unhappy customers on a daily basis can take a toll on anyone. But, at end of the day, your front-line team is who your customers will interact with the most, especially when issues arise. Businesses like yours can't afford to have a tired
Oops! Your ticket could not be submitted. Please try again later.
When any user submits a ticket to HR they get this error: Oops! Your ticket could not be submitted. Please try again later. If I submit a ticket to any other department it works fine. Everything was working and I haven't changed anything recently. Any
Show contact custom field
Hello. I'm a Standard plan suscriber. I have created a custom field for Contacts, this field shows when I go to the Customers section and open said customer. Now I need that field to show in customer's help center profile. Is this posible to do? Thank
I found a way to restore the solutions from the recycle bin. But now my new solution is a sub-category of a previous category. I've deleted the article, yet it's still a sub category? Please help. Was
I found a way to restore the solutions from the recycle bin. But now my new solution is a sub-category of a previous category. I've deleted the article, yet it's still a sub category? Please help. Was on hold with the support number for an hour and then
Accidentally Deleted 9 previous solution articles when adding a new solution article in Knowledge Base
I went to add a new solution article and after I published it, all the previous articles in the categories were deleted. I don't see them. I need help ASAP as we have launched a new product and need these articles back.
Rating options
Hello, Can we add more options to rating options to become five options instead of three ? Thank you
Remove - Warning! Unverified Sender
How can i remove this error? We are using the help desk for our internal users only and want to remove this warning. Warning! Unverified Sender We could not verify that the email was actually from xxxxxx@zzzzzzz.com. Be cautious when opening any links/attachments,
Workflow Rule
I have a workflow rule that changes the tickets status when an agent replies to the ticket. This works good however i have found if the agent replies by email then the rule doesnt get kicked off. Is there a way around this?
scrap/ populate additional data
Is there a way to get some of the following data scrapped/populated into a ticket. From the users end/browser: * local date/time * browser user agent * public ip address
Remove "Submit a ticket" from the portal Home
Hi. I'm on the Standard plan. Can I remove the "submit a ticket" section at the bottom of the home page? i want customers to be able to see the KB, but oly if they want to submit a ticket, they need to login. Is this posible? Thank you.
Time Spent Placeholder in closure email notification
Hi, I'm wondering if there is a placeholder for TimeSpent field . It will be ideal if I can inform my customers, at the closure email, how much time an engineer spent on that ticket. Thanks in advance Christos
Enhancing the Customer portal in Zoho Desk
Hello, We would like to enhance the customer portal in Zoho Desk so that when a customer signs on he would see a dashboard of his companies tickets. The Dashboard would look a lot like the overview page that is viewable in Zoho Desk, see the attached
Access 'Ticket Number' (not ID) from Ticket object
As per here: https://www.zoho.com/desk/extensions/guide/#data-apis I can access the Ticket Object from the API ZOHODESK.get("ticket.id").then(function(response){ console.log(response); })) For example, I can access the TIcket ID using "ticket"."id" {status: "success", ticket.id: "11761000001055219"} status: "success" ticket.id: "11761000001055219" __proto__: Object What is not clear, is how I access the ticket number: #23222 My Support Ticket How can I access #23222 from within an extension using
New ticket can not be updated by function
Hi, I have a function which would change a field in a ticket. This works fine, when I execute the function on an existing ticket. But when I execute the function from a rule when a new ticket is created, the field will not be updated. I have verified,
Community login issues and email notifications not working properly
I'm not sure if this is the right area to post, but every time I try to login to the community here, I need to type my email address is full. Why not keep me logged in all the time? Also, emails with community post updates have a link for the post that
Problem sending email to domain dunkindonuts.co.id
Dear Zoho Team Good Evening, we got problem with our customer, our customer can't received from our email Sender : premiere_care@biznetnetworks2.zohodesk.com To : apri@dunkindonuts.co.id Cc : itnetwork@dunkindonuts.co.id Could you please check for this
Automated ticket updates listed as Private Comments
Hello. Is there a way to have automated private comments put on a ticket every time the ticket owner, ticket status or ticket category changes? It would be good to who did what to a ticket and the changes that occurred to a ticket. Perhaps this is already
User can't add an idea (topic)
Hello, I have a customer (user) who can't add ideas (topics) to our Community. She gets the notification: "Unable to process your request". What can I do to check what's going wrong? I don't have any problems adding ideas (topics). Kind regards, H
Sync information from ticket to contact
Is there a way to sync Ticket information (for example a custom field called "Segment") to the contact in Desk? The contact would have a similar custom field called "Segment". Thanks
Testing a trial for Enterprise edition
Hi, Currently we're using Zoho Desk with Professional Edition. However, I've seen some features that I consider really interesting due to new support processes we have for new clients. For example, I'd like to test Layout Rules and Validation Rules for
sort by subject
(Plan - Standard Zoho Desk) we have the following problem. We get tickets from a common mail ID for all our users. The user contact info is present in the subject (see example below). Many times, a single user raises multiple tickets. From Zoho desk,
Email template
Hello, Our helpdesk is working with internal and external employees. For this purpose we use 2 different emails. I want to set the automatic response "Acknowledge contact on receiving a new ticket" for these two emails: from Support email to be sent to
What's the purpose and usage scenario of the new ticket field "Language"?
We did notice that you did add a new system default field into the "Additional Information" section of the ticket layouts. It's a non-editable field. Could you please explain the purpose and usage scenarios of this field?
Next Page