Change content of Email Templates via API
Hello, there are endpoints to fetch email templates. GET /settings/email_templates GET /settings/email_templates/{id} It would be nice if you could also change the content via API. It should not be difficult to simply insert the new HTML content... Regards,
Kaizen #62 - Using field related functions in Client Script
Welcome to another week of Kaizen! This post is about the Field related functions in Client Script. Field related functions in Client Script You can use the ZDK functions to achieve desired actions for various events. ZDK function Description getField
auth_type=apikey for CRM REST
my external server app is connected to Zoho CRM via standard REST (happy to see v3 btw!) and the connection is secured / auth'd via OAuth as suggested by the docs. recently I learned that one could authorise external calls to CRM custom functions via
I'm getting this error: Object reference not set to an instance of an object
I have this code: The same code I have as an example. What should I add more to create a contact? All my fields are strings, so it's not a problem. What I am missing right now?
Access Token generation
Hi, How many times in a day can we generate an access token from refresh token (ZOHO CRM APIs). Is there any limit for access token generation ? If I generate access token every 5 minutes will it be okay ? Thanks !
What format is expected by the API when working with `datetime` fields?
Hi there - I'm trying to update records via the API (v2) and am getting errors when trying to send a datetime field. I've tried a regular Javascript date object, an ISO string, a UTC string, and a 'd/m/y' formatted date string. I've looked at the documentation
Getting external user's API keys using Zoho login
I am attempting to integrate Zoho with my external webapp. In my webapp a user is intended to log into their Zoho account, then I will store their access/refresh tokens onto my internal user profile and make queries to the Zoho CRM API. I am currently
How to parse zoho crm webhook data in php?
I have a webhook setup and it suppose to send a signal to the url i specified but when i try to parse on my wordpress site it is always blank. i have tried var_dump($_POST); file_get_content() but it is always blank. What content-type does zoho crm use for webhooks?
The real problem causing many of the Error 400: Invalid Data error messages with CORS... and a temporary workaround.
After having just spent the last three days debugging four lines of code, I'm happy to say that I believe I've discovered the root cause that may be responsible for many of the CORS problems regularly being presented in the forums - especially for those
Zoho CRM API fetch custom fields
We are trying to access the custom fields of CONTACT module and need to updated the field data based on that. We have a multi-line custom field. We are trying to fetch the Contacts using the getRecordById and searchRecords API. We are getting the contact
Refreshtoken Revoke
I have some generated some refresh token for Zoho CRM API. I know that I can revoke those refresh tokens through API. But what can I do to revoke those refresh token, that I don't remember any more? Is there an API to revoke all issued refresh token?
Generating Grant Token: Does it require a Cookie? What am I doing wrong?
Trying to follow this guide: https://www.zoho.com/invoice/api/v3/oauth/#overview for generating a token, but I can't get it to work. I am doing the following: Step 1: Registering New Client 1. https://api-console.zoho.com/ 2. Add client server based application
Zoho CRM Web Personalisation
Hi, I'm investigating the feasibility of implementing web personalisation using zoho CRM. The goal is to present the visitor different content (for example a different header menu) based on data found in the lead's CRM record. A possible workflow would
Zoho CRM Approval Process based on Field Update
Hello, In current structure, Zoho CRM send records to approval based on record creation and edit. I think, it should be to set approval process trigger based on any field update in record. When the user update any field, the record can assign to approval
Client Script - Carriage Return/New Line
let message = "You entered:\ntest\ntest"; ZDK.Client.showConfirmation( message,'✅ Yes', '❌ No'); The above confirmation displays: You entered:testtest but I need for it to display You entered: test test For some reason the \n does not return a new line.
Kaizen #61 - Composite API
Hello everyone! Have you ever wanted to make different API calls in a single request? Save up on some API credits while still fulfilling your business case? Reduce the round-trip time of a request? We have got you! The Composite API does it all! What
Generating Grant Token Documentation says 'state' param should be returned, but not is returned
Trying to follow this documentation: https://www.zoho.com/invoice/api/v3/oauth/#overview Under the heading "Step 2: Generating Grant Token" it says: "Upon clicking “Accept”, Zoho will redirect to the given redirect_uri with code and state param. " But
How to Get more than 200 records using COQL Query API
Hey, There is limitation with COQL query API that returns 200 records in a single API call. How can i get more than 200 records with COQL. Thanks
Can't retrive info from custom fields
Hi! I can not retrieve information from custom fields with Zoho CRM API. I have no problem with the default fields, but does not work with custom. From Web Application all the fields work very well, the issue is only through the API. Regards.
How do I implement Zoho CRM with Flutter?
I want to create an app that will print out all users from a Zoho CRM using their rest api. these are the instructions: 1. Get authorization token
2. From authorization token, get access token and refresh token.
3. After one hour, I use the refresh
Extension Pointers - Simple yet significant pointers #8: CRM variables
Getting and setting CRM variable values in an extension CRM variables come in handy when you need global access to a variable across an entire extension. There may also be a need for user-specific data, which the user must provide at the time of installation.
Query for custom fields from CRM Deals api
Hey Zoho Team, I'm curious if its possible to grab custom fields created in a module, in particular from the Deals module. It doesn't look like theres a way from the docs, but wanted to check to make sure. Thanks in advance, Andrew
CRM Client Script .setValue for lookup field
Hello, What would be a correct way to setValue to a lookup field via client script? I have tried passing the id or the name value, with no luck. Is there a trick? Thanks
Currency field using Java SDK
Hello we are using a currency field and the Java SDK to work with the Zoho CRM. When inserting an object the field requires a Double object. However when we get the field back from the a QueryOperations request the field is suddenly a BigDecimal. I tried
Client Script - Requested URL is not in trusted domain
Hi, While running an HTTP request, anyone faced the error of "Requested URL is not in trusted domain" This is actually a government domain, so I'm fairly positive it's "trusted". This is happening on Client Script. When running in in a function, it works
Zoho One pop up
Hello, Our web developers are currently working on setting up our Zoho CRM and unfortunately, keep getting distracted by this popup: Is there any chance you can reduce the frequency this is shown or an option to hide it permanently?
Custom Field is not showing in API request.
I have added a custom field for the user and it's not fetching the value for the custom field. permissions are set to R&W for everyone. if you check at the below response there is no NetoID field present. { "country": "US", "role": { "name": "Access All
Help with Custom Related Lists
Zoho CRM has a new feature called Custom Related Lists which allows you to create a new "data type" and attach it to a record. This is supported through the use of custom functions that are build using their Deluge script. However, even using a very simple example I can't get anything to show up. They have documented the existance of the Custom Related Lists and how to add them through the UI: http://www.zoho.com/crm/help/customization/related-lists.html However, they haven't done any documentation
Demo_Generated_On parameter of the account module is not present in the results from the API
When I use the API v2 I noticed the Demo_Generated_On parameter is missing in the results for the account module. I noticed it might be represented as another name Demo_Scheduled_On. Can you confirm if these two variables are equivalent
Bulk write Job Status: FAILED
Hi! I am trying to update records in a custom module with the BulkWriteJob-method in the Zoho CRM Node SDK V2. I tested the method successfully with a much smaller file with 4 records to update. Then, when I try to use the method for the actual records,
Webhooks - 10 CRM Field Limitiation
The 10 field limitation for webhooks is pretty limiting. Is that true for all levels? I've added more than 10 and I don't get an error message but it doesn't seem to be functioning. Is the help documentation current that there truly is this 10 field
COQL Looking for id in a List variable
Hello, I'm using a COQL query to retrieve the Deal_Name from the Deals module where it matches a particular Account Id and has 1 of 4 ids in a lookup field. I've created a list variable with the ids I'm wanting to match the lookup field to, but am failing
Zoho Forms + Termly consent management platform (CMP)
Hi I'm integrating Termly consent management platform (CMP) on a client website that's using Zoho Forms/CRM for every form the website has. From a GDPR point of view, do I need to block any cookies Zoho Forms may set before obtaining permission via
Zoho Consultant in Atlanta, Georgia.
I am interested in finding a Zoho CRM Developer / Consultant in Atlanta, Georgia. If you can do light development work within Zoho, please contact me. Thank you. Pete Franetovich trastos@comcast.net
400 BAD REQUEST only on POST/PUT/DELETE requests
I am working on a proof of concept integrating the use of Zoho CRM as a data source for a front end app development platform. I am able to authenticate with OAUTH just fine, and to use GET requests to pull in data from Zoho CRM. However, all UPDATE
Subform data via related list REST
to my best knowledge, it is not possible to access subform via a related list REST API call: https://www.zoho.com/crm/developer/docs/api/v3/get-related-records.html here is an example REST GET list call: curl "https://www.zohoapis.com/crm/v3/Deals/4876876000000376008/myrelatedlist?fields=id,mysubform"
Custom service connection
after I added a custom service connection, I can't connect to it, and the status is still disconnected even if I made it connect ! if anyone has the same scenario? thanks in advance
Conditional Logic How to calculate commission amount with minimum and maximum?
We expect different commission structure for different Accounts. And each Account may or may not have floor and/or ceiling commission. What is the best way to find the commission for each deal? Preface Each "Lender (Account module)" has following fields
Salesforce like WebToLead form in Zoho
One of my client is using Salesforce and want to move to Zoho CRM. Currently, he is using salesforce web to lead form. Is there any similar way to generate form code in Zoho that can create Lead in Zoho CRM?
Zoho CRM's V2.1 APIs!
Hello everyone! We are happy to announce the release of Zoho CRM's V2.1 APIs! Yes, that's right! While V2 is still widely used and stable, the new version includes a lot of most-requested and interesting updates. Read on to know more! Note This is just
Next Page