API search incorrect results
Hello, I'm trying to build a small script that would fetch a lead that has not been contacted, and I tried many different search criteria without any luck, here's one of them- https://www.zohoapis.eu/crm/v3/Leads/search?criteria=Lead_Status:starts_with:Not&per_page=3
Extension Pointers - Simple yet significant pointers #9: Module visibility
Controlling the visibility of custom modules in an extension The Zoho Developer Console allows you to create custom modules via an extension that will be integrated into the user's Zoho CRM account. Along with this support, the platform allows the developer
Get records CRM API, when we use If-Modified-Since, does zoho cache the records for the whole request ?
Hi, If we use If-Modified-Since in get records API, does zoho cache all the records page wise which are in the result ? If we modify any records belonging to the result of the api call with If-Modified-Since, does it affect the iteration ? , does it change
How do I update a record containing a Multiselect pick list with multiple values?
Hey API'ers, I need some help in setting multiple values in a pick list through the API. As an example, I have a contact record, and one of the fields is the Multiselect pick list Favorite Color. Normally if John Doe just liked silver I'd update it like
zoho.crm._getRecords() in Zoho CRM
I've requirement as below,\ My Custom modules Names: Product Master, Jobs, Cost Center(like Product line items), Accounts Products. I've 50 products in Product Master module So Whenever an Account is created in the Accounts, then in Accounts Products
is there a good place to find a developer/consultant to customize my Zoho CRM GUI?
I'm looking for help in customizing the Zoho CRM GUI (for myself). I believe most of the changes I want are available out of the box but I dont have the bandwidth/desire to learn the different customizations of the modules and fields and carry it out
Kaizen #66 - Contact Roles #API
Hi everyone! Welcome to another Kaizen week!! This week, we will be discussing the Contact Roles APIs in Zoho CRM. What are Contact Roles in Zoho CRM? The Contact Roles related list is a powerful feature in Zoho CRM that allows you to define the role
Zoho CRM API to Oower BI custom connector
Hello everyone, I've been struggling with this for a few days now , I hope I can get some help here. I want to create a custom connector for Power BI that imports data from Zoho CRM. Te OAuth 2.0 part of the code is working properly. The connector connects
How can I programmatically add an email lead to CRM?
In my app, I want to have a checkbox for gdpr consent when users create an account. If they check the box, I want to then have my app add the user's email to Zoho CRM. How can I do this? All I found was an OAUTH flow that gives my app access to the CRM,
Kaizen #65 - Features of Client Script in Zoho CRM
Welcome back to another exciting Kaizen post! In this week's post let us see the key features of Client Script in Zoho CRM. 1. Get instant response 2. Developer-friendly Client Script IDE A. Code Editor B. Review C. Revision D. Run 3. Available for multiple
Posting the value of an html textarea to CRM's Multi Line field
Hi all I have an html form on a webpage. Im using cURL PHP to get the value of a textarea field and insert it into a Multi Line field in the CRM. Ive realised I cant have line breaks in the textarea field becuase it breaks the json. Id like to be able
Setting up the API key
Hello, I am trying to start using zoho as our CRM, and the first thing I need to do is importing the leads. I must do that through the API, and I have spent the past 3 hours going circles with Oauth, creating apps, clients and whatnot. So I decided to
Zoho CRM's V4 APIs are here!
Hello everyone! We hope you are all gearing up for Christmas and New Year. To make this season sweeter, we are thrilled to announce the release of Zoho CRM's V4 APIs! With every version, we offer something new to satisfy your business needs. V4 is no
Get emails sent to a module entry in Zoho CRM
Hello, we would like to use the API to get the emails (and their contents) sent to a module entry, but we don't know whether this is possible. Any ideas? Your help is greatly appreciated
Daily leads amount report
Looking for a way to receive a numeric value summing the amount of leads created yesterday. via API or any other method is appericated. Thanks!
Kaizen #59 - Creating alerts and custom messages using Client Script
Hello everyone! We are happy to resume our Zoho CRM Developer Community series - The Kaizen series! Welcome back to the new start of Kaizen! This post is about Client Script and its simple use cases involving ZDK Client functions. What is Client Script?
Kaizen #64 - External Fields and Records APIs
Hello everyone! Welcome back to another exciting post in the Kaizen series! In this post, we will talk about external fields in Zoho CRM and how they are used in Records APIs. What is an external field? While you integrate a third-party application, you
Extension pointers #15: Create blueprints to carry out business processes smoothly
When the various stages of a business process are well-planned and executed efficiently, the entire process runs smoothly and the overall functionality is efficient. Blueprint is a useful feature available in Zoho CRM that is currently supported in the
Modified_Time missing from Zoho CRM API Contacts, Products, and Custom Linking module response
Hi, I'm using the CRM API to GET Records method. For most of the modules the If-Modified-Since works fine and the API returns Modified_Time in the response. However, I noticed for the these modules: Contacts, Products, and Custom Linking (Contact_x_Accounts),
ZOHO CRM - Deluge & Script Client
Good morning everyone, I've a couple of questions about deluge scripts and script client. 1) How can I set - via client script - a rule that set a defined length for a specific field? Let's say i want a field A to be 11-digits length. 2) How can i set
API V2 Won't work on AWS Lamda.
I am in the process of writing a new serverless backend for our website. Have been attempting to communicate to ZOHO CRM. I have been told by the zoho team that I must run a local mysql database to manage the tokens. This does not seem like it would work in a serverless environment as there won't be a local mysql running on lambda. I can't be the only one that has come across this. I'm hoping that there is another solution to this that someone out there is using. I could just revert to the old api
Make between in searchRecordsByCriteria
Hi, I want to know, it's possible to make between with two criteria ? $response=$moduleIns->searchRecordsByCriteria("((Date_de_d_but:equals:".$now.")between(Date_de_d_but:equals:".$after_now."))", $i, 200); I want to make this, but he not work. Thanks
Zoho Developer Community learning Initiatives
Developer Zoho User Group (ZUG) is a platform to encourage developers from the Zoho ecosystem to connect, learn, and share their expertise to find solutions for common business challenges. There are a couple of ongoing initiatives to help you get onboarded
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
Next Page