Error "UNPROCESSABLE_ENTITY" when I used zoho.desk.getRecords in Zoho Creator deluge Script
HI I have the following code in a function: q = Map(); q.put("accountName", "Test"); data = zoho.desk.getRecords(54xxx, "accounts",1,100,q, "deskConnection"); info data ; The account name "Test" exist in zoho desk but I have received the next error message
Zoho Desk integration on my App
Here is what we are planning to do 1. Give a UI on the app to create a ticket 2. Show the ticket status on the app 3. Show the comments by the agent on the app 4. Allow customer to respond to the agent comments 5. If ticket is closed, allow customer to
Missing a Create Thread API
Really frustrated that I can create a ticket through API but I cannot create, or add a thread through API (as far as I can see). I want to be able to mimic a complete EMAIL flow through API calls. Create a ticket through API. Add a thread which was originally
Major Change: Handling Time Zone Compatibility in Time Entry APIs
Dear Zoho Desk API users, We recently identified a compatibility issue related to time zone conversion in our time entry APIs. Here's a detailed breakdown of the issue and the change you need to make to resolve it. The Issue Our time entry APIs (GET
Desk API Bad request
I have a problem... im doing this call : curl -X GET https://desk.zoho.com/api/v1/tickets -H "orgId:701841XXX" -H "Authorization:Zoho-authtoken 96610365260fac105f279882e741fXXX" And i have a 9 Tickets... but ever its the same response: {"errorCode":"BAD_REQUEST","message":"Bad
Functional Change: Validating email IDs in Zoho Desk REST APIs
Dear Zoho Desk API users, As part of our continuous API enhancement efforts, we are introducing a bunch of validation rules for email IDs that are passed in our REST APIs. Until now, only basic validation of email IDs was being carried out in our APIs.
API Create Ticket - email validation
REQUEST: POST - https://desk.zoho.com/api/v1/tickets { "subject":"testing_email_validation", "contact":{ "email":"testing_symbol_!_@test.com" }, "departmentId":"550547000008403071" } RESPONSE: 422 {"errorCode":"INVALID_DATA","message":"The
Zoho desk POST /api/v1/tickets not returning response
I tried creating a ticket via the Zoho desk API, i got no response after the request was completed.
Critical Update - Authtokens in Zoho Desk REST APIs will Stop Working in a Week
Dear Zoho Desk API users, In the second half of 2020, we had decided to indefinitely deprecate the use of authtokens and instead use OAuth tokens for authenticating users. We had informed the developer community about this critical change and the need
is it possible to change language based on webpage language?
Hi is there a way to change the asap ticket form based on the language our webpage is in? Our webpage got 2 languages atm. so we would like asap to change accordingly. can only see a solution to change it to one other language? Best regards Michael
Desk API Errors all of a sudden
Hello, We have been using the Zoho Desk REST API for a while now. We've upgraded to OAuth already. We suddenly have started getting errors like this: {"errorCode":"INVALID_DATA","message":"The data is invalid due to validation restrictions","errors":
401 Unauthorized while trying to use https://desk.zoho.com/api
Hello, I'm really struggling to get this api working with postman and so far nothing works . Let me elaborate what i'm trying to do using the api . I have went over the documentation and it got very confused , i tried getting all tickets using the info
Final Reminder - Deprecating Support for Authtokens
Dear Zoho Desk API users, If you have been following this space, you would already know that we're discontinuing support for authtokens in our REST APIs. This is our final announcement on this subject. If you have already migrated from authtokens to
Pagination includes last thread when limit is greater than the number of threads
When querying ticket thread pages, I always get back the last result when the 'from' parameter is greater than the number of threads. For example, if I set from to 100 when querying a ticket with 5 threads, the response contains the 5th thread. I would
Deprecating Support for Authtokens
If you use Zoho Desk's Rest APIs, chances are that you're familiar with authtokens—a form of security token that authorizes third-party applications to access the user's (Zoho Desk) account. In the coming months, we will be deprecating support for authtokens indefinitely. This means that post November 30, 2020, we will not support the generation of new authtokens. Put simply, if your apps rely on authtoken authorization, they will be unable to fetch information from Zoho Desk beyond the EOL date.
How can I get all threads from the correspondence in the ticket (incoming threads would be cool) in my widget?
Hello, help me please =) In my widget, when I click on a button, I need to get certain data from an external server. The format and content of this data depends on the key expressions (like order numbers) in the incoming threads that the catomers leave.
GET /api/v1/tickets return err500 when sending fields parameter
When i call GET /api/v1/tickets and fill in the "fields" parameter, i get response code 500. When i remove the parameter, everything is fine. not working: GET /api/v1/tickets?from=1&limit=100&fields=contactId%2Cstatus&include=assignee working: GET
How to send reply in Tickets as Contact via Channel Phone?
Hi Everyone, I created a ticket via PHONE Channel, when I reply the ticket with phone channel it gives me an authorization error while I already set the API for access and refresh token. send like this with POST method https://desk.zoho.com/api/v1/tickets/{ticketsId}/sendReply and
Filter using date parameter
Hi Team Is it possible to filter out contacts and accounts based on modifiedTime parameter where we will be able to list only new and updated contacts ? If so could you please explain the procedure to achieve it?
GET /api/v1/tickets returns always assignee=null
I'm calling DESK API /api/v1/tickets with following parameter: 'include' => 'assignee', However, in result, 'assignee' is always null, even if the ticket is assigned to an agent. This was working a few days ago, but does not work from
Set Reply-to when creating ticket through API
I am creating tickets through the Desk API. I assign these (based upon some criteria) to a specific department. This departments has a couple of ReplyTo email addresses defined. How can I give the ticket the knowledge of the correct ReplyTo email address?
zohodesksdk utf-8 encoding issue
Hi Team, Whenever I create multilingual ticket via zohodesksdk-1.1.0.jar the characters lets say in hindi gets replaced with ????, So I did some decompiling and found out that below line was the issue: InputStream responseStream = HttpClient.getInstance().callAPI(APIConstants.HttpMethods.POST,requestURL.toString(),
How can i get "org_id" for with my zoho desk account
Hello Team, I need to integrate zoho desk API in Magento2, I am try to integrate this library (https://github.com/thisvijay/zohodesk_api_samples/blob/on_progress/PHP/createAccount.php) for API call but for all API call "org_id" is required parameter that we need to pass and i am not able to get "org_id" for my account. Can someone please help me on this. Regards, Parimal
The value passed for the 'Zoho-oauthtoken' parameter is invalid.
Hi, I am in the process of converting our stand-alone Console Application which retrieves open tickets to oAuth. I’ve followed all of the steps to obtain my Access and Refresh tokens successfully and up until that point, everything works fine. I’m
Zoho Desk to Aha Integration
Has anyone got an integration between Zoho Desk and Aha. If so how have you managed to achieve this? I would like to be able to push tickets from Zoho that are either ideas of feature requests of to Aha where they are managed by the product team. Thanks
Contacts unmapped with CRM
Hello Zoho Support, There is a filter on Zoho Desk 'Customers' GUI called "Contacts unmapped with CRM". Is there a way to conduct a similar search using Zoho Desk API's? Our org uses both CRM and Desk. We have enabled two-way sync between both these
ZOHO Desk OAuth tokens
Hi, I have some code that get invoked every day and fetch ZOHO tickets. This is Working fine using authtokens. Since this method has been deprecated, I'm trying to change my code and use OAuth tokens instead. I've followed https://desk.zoho.com/DeskAPIDocument#OauthTokens#RegisteringAClient and
Can we post a comment to a ticket using API?
Is it possible to post a comment to a ticket using API?
Is there other options for Remote Access besides SAML?
Hi, our application is currently configured based off this document as described in this document, Remote Authentication - Zoho Desk Knowledgebase, to SSO users from our application to zoho Help Center homepage. Our application is not currently configured
ASAP API - Open "Add Ticket" in ASAP for jwt logged-in user.
through the following code: create(prefill?: { subject?: string; description?: string; }): void { window.ZohoHCAsapSettings.ticketsSettings = { preFillFields: { subject: { defaultValue: prefill.subject || "", }, description: {
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
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
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
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
Getting 401 Unauthorized while creating Ticket
I'm getting 401 UnAuthorized when I try to create a ticket using the Zoho Desk API. I am using using OAuth2.0 for getting access token and generated accesstoken and used Desk.tickets.ALL as a SCOPE . Kindly help me to resolve this issue while creating
Cannot create ticket in API, INVALID_DATA error returned against valid json.
Hi, I'm trying to use the API to create a ticker, and I and getting an unusual error back when I post up data to create a ticket. I have called the API endpoint to list the departments, and I am taking the id field from one of the ones listed and putting
Can't create a ticket via API
Hello, I am using a post service (Servistate on Chrome extensions) to quick test creating a ticket via Zoho Desk API before writing code. I am sending a POST request to https://desk.zoho.com/api/v1/tickets with correct authorization and orgID (They work because I tried other get/post requests successfully like retrieving customer ID, and search for customer via email) I also provided the three required parameters: subject, departmentId & contactId as mentioned in the documentation here https://desk.zoho.com/DeskAPIDocument#Tickets#Tickets_Createaticket
Next Page