API to get Spam Tickets.
Currently the result of Ticket Search API does not include spam tickets. Is there any params or filters need to be added for Ticket Search API to list spam tickets or Is there any another API that lists spam tickets? Please provide the API details.
Workflows/scripts/custom functions stopped working after deactivation of the admin user who created them
Hi there, one of our admins left the company, so I had to deactivate his user. Sadly, this results in chaos, because nearly all of the workflows, scripts and functions he created in Desk, Analytics and Flow stopped working. We changed the neccessary connections
Ticket not refreshing when comments added via custom function
I have a custom function in Zoho Desk that triggers on a field update workflow which is working well, however the ticket does not reliably refresh to show changes. In particular, I am adding a comment to the ticket thread to show important information
Desk REST API - tickets attachments SCOPE_MISMATCH error
Hi there, We are trying to add file attachment to Zoho Desk Tickets using /attachments REST API. We have created a token with scope Desk.tickets.ALL Was stated in your API documentation. When using this token, we are still getting { "errorCode": "SCOPE_MISMATCH",
ZOHO Desk : How to fetch the date and time of ticket status changed from Status A to B.
There is a requirement where we are writing a custom function to send an email notification to the client if no activity happened on the ticket since the 7th day or the 10th day after the status changed from A to B. For the same, I am writing a function
Zoho Desk Search API
Hello, I came across some issues on accessing the Zoho desk search API. I have my scope of Desk.tickets.ALL,Desk.search.READ, I get an error on query though i already generated an access token and used it in my Authorization Bearer. { "errorCode": "SCOPE_MISMATCH",
Has anyone built a ticket export that allows Help Center users to export the tickets shown in the My Area list they are looking at?
Hi, We are moving to Zoho Desk soon. Our current support system displays an option in our help center allowing customers to export their Open, Closed, or all tickets based on which list they are looking at. We need to offer the same in Zoho Desk help
Delete Ticket Comment API Can't Delete Other Agent Comments
I have a script to search for comments with a specific tag, then I want to delete that comment. It's a pretty basic script. My connection is using a generic "service account" to handle our functions, that account is a full admin and the connection has
Creating lead from e-mail content body in Zoho Desk
Hello! As we are collecting leads from different sources (including our website) that are transferred to specific e-mail address, we are experiencing problems with turning these e-mails into leads. All these e-mails containing lead information are creating
Search for fields with null values
Hi all, I'm writing a custom function in Desk. Part of this function must search for all tickets that are unassigned in a certain department. This is the part of the code: unassignedTicketSearchCriteria = Map(); unassignedTicketSearchCriteria.put("assigneeId",null);
Zoho desk webhook security
We are integrating webhooks to listen for all kinds of events on tickets. Wanted to understand how we can achieve that securely. How do we verify that the callback that we receive at our end actually generated from zoho? Is there any for of encrypti
POST product not working, getting same response as GET method
Hi, so I am using desk.zoho.in/api/v1/products to post a new product, with a json body in postman, but the method is not working, and the response I get is the all-products as we have from GET method i checked the method type and the payload curl -L 'desk.zoho.in/api/v1/products'
Unable to retrieve Ticket activities
I have the following scope, Desk.contacts.all,Desk.products.all,Desk.settings.all,Desk.basic.all,Desk.tickets.all,Desk.activities.calls.READ , Desk.activities.events.READ , Desk.activities.READ , Desk.activities.tasks.READ , Desk.calls.READ , Desk.tasks.READ
Zoho Deluge Help - Search Records on custom field value
I have created a function that searches for tasks on Zoho Desk based on a custom field. When executing the code, it fails with the following: {"errorCode":"UNPROCESSABLE_ENTITY","message":"Extra query parameter 'cf_ticket_scheduled_date' is present in
Custom Function to Update Ticket based on Subject of Ticket
This may be pretty simple but I'm having issues with getting a custom function to fill out custom fields based on the subject of a ticket and not the body of a ticket. Basically we need to fill in the PO number and Item ID custom fields, both of this
Not able to generate OAuth token. Says Invalid redirect Uri.
I have been trying to generate the oauth token to make an API Call for using my ticketing system remotely from 3rd party. I am following all the steps thoroughly but still not able to generate the oauth token. Firstly I made the Authorization Request
API Scope for Layouts?
I added several lookup fields in zoho desk that seem to exist in the modules but they aren't appearing under Modules & Fields. I assumed some of the functionality might be broken, so I wanted to investigate the layouts with the API. When accessing desk.zoho.com/api/v1/layouts?module=ticket
Merge Contacts API Error
I want to use the Zoho Desk API to merge duplicated contacts. I wrote the following Deluge function to do this: merge_contacts_api_payloads = List(); merge_contacts_api_payloads.insert({'ids':{'842454000000989001','842454000002232455'},'source':{'firstName':'842454000000989001','lastName':'842454000000989001','email':'842454000000989001','secondaryEmail':'842454000000989001','accountId':'842454000000989001','twitter':'842454000000989001','facebook':'842454000000989001','phone':'842454000000989001','mobile':'842454000000989001','type':'842454000000989001','title':'842454000000989001','street':'842454000000989001','city':'842454000000989001','state':'842454000000989001','zip':'842454000000989001','country':'842454000000989001','description':'842454000000989001'}});
How to get static reports via Desk API
Hello, we are hoping to use the Desk API to automatically export the default static reports in Zoho Desk, or reconstruct them via other API calls. What's the best way to do this? For example, if I want to recreate the Response Time static report via the
Add Tags to Execute On in Workflow Rule - Automation and in Argument as Custom function input
Hello, 1. We have a use case in which we need to trigger workflow automation when tag(s) are added to a ticket in Desk. So, we need the tag field to be added to the "Field Update" option under "Execute on" section of the workflow setup, 2. Add tag field
Add Comments to Tickets via Zoho Desk "Update record" Integration Task
Dear Zoho Desk Team, I'm writing to request a new feature for the Zoho Desk "Update record" Integration Task: the ability to directly add comments to tickets within the integration workflow. Current Challenge: Currently, adding comments to tickets within
The value passed for the 'orgId' parameter is invalid.
When i try to run get OrganizationFields API using invoke API i got this error { "errorCode": "UNPROCESSABLE_ENTITY", "message": "The value passed for the 'orgId' parameter is invalid." } Here is my API: https://desk.zoho.in/api/v1/invoke?orgId=849345046
Duplicate Ticket when send email.
Good Day, When reply made in new email and send to zoho desk with subject "[## ticketnumber ##] subject" it returns a new ticket in zoho desk, but when agent reply to the ticket even if it is a new email or reply with this subject format "[## ticketnumber ##] subject" it will be a new thread to a ticket which is what I want. I hope it will solve. Thanks.
Zoho Desk adding whitespace when updating agent email signature via API
Hi Zoho Desk team, I'm having a problem updating an agent email signature using the API (see endpoint). Zoho Desk is adding extra space in the header of the email signature. Note that the original HTML signature does not have these whitespaces. I'm using
Access-Control-Allow-Origin Problem
Hi there, I try to use create ticket and get tickets web services. I can get tickets of my specific users with these URLs without problem. https://desk.zoho.com/api/v1/contacts/search?email=:email https://desk.zoho.com/api/v1/contacts/:id/tickets But
OAuth token error
Hi, Im getting errors trying to generate OAuth token : curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: application/json' -d 'grant_type=client_credentials&scope=Desk.tickets.CREATE&client_id=1000.xxx&client_secret=xxx' 'https://accounts.zoho.eu/oauth/v2/token'
ZoHo Desk - Custom Function - Retrieving Latest Comment
Hello All, I currently have a custom function that searches the most recent thread within a ZoHo ticket for specific keywords. See below excerpt where latestThread is defined latestThread = invokeurl [ url :deskURL + "/api/v1/tickets/" + ticketId + "/latestThread?include=plainText"
UNAUTHORIZED Error when connecting with make.com (Integromat)
I'm getting this error when I'm trying to connect with the Zoho Desk Module in Make.com (Integromat). I have put the correct Orginisation ID from Zoho Desk > Settings> Developer Space > API > API Authentication. I am also using the correct Domain Extention
Desk API to List all tickets does not return resolution field or any custom fields
It brings back many fields but not resolution or custom fields. How do I access these fields via API? Regards, Glenn
PRTG monitoring to open tickets with Zoho Desk
Has anyone built an API that allows PRTG to open a ticket in Zoho when a sensor is down for a set amount of time? Thanks
API to get and set SLA on Account
Does anyone know if there is an API to get & set the SLA associated with an Account?
Check API Requests rate limit current usage
Hello, According to this table, the plans have these maximum number of daily API calls in zoho desk, Free 25000 requests per organization, per day Standard Edition 50000 requests per organization, per day Professional Edition 75000 requests per organization,
Attention: Modification to the Get Agent API
Dear Folks, We'd like to inform you about recent updates to the Get Agent API in Zoho Desk, prompted by security considerations. If you're currently using the APIs mentioned, please take note of the changes outlined below. Existing Behavior: Currently,
Tickets created by splitting a Ticket
Hello guys, I am struggling with a business requirement, which is to measure the number of Tickets created by splitting a Ticket. My purpose is to measure how many Tickets on a given day were created by splitting a Ticket. I am not interested in manually
Pulling a record in a custom contact field to a custom ticket field
Hello Everyone, I am trying to know on how do I pull information(in a custom field) from a contact so it automatically updates when I fill in a ticket using the contact name? Example: When I lookup an account: It auto populates the other fields such as
Calling a function within another function
Hello there, I have just found out that you can simply call up functions in other functions, regardless of the department. You can't create functions with the same name twice, even though you are in a different department. If you try it, you don't get
How can i fetch the all fields in GET /api/v1/tickets
Response dose not content all fields and also my custom fields which I want to fetch
Webhook not firing.
I created a webhook using the Web UI, it looks very nice and the testing worked without an issue, but when i save/ update a ticket, the webhook is not firing. Here are the details of the web-hook i get from using the API "modifiedTime": "2019-10-22T09:23:37.380Z", "subscriptions": { "Ticket_Update": { "includePrevState": true }, "Ticket_Add": null }, "createdBy": "394291000002210001", "isEnabled": true, "name": "Ticket", "createdTime": "2019-10-22T09:21:29.696Z", "description": "Ticket", "id": "394291000012035237",
zohodesk api create a ticket
Hello, How can i create a ticket via api without a contactId? but by using email?
API Per Minute Threshold
Hey, I recently was using the Zoho Desk API when I saw in testing that making the same type of API requests over short periods of time would cause that API route to start universally failing. Zoho Supports live chat was kind enough to confirm that there
Next Page