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
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
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
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
Connection https://desk.zoho.com/api/v1
Hello, I follow the example of https://github.com/thisvijay/zohodesk_api_samples/blob/on_progress/PHP/ticketDetails.php I have an error : {"errorCode": "UNAUTHORIZED", "message": "You are not authenticated to perform this operation."} I'm using the IDOrg
How to fetch all the ticket ids from a Custom View
Hi All, I am trying to write a custom function where I can fetch all the ticket Ids from a view and update the data inside it using a custom function. I couldn't find any API call to achieve the same. Please help me with that. Regards, Sharath
Create Ticket from a form
Hello, I'm developer for small apps on Mobile and Desktop. Currently i'm trying to integrate as support Zoho Desk. Everything works well with mail support. I'm looking for a solution for the Desktop App in order to create a ticket when the user completes
Dynamic whitelisted domains for Zohodesk
I am creating an extension for Zohodesk. In that, I need to add dynamic whitelisted domains. But unfortunately, I couldn't make it. So kindly do the needful.
Creating Contacts for Tickets
Hello,I'm trying to find a workflow for creating new customer tickets using just their email addresses. I was able to do so using curl commands, but ran into some issues concerning the contactId. This field is required for tickets, which means that I have to create a contact first. Also, I'm not sure why there is an email field in tickets in the first place. In order to create a new contact, there's the POST api/v1/contacts API. However, I found out that I can create multiple contacts with the same
False ticket creation
i created a ticket using API in my app under a contact with his contactID, and it was created under a different contact in my zoho desk, how is it possible?
Unable to bulk update tickets - INVALID_DATA /fieldName
Hi, I'm having issues trying to bulk-update tickets using the API. I'm trying to update the contact owning the records, therefore I'm trying to change the "contactId" value for a given list of tickets. Here's the request I sent and its body (values have
parent-child ticket API
Hi all, is there an API to connect tickets as parent-child? I wasn't able to find it in the docs. thanks!
Is there a script to remove/hide Department field from new ticket form and default to our default Department?
We have two departments that handle tickets. BatchMaster and Product Management. BatchMaster is the default and the only department where new tickets should be submitted. Tickets transferred to Product Management should be visible in Help Center but we
Can't create a ticket reply via API
Hi I've been checking this: https://desk.zoho.com/support/APIDocument.do#Threads#Threads_SendEmailReply Trying to figure out how to send a reply to a ticket, but I get a 500 Error whenever I try it: { "errorCode": "INTERNAL_SERVER_ERROR", "message": "An
Link Invoice/Estimate to Ticket
Hi, is there an API that can link a zoho invoice or estimate to a ticket? I have a number of custom processes that create an invoice and estimate for customers and I want to link them to a ticket so that they appear in the Invoice tab of zoho desk.
Error message when uploading a ticket attachment via custom function | Deluge | Workflow
Hello there, I would like to have the email attachments moved to the separate attachment section of the ticket when sending an email from a ticket or when receiving a customer email. For this I have created a custom function as seen below. This also works
Fetching Zoho desk tickets based on a department id through API
Hi, In my Zoho desk I have two departments . I want to fetch tickets for a particular department using Zoho desk is there any way for doing this.
Next Page