File upload to Ticket api not working
Hi, I am trying to use the upload api (https://accounts.zoho.com/api/v1/uploads) to upload a file, so that I can attache it to zoho ticket. But this upload api always returns status_code = 405 message, event though the HTTP status code is 200 OK. Let me know what is the issue. I have attached the image about how I am calling the api through postman.
To use email as archive only, no action required
I have a mail box which we need to add to ZOHO desk. The given mail only have auto update with a simple attachment for reference. The agent should be able to access these attached or mail for reference and can be forwarded.
We are not able to create ticket with API in Zoho Desk
Hello Team, We are using woocommerce and would like to create ticket in zoho desk once new order is received in woocommerce. We tried out two types of integration solutions to achieve the above workaround. 1) Zapier Problem: The problem is with "contactId" field, if we do select existing ZohoDesk customers from dropdown then ticket is created successfully but it won't work if we are taking billing email as custom field from woocommerce webhook by selecting option "Use a Custom Value (advanced)" Error:
How to configuar JWT auth for zoho desk ASAP in android ?
I am want to setup zoho desk sdk in my android application But problem occurred in JWT authentication part in sdk From the documentation For setup jwt auth i setups jwt endpoint based on this docs https://help.zoho.com/portal/kb/articles/jwt-for-authenticating-users-in-the-asap-add-ons#How_does_a_JWT_work . The actual problem at not fully explained documentation at https://www.zoho.com/desk/developers/asap/mobile-sdk/android/authenticating-users-in-the-sdk.html#android_authenticating_users_in_the_sdk
Desk API - getting ticket by ticket number
Using the Desk API - How would I go about searching for a specific ticket - no matter what department - and display the ticket number and the subject of the ticket? For instance if I had a search box on my website and I entered 71245 I would want it to return #71245 - Do you offer internet service in my area ^ Ticket Number - ^ Subject of ticket.
Integrating Azure insights Exceptions with Zoho Desk
Hello there, I am in the need where I want to automate the system of creating tickets in Zoho desk where there is any exception tracked in Azure application Insights. Can you please guide me through how can I accomplish this. I am explaining in detail what I am trying to accomplish here: There is application in .net MVC which is connected with application insights. Whenever there is an exception tracked by Azure insights then it should create an Ticket in Zoho desk and assign to resource ( All
Will a Zoho Support plug in be made for Zapier?
Hi, at Zapier.com I can easily integrate a number of Apps with Zoho CRM, Creator and Invoices. Will a Zap be made available for Zoho Support in the near future?
Changing the Response for Article Search APIs
As part of our effort to continuously improve our APIs, we recently discovered that the responses to our article search API did not provide all vital information related to help articles. So, we have decided to enhance the API by changing the response format. The response to this API used to be presented in the following format: { "data" : [ { "summary" : "test ", "modifiedtime" : "2017-11-30T09:26:03.000Z", "viewcount" : "0", "permission" : "ALL", "id" : "5000000009361",
Zoho Desk Api customFields when creating ticket
Hi! I'm trying to create a ticket with customFields (i.e url) through API. It's only partially successfull because ticket is created but without customFields. Any idea why this happening?
Nearing the Sunset Date for XML/JSON APIs
Dear Zoho Desk users, About 10 months ago, we informed that Zoho Desk’s old XML/JSON APIs will be deprecated completely. Adhering to the timeline mentioned in the post, we fully deprecated the old APIs in February. We have now stopped providing enhancements, issue fixes, or customer support related to these APIs. We would now like to just gently remind you that the sunset date for these APIs is August 17, 2019 — just a month and a handful of days away. Please switch to our new REST APIs as soon
Contact filter in Ticket list api in zoho desk
Hi is there a contact filter in list all tickets api in zoho desk. in the docs its not available. I need to list the tickets in my erp based on customer login so if the filter is not available is there some other option to get tickets based on contacts.
OAuth token generation
I would like to be able to get an authorization code and access token offline which does not expire as I am making an integration between my application and zoho desk over API, therefore, no user consent to click accept. I am trying it now using postman but I am stuck. Please advise how to make it in script. Thanks
C# Web API - Oauth authorisation grant issues
Hi, I am writing a C# web api to integrate with Zoho Desk to raise tickets. I have attemped to authenticate via oauth but could not get past the inital auth grant step as the response from the Zoho api is a full html web page in the body of the response? As far as I could determine, this is designed so that user logs in to confirm the auth grant (is this assumption correct)? But as I am calling this programatically, there is no user involved so, I cannot get past this step? Have I made a mistake
JavaScript error "event.data.split is not a function" on feedback widget
I am using zoho feedback widget. Getting below JS error from the included script Error: "event.data.split is not a function" on feedback widget Our application is prepared using Angular2 and we are just including default feedback widget code in the index.html page. Generated Code & Error: window.addEventListener("message",zsReceiveMessage,false); } else if (window.attachEvent) { // IE before version 9 window.attachEvent("onmessage",zsReceiveMessage ); } } //Function which receives and processes
Problem about Zoho extension "Channel Integration"
Hi, I create a new fresh zet project by zet init and after that I've just open Resources.json and put something like { "channel":{ "channelLogoPath" : "/app/img/logo.png", "acceptAttachments" : false, "updateRecords" : true, "contentTypes" : ["text/plain","text/html"], "redirectUrl" : "https:/xxxxxxx", "includeQuotedMessage": false, "sync": { "push": "http://xxxxxxxxxxx", "pull": "http://xxxxxxxxxxx" } } } after that, I tried zet validate and then I got this error PluginManifest file validation
forms system
can i add report form system on my website and how
I need custom function to update the product name for multiple tickets at the same time
I need custom function to update the product name for multiple tickets at the same time
API Rate Limits to prevent DDOS blocking?
I know that, currently, there aren't any account-level API limits. However, when trying to make a few thousand requests in a couple of minutes - to import our current users using an automated system - I believe I triggered DDOS protections and we were unable to access Desk at all for a few days from our office What safe limit should I put on requests to prevent getting locked out in the future?
How to generate oauth access token in one step - bash script
I need to embed zoho tickets in some bash script using tickets api but the main problem is token generation. Zendesk provide one token which we can use it everytime when we make request but here in zoho we have to go through two step gui process to generate auth token which is not feasible if i have to show tickets in my admin panel because oauth token have expiry time and refresh token can only be used 10 times, I guess ? So i basically want to know that if i can somehow generate token with the
How to query with custom fields ?
1- If i am fetching all tickets then it won't show me custom fields. How can i do that ? 2- I need to query my result with the help of custom fields ? It is very urgent.
How to wire up Form with Desk, so when a user submit a form, it becomes a ticket automatically? or I am not using the correct approach?
Just really a very common help desk, that either when a user send a email to my agent's email, then a ticket automatically created and when replied or resolved the user get a email update, like how zendesk work. or just simply allow any user submit a form entry and it becomes a ticket... Do I have to develop this with the API instead?
Fetching Comments From A Zoho Ticket Comment using Zoho Desk Api
Hi I've been integrating Zoho Desk API into our product however, I'm unable to fetch any ticket comments when using your API. I get the following response => { "data": [] } The URL I'm hitting is https://desk.zoho.com/api/v1/tickets/ticketIdHERE/comments. I have ensured my headers are correct as I'm able to fetch tickets, create tickets just can't fetch the comments to a ticket.
Is there a way we can redirect user to specific page with remote authentication?
Hi, We have enabled remote authentication on our company's internal application. We want to redirect users redirection to specific url as authenticated. For example, There is a Knowledge Base button on our internal application which is linked to Zoho KB portal. Is there any workaround that a user will visit Knowledge base portal as an authenticated user? Currently we can only redirect to Zoho Support Portal home page. but i want them to redirect to knowledge base page. Thanks
How to get all the accounts?
I'm new here. and i want to know how can i get all the accounts and contacts listed. basically i have to create a contact if there is no contact for a particular account, I have to create a contact using accountid. so, I am doing is simple. get each account_Id of all the accounts. check in contacts_id. that it exists or not. if not create a new contact using account_id create a token using account-_id and contact_id So, how should I get all the account ids that were created so far in zoho?
Create Multiple Contacts at Once?
Hello! My name is Joshua Evans, posting from our API management account Is it possible to create more than one contact with a single API request? I understand that the API limits have not been implemented quite yet, but it would still be nice to save on request time and batch create these contacts Thanks!
How to create a call activity through Zoho desk API
Is it posible to create a call activity through Zoho desk API?
FTP Server Links
We require links on our Desk Portal to our secure FTP server for customers to download products. Looking at the Desk API's it appears we can use Account and Contact create/update events to create corresponding structures on an FTP Server which then would be accessed from links on the desk portal. Has anyone else enabled such functionality?
Question about using Limit parameter
Hello, This is related to pointers that were shared in a previous question submitted to the community at the following link: https://help.zoho.com/portal/community/topic/desk-api-list-all-tickets. Found this very useful but it doesn't seem to work on my end. After trying the two examples provided in the above link, with parameters: <from=1&limit=99> and <from=100&limit=99> as well as other parameter values, the queries complete with the following error message every time: {"errorCode":"UNAUTHORIZED","message":"You
How to query Zoho Desk Tickets within a specific range of ticket numbers or ticket ids?
Hi, We've been trying to return a list of tickets within a specific range, and the option of using <from=value1&limit=value2> seemed to help until we realized that by running the same query over and over again with the same filter values (value1 and value2), we ended up with different results (different ticket results). And this is because we're not filtering by ticket ids or ticket numbers specifically. There is a way to submit a GET request for one specific ticket at a time, and this is by adding
How can we sort query results?
Hi, We're submitting a GET request to return ticket numbers from Zoho Desk and were wondering how to sort the result sets? Say if we wanted to sort by ticketNumber asc? Or by ticketId,email,... Is there any way this can be done in cURL? Thanks for advising P
Querying tickets with simple Maths
Hi, How can we find out what the minimum ticketId or maximum ticketNumber that we have in our ZohoDesk? Thanks, P
Filter zohodesk Accounts API based on created date
Hi, I am using ZOHO desk REST api for integration .But I am not getting any option to filter data based on datetime filter . Any reference on this requirment.
Problems with using Limit parameter
Hello, This is related to pointers that were shared in a previous question submitted to the community at the following link: https://help.zoho.com/portal/community/topic/desk-api-list-all-tickets. Found this very useful but it doesn't seem to work on my end. After trying the two examples above with parameters: <from=1&limit=99> and <from=100&limit=99> as well as other parameter values, the queries complete with the following error message every time: {"errorCode":"UNAUTHORIZED","message":"You are
Can Zoho Desk receive and process webhooks with a custom function sent by another system?
I'm trying to figure out how to update the status on Desk Tickets based on a webhook sent by another system. is this possible?
Duplicate output file
As soon as I add: pod 'ZohoAuth' pod 'ZohoDeskUIKit' pod 'ZohoDeskSDK' to my Podfile and build, I get Showing Recent Messages :-1: Multiple commands produce '/Users/bellus3d/Library/Developer/Xcode/DerivedData/B3DFaceScannerPro-eiejnoybuladqphjknwmhstmeucy/Build/Products/Debug-iphoneos/ZohoDeskSDK/ZohoDeskSDK.framework/Info.plist': 1) Target 'ZohoDeskSDK' (project 'Pods') has copy command from '/Users/bellus3d/Google Drive/iPad/iPad App Branches/iPadPro-App-Development-Branch/B3DFaceScannerPro/Dependencies/CocoaPods/Pods/ZohoDeskSDK/native/DeskSDK/DeskSDK/Info.plist'
Zoho Desk API: Contact ownerId should be optional?
Hi, according to the Zoho Desk API docs, when I create a Contact, the ownerId field should be optional: https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_CreateContact However, when I create a contact with "ownerId": null, I get the following 422 response: {"errorCode":"INVALID_DATA","message":"The data is invalid due to validation restrictions","errors":[{"fieldName":"/ownerId","errorType":"invalid"}]}. I think this only started happening today, because I'm fairly sure we have successfully
Adding file while raising ticket.
Is it possible to add image while raising ticket.
Linking CRM contacts and accounts to Desk via API
Hello, My system has a set of accounts and contacts that I would like to sync with Zoho Desk and Zoho CRM using the APIs provided. I have already written code that syncs my accounts and contacts with Zoho CRM and now I am trying to do the same with Zoho Desk. The problem is when I link them with the GUI provided the Desk records have zohoCRMAccount and zohoCRMContact parameters that I can't seem to be able to set via the Desk API. Is there some way I am missing to set these parameters via the Desk
Ticket Search API Call - Skip 5000 - INTERNAL SERVER ERROR
I'm trying to read more than 5,000 tickets in via the API. Once the search gets to a "from" of 5000, the request always gets an Internal Server Error response of: {"errorCode":"INTERNAL_SERVER_ERROR","message":"An internal server error occurred while performing this operation."} I can reproduce every time just by searching past 5000 Full endpoint: https://desk.zoho.com/api/v1/tickets/search?status=${CLOSED}&limit=100&from=5000&sortBy=createdTime
Is is mandatory to register with zohodesk for raising ticket?
Our application has already doing registration process and we dont want to register with zohodesk. can we use same userId for raising ticket with zoho.
Next Page