[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
 
Getting creator photo for Desk Community Topic
I'm loading topics using `https://desk.zoho.com/api/v1/communityTopics` API call and trying to use photo URL from `topic.creator.photoUrl` field its value is: https://domain.example.com/api/v1/agents/501xxxxxx001/photo?orgId=71xxxxxx9 But I can't access
 
Access token not working
So I'm implementing the zoho desk api in a self client using python and the requests module. This far, i've been able to create my access tokens, but they don't seem to work. The way I made it working is : i set in different variables my client_id and
 
Automation for task comments
It would be great to have available a webhook for task comments, not just ticket comments. I'd be happy with having workflows trigger on new/updated task comments, too. Any chance we'll be getting any of those soon?
 
IntegrateZohodesk with third party calling app
Hi, we are looking for API CTI integration to connect our SIP-based Call solution to Zohodesk. We need at minimum basic functionalities such as a contact popup on incoming calls, click-to-dial, call logging, and similar. We already have our phones and
 
Zoho Desk Ticket Tags - Allowed Values
Hello, I tried pushing tags to a ticket through the API endpoint "Associate Tag". When I push the value "test" , it works, but when I push the value "Interesting" I get the following error message: { "response": { "statusCode": 422, "body": { "errorCode":
 
Parentwindow reference error
Hello, As we cannot directly upload our extension to the Zoho desk. Firstly, we have to make a node app and upload the zip file. So, I load my third-party application in an iframe within the widget.html file.  Now I want the contacts from the Zoho Desk
 
Some UTF-8 symbols are incorrectly stored
This is a shared problem between creating tickets over the Desk API as well as using the built in editor to edit tickets. Say you have a ticket and want to edit its contents to: Original content as desired Then only ⏩ will render correctly after you save the input. The other emojis will be replaced by question marks: Emoji are replaced with question marks Same thing happens when I try to create a ticket over the Desk API using the same string as above and transmitting data as JSON / UTF-8 (Content-Type:
 
Deluge custom script - set reminder for task
Hello, I would like to create a Task and set a reminder, unfortunately the doc does not help me. It only says that the optional field "reminder" is of type "JSONArray", I couldn't find further explanations regarding the syntax, the structure, the required
 
Changing the replyTo of a created thread from a create ticket request
Hi, Good day, I just wanted to ask if it's possible to change the `from` of a thread that was created when a ticket was submitted. The ticket contains a third party form from formstack and the `from` of the created ticket is defaulted to the formstack's
 
How can I find the "helpCenterId" ( or where is it ? )
Hello, We want to create an api request based on documentation found on : https://desk.zoho.com/DeskAPIDocument#Contacts#Contacts_Invitecontacttohelpcenter How can I find the "helpCenterId"  ? Where is it located in Zoho Desk ? Thank You
 
How to use Channel integration
I posted the question befire but I think this is different issue so I post this as a new question I'm following this guide  https://www.zoho.com/desk/extensions/guide/ I want in use Channel integration feature with my API to create tickets. Is it correct
 
ModifiedTime missing from Zoho Desk Rest API ticket response
I am attempting to create an integration to Zoho Desk via the API to make ticket information available in our system.  I am using the Zoho Desk Rest API documented here:  https://desk.zoho.com/DeskAPIDocument#Introduction.  In the section describing the
 
Fetch ticket time entries
Hello, I want to know how it is possible to fetch/search all time entries like with the tickets search API. -> https://desk.zoho.com/DeskAPIDocument#Search#Search_TicketsSearchAPI Inside the time entries we have some custom fields (bool) and need to get
 
Bulk action / mass update desk ticket time entries
Hello, we need to update a high number (~ 2000) of time entries on a specific date (on the first day of every month). To be more presice: Time entries contain a custom field (bool) and all time entries which have the value "true" need to be changed. How
 
Download updated tickets with api
Hello, I am trying to obtain data of the tickets (including custom fields) and mantain updated the info in a external database (in other cloud). But with api I can't find a way to download the tickets that are updated or created from a specific date time. 
 
Error in creating the ticket.
import requests import json auth_token = "#####" org_id = "####" OAuth="Desk.tickets.CREATE" ticket_data = {     "subject": "Testing",     "contactId": "2575624000007985016",     "departmentId": "741236985" } headers = {     "Authorization": auth_token,
 
Next Page