Ask questions, share tips, and discuss best practices with community peers.
Recently active
We utilize a messaging AI Agent with business hours as 7AM-4PM. Within the AI's configured “Answers” we have a condition at the top to flow to a set of answers depending on what time the chat was initiated. During open, most chats end up being routed to a ticket. I'm running into an issue where chats are being initiated at 3:59PM for example but the user doesn't make it to the step in the flow to create a ticket until 4:02PM at which point our support staff is gone for the day. Support has confirmed that the AI Agent doesn't have a way to natively be aware of the business hours status changing mid-chat. If the Answers flow builder allowed me to do something like “route to step *" or “Restart Answers”, I'd be able to insert a business hours check before our ticket creation step and route these back to the beginning to be handled by our main business hours condition. Does anyone have a suggestion for working around this issue?
I built a simple report to track the number of times each month that 5 specific customers submit Zendesk tickets. I believe that if one of these customers was to submit zero tickets, then this customer would not show on the report. How can I design my report to ensure that if, for example, Customer E was to submit zero tickets in a month they would not be excluded from this report and would instead listed with a value of zero?
Hello Community, I'm facing a strange issue with a custom script located in my script.js file in the Zendesk Guide theme.When I load an article page, my script initializes and works perfectly. However, if I stay on that same page for a while, the script's functionality suddenly stops working. This can happen when navigating to another article and back again but not always the case. It appears to happen after a short period of time, or possibly after some other element loads onto the page. It feels as if the event listeners my script created have been detached or that the DOM elements they were attached to have been altered. I'm using the browser's Sources panel to verify whether the script.js file is actually included when the page loads. My question is:What could cause a script's functionality to "disappear" like this on a single page? Could it be another component loading asynchronously (like a widget, cookie banner, or the comments section) and altering the DOM? Is th
Good day! Has anyone with a non-zendesk knowlegde base portal implemented the AI Agent for Messaging bot on their product / platform? I am curious to find out:CONSIDERATIONS: Your organization has a web based product + a 3rd party Help / Knowledge Base platform + the bot being installed on the product. Your observations leading to the Go-Live Has volume increased after implementing the bot on your product / platform? Are users bypassing the knowledge base to create tickets with your support team? Have you seen this as a temporary phase and does the volume continue to rise (OR) has this normalised to pre-bot period?
Hi! In the Help Center, is there a way to move the comment section in the article page to the sidebar, so the viewers don't have to scroll down to leave a comment?
Hello,I'm hoping someone can help walk me through if the following scenario for an integration is possible. Essentially, I'm wanting to create an integration (I believe a webhook) with Discord, where if I add the tag “Escalate” and put the ticket on hold, it will get sent to a specific Discord Server and channel and create a Discord Thread with at least the most recent public reply. I want people to be able to discuss freely in the thread, but have the option to post a private note in the Zendesk ticket by using a command, something like "!reply" in Discord. If the above scenario is possible, I would have one other similar scenario I’d like to explore involving the same process but also incorporating a Zendesk custom field to determine which Discord channel to send the ticket info to, instead of a tag.
You can add sorting to your HTML tables in guide using the Jquery TableSorter plug-in. Although this script includes many options and customizations, only basic sorting is described below for simplicity. I used the download and documentation provided on the following site: Sorting Tables with Tablesorter. There are many other resources as well. Review the documentation and download the tablesorter-master.zip. Now you can modify your Help Center. First, edit your theme and add the following plug-in assets: jquery.tablesorter.js theme.blue.css (or whatever theme you choose) To learn how to add assets, see Using your own theme assets. Next you need to instruct Zendesk to use the tablesorter plug-in for all of your tables. Edit your theme. Open the template document_head.hbs. Under your stylesheet links, add the following lines, and save. <script src="{{asset 'jquery.tablesorter.js'}}"></script><link rel="stylesheet
We're currently using On-Hold Time as our main metric when it comes to measuring how fast our internal teams are responding. Currently, the On-Hold Time metric counts the cumulative time a ticket has spent in the On-Hold status. We want to obtain the average difference in the intervals of the responses from our internal teams (through agent comments (either public or private)). How can we do this? Thank you for your support!
I've searched for this and found some similar threads, but I can't quite find what I'm looking for. We have a submit a request form for customers who can't find the answer to their questions. At the moment it's just a form of fields without any introduction text - which would be very handy to set the scene of what our support function can/can't help with. Is there a way of adding some wording/links below the "Submit a request" header, and before the form fields? Thanks
Can Guide articles be marked as "favorites"? Some of my agents would like quick access to the articles they use most.
for a url ${baseUrl}/users/${user.id}.json where baseUrl = ‘https://{subdomain}.zendesk.com/api/v1’I was able to run PUT request on Postman to edit custom field in the data with ease.The authentication method I used was [Basic Auth]username: {email}/tokenpassword: API token I generated And yet, for a bulk update over the json data, (user list) using either of the script I am getting 401 error1. pm.sendRequest({ url: `${baseUrl}/users.json`, method: 'GET', header: { 'Content-Type': 'application/json', 'Authorization': pm.environment.get('auth') }2. ----the rest same---- header: { 'Content-Type': 'application/json', 'Authorization': pm.request.headers.get('Authorization') }Does anyone have advise? Thank you
Hi! I need to know how to hide a form from the 'submit a request' page drop down option, we don't want customers able to select it from the list (we are currently doing a trial by sending them a hyperlink to it through email contact). Customers are not required to sign in to submit a form so we can't use the option of hiding dependant on organisation (saw an article recommending this). Does anyone know how I can do this please? Newbie coder here so not sure how to go around doing this!
I hope I chose the correct topic: Regarding creating Tickets from email. I am using two tags in my emails to Zendesk #assignee and #status The #status tag is working well. I read on the support site that the #assignee should assign the ticket to proper owner. (it is always myself and i am listed as a technician) The email is spelled correctly. I would like to figure out why it's not putting me (the sender) as the Assignee.
I've been asked to create an escalation workflow to send a critical alert notification to our IT Team. I will be looking for certain keywords like “Network error”, “not working”, etc. I've got that part. I need to identify these issue types repeated during a certain time period. If these conditions are met, I would execute a notification sending a message to our IT Team. For example if we receive 10 network errors within an hour, I would send the notification to IT. My challenge is how to keep track of these occurrences with specific thresholds and believe that I would execute an automation since it is time-based. Any recommendations on how to have a counter to see if these conditions exists, if so take the appropriate action. If not, reset the counter back to zero. I've been analyzing on the best practice how to approach this workflow. Any help would be greatly appreciated. Thank you!
We are looking at our reopen % in hopes of decreasing it. To do this, we want to look at the individual agents and their own reopen %. In the tickets dataset, it attributes the reopened ticket to the person currently assigned. However, if the ticket reopened and another agent picked it up, this doesn't allow us to accurately see who solved the ticket first (and in theory, caused the reopen). Is there a more accurate way to look at reopened tickets based on who was assigned when it was reopened?
I thought this one would be super obvious, but I can't seem to find an appropriate trigger from the drop down. Use case: whenever an existing ticket is updated with a new message from the requester (not from any of the agents) it triggers a Slack message into a channel to notify an agent that they should check the new response in Zendesk. What I've tried so far: Assignee | is | [agent's name]Ticket status | Changed to | OpenUpdated via | is | Web formUpdated via | is | Email But this does not work. Also, it doesn't matter if the customer updates the ticket via email or any other method, I just want the update itself to be the trigger.Any ideas?
Hello Zendesk Community, I have been trying to get a metric that will show me how many Open tickets we had at the start of the day (8am) and how many were Open at the end of the day (11pm). Is this possible with the ‘Support - Tickets’ or ‘Support - Updates history’ datasets? Thank you!
Hello everyone, I'm new on Zendesk and I want to "format" the description shown to end users. This is what I have : This is the format I want : I don't know if it's clear but I want a line break between each parts. Tell me if you need more informations and have a good week-end Regards, Loïc Bouvet
Hello, we create users through an api call when they sign up for our service, but when a user wants to visit the portal they have to use the “forgot password” to setup a password, I would like to send them a 1 time password to initially log into the portal, then they have to reset their password when they log in, is that possible using the set password api? or does it just allow them to continue to use the password?
Hi! In legacy chat mobile SDKs we had a logic that checks if there is an active chat with the user (in order not to block the app by timeout, what we usually do). We used the below code: chat.providers()?.chatProvider()?.chatState?.isChatting == true How should it look like in Messaging? We can not find relevant documentation
Hello everyone,I'm currently trying to update the user profiles in Zendesk using the Zendesk Messaging Widget authentication and need some assistance.I've created custom fields named "ZipCode" and "BirthDate" in the Zendesk portal. Additionally, I've included these fields in the authentication JWT token. Despite these efforts, the custom fields have not been updated in the Zendesk portal as expected.Could anyone provide guidance or suggest any workarounds to resolve this issue? Your insights would be greatly appreciated. Thank you!
As an admin, I would like to require fields when agents are submitting tickets that match when an end user submits the same ticket. ie. If required for end users to submit a ticket then they should be required for an agent to submit the ticket. How do I enforce required fields when agents submit tickets? I recently had an agent test a form and they used their agent email to do so. When testing as an anonymous user all required fields threw errors when they were not selected as expected. The field requirement is at the field level, there are no conditions to override the requirement. When they put their email in the email field using an incognito window (they weren't logged in) they were able to submit the form without completing any fields beside the description field. I have been able to replicate the error for both agents and light agents. To some extent this may be a corner case when it comes to external forms. However, when it comes to internal forms this
In order to prevent customer from submitting tickets to your support after they have churned , ZD suggested this KB article https://support.zendesk.com/hc/en-us/articles/4408886840986-Setting-your-allowlist-and-blocklist-to-control-email-support-requests.One of the stakeholder had question that the manual blocklist might not be scalable and what if we have hundreds of domain to the blacklisted , are there any automations ZD can suggest to handle this query. Thanks
I'm trying to update a custom field value via the API. I'm using a PUT request to /api/v2/tickets/<ticketID>.json I'm getting a validation error as follows:{ "error": "RecordInvalid", "description": "Record validation errors", "details": { "base": [ { "description": "Incident vs. Service Request: needed", "error": null, "ticket_field_id": 21621964218653, "ticket_field_type": "FieldTagger" } ] } } The “Incident vs. Service Request” field is not the field I'm updating. I assume there some is configuration that is making this field required when updating a ticket, although I can't figure out what that config might be? The field has “Required to solve a ticket” enabled, but I'm not trying to solve a ticket, and there are other fields with this setting which don't cause the same problem. Can anyone help me out? Thanks.
Hi, I'm using Zendesk Professional. We are in the process of changing products and want to develop new sections and articles before rollout. I know I can create draft articles in existing sections of the knowledge base but can I create a draft section and not have it visible to the public?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.