How to update custom field in Zoho Desk Schedule?
Hello everyone, I have a problem right now with Deluge coding. I found some information about the update function, but it's still not working for me. Link: https://www.zoho.com/deluge/help/desk/update-record.html I have hided custom_field and org_id in
How can I set/insert text to the Reply Editor.
I am building an extension that can generate the response for the ticket and I want to insert the response into the ReplyEditor of user. However, check on this document I can only set the response to the ticket.comment. Is there any API that can help
Create Ticket ignores a list of "secondaryContacts"
Hi, we're trying to create a ticket, with a contact to be a CC. According to the documentation, it should be a list of IDs in "secondaryContacts". But when the ticket is created, it returns an empty array. Has someone tried it? Thanks for any hint. BTW
Formulario Web Zoho no funciona
Buenas tardes. He incrustado el código HTML en mi página web, pero al momento de presionar el botón enviar, no realiza el redireccionamiento a la página que indiqué y no envía como tal la información del formulario a ninguna parte de zoho desk.
Request Api with Authtoken
Hi, I'm trying to get the tickets calling the API but always I'm getting 401 $ curl -X GET https://desk.zoho.com/api/v1/tickets?include=contacts,assignee,departments,team,isRead -H "orgId:$$$$$$$" -H "Authorization:Zoho-authtoken $$$$$$$$$$" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 93 100 93 0 0 93 0 0:00:01 0:00:01 --:--:-- 93{"errorCode":"UNAUTHORIZED","message":"You
How can i send html data in email to a customer's ticket using deluge.
Can anyone just help me out from this problem. I want to send an email over a customer's ticket. I want that customer should get the executed html code. But i'm not able to send it. Customer is getting plain text with all html elements. like this:- <div
Attach file to ticket using zoho desk API and spring RestTemplate
Hello, I want to attach a file on a ticket using the Zoho desk API. It works fine using postman but always got and HTTP 500 when I try with Spring Rest template in Java. I can't figure out what is wrong. Thanks in advance.
Create ticket in a past via API
Hello support team, I want to create tickets via your REST API for Zoho Desk. Is there a possibility to create ticket with a time in the past? JSON what I want to send, for example (year 2012): { "contactId": "1999xxxxxxxxxxx3011", "departmentId":
Zoho SDK submit ticket form cannot show
I clone sample app from https://github.com/zoho/ZohoDesk-PortalSDK-sample-apps-android And choose ticket_field_configuration_sample to open submit ticker screen. (I have already changed app id and org id to correct) But When I open submit ticket form
List Conversation API is not returning full content
I've been using this one GET https://desk.zoho.com/api/v1/tickets/{ticketID}/conversations But it only returns a summary of the content and not the full reply. Is there any additional endpoint or parameter that allows returning the full reply content?
How to create a field "Time credit" in accounts?
Hello, My problem: All our accounts ( customers ) have time credit that we had to them for exemple we can had 1 day, or 1/2 day on their time credit. In "Cases" every case have a field "Duration in minutes" I want to create a field "Time credit" in Accounts
Sending email to Zendesk portal
Hi Support, I want to be able to send an email to a vendor's system which is using Zendesk.. To send an email to a particular ticket in Zendesk we send it to support+id<zendeskticketid>@xxx.zendesk.com These emails were received in Zendesk, but they were
How to integrate Helpdesk with Java App
Hello, My team is looking for helpdesk software in which users can seamlessly access from our current site. Since users are already logged in does Zendesk support Oauth? If so how is that login information housed? Can we integrate Zendesk with our current
ZohoHCAsapReady is undefined
I am trying to use var viewArticle = ZohoHCAsapReady(function(){ ZohoHCAsap.kbArticles.view( { articleId : '305163000000109120' } ); }) But it says ZohoHCAsapReady is undefined. I am using this to import <script type="text/javascript" > window.ZohoHCAsap=window.ZohoHCAsap||function(a,b){ZohoHCAsap[a]=b;};(function(){var
Missing fields in List contacts/accounts
I tried adding a comment to this topic but it was ignored, so I'm creating a separate topic. When using GET /api/v1/contacts and /api/v1/accounts, many fields are not returned, including address/zip/state information and all custom fields. My use case involves syncing data from an external database to Zoho Desk, and right now the only way to keep the information updated involves making a PATCH every day for each of our thousands of contacts/accounts. If the "List" feature returned custom fields and
How to programmatically create a zoho desk account with password?
When our customers open a ticket the first time, we want to automatically create an account for them in the zoho desk portal and send them their username and password. Your online help doesn't provide a sample on howto to create an account with a password.
[API] Create contact with account details when creating a ticket
Dear all, When creating a ticket through API we can set Contact Details, it creates the ticket and the contact (if the latter do not exist). However when I add accountId in the contact section it fails with the following error: { errorCode: 'UNPROCESSABLE_ENTITY',
google-mybusiness-integration-for zoho-desk
We are having issues with this integration , for ZOHO DESK . Payment for google my business add-on was done for our organization , using one agent account to access the payment page , the rest of the agents on ZOHO desk can't see the add on , we want
GET /api/v1/agents/???/photo return err400
Trying to get desk agent's photo using this query: curl -X GET https://desk.zoho.eu/api/v1/agents/?????????/photo?orgId=????? -H "X-com-zoho-subscriptions-organizationid:????" -H "Authorization:Zoho-oauthtoken ????" I always get response code 400. I
Zoho DESK , Unsupported Media Type
z_data = { 'subject': 'this is a subject', 'description': 'this is a description that follows the subject.', 'departmentId': '538218000081', 'assigneeId': '6710442', 'contact': 'Kenzon' } ticket = requests.post( 'https://desk.zoho.com/api/v1/tickets',
How to generate Zoho-oauthtoken for Google Sheets
Hello, We are trying to send a Zoho Desk ticket reply from a Google Apps Script. We are stuck at generating the Zoho-oauth token mentioned in the Zoho API documentation. First, we started by going here: https://api-console.zoho.com/ From the available options, we chosed client based app: But on the next step, we don't understand how to fill in the fields: Again, we are trying to use Zoho Api from a Google script (https://script.google.com/......) that will be run when we press a button in a Google
Zoho Desk associate accounts with contacts
https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_Associateaccountswithcontact - API method // paramMap = Map(); dataList = list(); rowMap = Map(); rowMap.put("id",Account_ID); rowMap.put("isAccountTicketsViewable",true); dataList.add(rowMap); paramMap.put("data",dataList);
How to sync Desk & CRM contact via api
Hello, Is there is a way to sync contact in Desk using for example CRM id, like what we have in Zoho Books "Import a customer using CRM contact ID". I know that there is Integration in the marketplace but this is not what I'm asking for or what I need.
How do I grab the thread in a custom function?
I need the sample code for grabbing thread content from an email and put it in ticket description. Do I need to make an API call for this? When I tried making an API call for the thread content, I got an error for: {"errorCode":"UNAUTHORIZED","message":"You
Plan for LINE and WhatsApp chat setup
Hi, Just Subscription ID: RPCW2003587282904 Express Plan for 1 agent. But still can not setup for LINE and WhatsApp chat. My boss want to feel and know about this, before we purchase Please help Stanley Mobile: 9889 3983
Client credential grant type support
Is client_credentials grant type supported? My use case is that I want to skip authorization grant. I want to login but dont want any manual intervention since the requirement is there will be a API to API call
It is possible to assign directly the account via API?
I have a contact that is shared with multiple accounts and I would like to define also the account when creating a ticket, via API, for that contact however it is only possible to define the contact ID and not the account ID. There is any way to define
Can't Make Requests With Bearer Token in Next.js
Hello, Any ideas why my request would work using postman and python but not within Next.js or node? I'm able to generate the access token fine. My error is: code: 'HPE_INVALID_HEADER_TOKEN', reason: 'Invalid header value char', Any help appre
Set custom date creation for ticket using API in Desk
Hi. all.. I want know if is possible to add ticket with custom creation date via API... This would to be great because we are moving from another platform to Zoho and we have need to keep all statistics for old tickets also. In api docs i didnt see nothing about custom date in ticket creation but i would prefer a confirm from comunity/support. Thank you P.S.: Sorry for bad english language
Automatically assign users into user groups when using Azure Active Directory
We have SAML set up for our Help Center using Azure Active Directory. However, this obviously negates the user sign up moderation and therefore we would have to manually run after every new user to assign them into the correct user groups, as we are using
Desk API - List all tickets
Hi, I am using https://desk.zoho.com/api/v1/tickets?include=contacts to pull back a list of tickets, but it never seems to pull back all tickets just around 20 at a time, and using the limit function only works if you know exactly how many tickets you
UNPROCESSABLE_ENTITY - sortOrder- is present in the input
API Documentation - get tickets How can I sort by CreatedTime with descending order? when I use params="sortBy=createdTime&sortOrder=desc&from1&limit=100" I get Request not successful,Response code 422 Response : b'{"errorCode":"UNPROCESSABLE_ENTITY","message":"Extra
get all Tickets for a given Account sorted by custom field
Dear support, is there a way to fetch Tickets filtered by an accountId and sorted by custom field cf.DateCreated ? Going to import Tickets from 3rd party application to the zoho Desk. Seems zoho Desk will set Tickets creation time to current time of
Find contact using related CRM Id through the API
Hi. Is there a way to find a Desk contact that has a matching CRM contact/lead id? For example, if I look at some specific Desk contact record it has the following field: "zohoCRMContact": { "id":"3913929000003810022", "type": "leads" } If I know the CRM id and type, how can I use the Desk API to find this contact? Thanks! Egor.
How to use Help center users (frontend users) as SSO provider
Hello, I want to implement something like the SAML option in Zoho Desk, but backwards - I want to use the Help center (frontend) users in Zoho to log them in to another system - thus my Zoho portal would be the identity provider and the other system would
Zia (Chatbot) not working in Chat in the ASAP React Native SDK
Hi. I created a basic POC app using the ASAP React Native SDK (react-native-zohodesk-portal-sdk), the official sample app (Zoho-Desk-ASAP-React-Native-sample), and following the Working with the ASAP SDK for React Native guide. Chat is not enabled in
Update Time Entry - Type CALLS
Hello, why can I only change time entries via API/Deluge if they are directly attached to a ticket or task? For the user, time entries behave completely the same, regardless of whether they are stored directly on the ticket or on a call, which in turn
Change Topic Owner
We want to integrate Zoho forms with Zoho Desk - Community. The problem is that all requests get created with the user ID that authenticated the integration. It would be great if we can specify the topic owner in integrations, so if the topic owner submits
How do i integrate ZOHO Desk with my c# .net application?
Hi Is there any sample code provided for creating tickets in ZOHO Desk within my c# .net application? any help would be greatly appreciated. Thank you, Alex
Bulk Update Desk Picklist via API call
We are using Zoho Desk for our ticketing and system and bill our time against external jobs that other departments in our company are working on. In the Zoho ticket the technicians currently enter the job or department information manually. While this
Next Page