CRM | Create a connection to service: Zoho CRM -- missing scope? -- ZohoCRM.crmapi.ALL
From within Zoho CRM Settings / Developer Space / Connections / System Connections Open the Zoho OAuth predefined connection: Note that the scope is: ZohoCRM.crmapi.ALL Next - Use My Connections to create a new connection: Choose Service: Zoho OAuth Choose
Bulk Write API Job - Mapping to Lookup Field
Hi, I'm new to Zoho and I am working on writing a process to automate data imports to a company's CRM. I'm using the Bulk Write API with the Python SDK. I've successfully written to one module, "Contacts", but I have not been able to write to the "Licenses"
API Call delay
I was creating leads or contacts via API insertRecords after creation I used searchRecords to search the recently added lead or contact and then after using searchRecords API, there is no result until 30 seconds to 1 minute passed the record now showed on the xml i also noticed that in creating lead or contact using ZohoCRM web app or using insertRecord API, the lead or contact shows immediately on the app but not when doing a searchRecords API module. now the question, is there a delay in the api
Not getting refresh token.
Hi, I am implementing application in iOS and android, in that i am integrating ZOHO CRM. In developer console i am adding client id with "client type" mobile. I use https://accounts.zoho.com domain specific. I and redirects URIs to may iOS or android application. I use OAuth2.0 for authentication, after that i use REST API to get "refresh token" but i am only get "access token". There are in bellow code to get token self.getCodeFromCRM(client_id: Client_ID, clientSecret:
Kaizen #88 Assignment Rules
Hello everyone! This week, we will discuss the use cases of assignment rules in inserting, updating, and upserting records. What are Assignment Rules? The effectiveness of sales is closely tied to a sales representative's daily tasks, such as promptly
Is possible a record to transfer for blueprint A to blueprint B?
Hello people By implementation, I have two blueprints called A and B, the point is that if a user wants a record that is in blueprint A, to pass it to blueprint B, is there some kind of trick or programming to achieve that goal? Thanks in advance for
Can we add HTML tags in Zoho CRM using API
I have a query that I need to store user formatted profile at Zoho CRM, can I store html tags like <p> <strong> and I am pushing the data on Zoho using Zoho CRM API
Simple Function Help Needed for vCRM
I have a vCRM with a module called Time_Entries I have a field (called Actual_Time) that uses a formula to capture the date/time the record was created. I want to use workflows based on this information but, zoho does not allow this functionality for
Map within a map - backslash (\) issue
I have a map and as one of the key values, it holds another map. When I pass this via an invokeUrl, it passes: {"normalField1":3,"normalField2":"Blah Blah Blah","normalField3":69,"subMap":"{\"subMapField1\":\"value\",\"subMapField2\":null}","normalField3":"More
Auto increment number when a task is cloned
Hello, I have the following question: is there any posibility to autoincrement a number on a field when a task is cloned, but when a task is created the same number to be 0? For exemple, let's say I have Task#1 with the field No = 0. When I create a clone
API connections for dummies
I feel really stupid asking this, but my brain doesn't seem to work properly when thinking about API connections. I have a third party app that I'm trying to connect to. I have to send credentials (API key in header, username/password in parameters) to
Issue with Zoho CRM Rest API - Cors Error
I have an issue with calling Zoho API from React application, Can anyone please help me with this issue. link Below I have mentioned the API endpoint and screenshot please look into it. End point - https://accounts.zoho.com/oauth/v2/token
Kaizen #87 Multi-user Lookup in API V4
Hello everyone! Welcome to another week of Kaizen! In this post, we will discuss multi-user lookup fields and how to handle them in API. What is multi-user lookup? Multi-user look up is a lookup field that lets you add multiple users to a module record.
Connector for Microsoft Power Automate and ZohoCRM?
I'm surprised there isn't a connector for Zoho CRM with Microsoft Power Automate (formerly Flow). Why is this? Does Zoho plan to produce a connector? If not, is there an OpenAPI definition for the REST API that I could use to create a connector relatively
How to get notified when an email is bounced?
Hi, We have various problems sending email out of Zoho CRM. (marked as spam, bouncing etc...) Is there a way we can be notified when an email bounces? I know you can enable the little bell icon to notify when an email has bounced, but that means we have
searchRecord API query with spaces in criteria content and value?
Hi, Using curl to test a few API queries. Seeing issues when the criteria has space and values in it. Good -> curl -s 'https://crm.zoho.com/crm/private/json/Tasks/searchRecords?' -d 'scope=crmapi&authtoken=$token&criteria=(Status:In Progress)' --- {"response": {"result": {"Tasks": {"row":[ {"no":"1","FL":[ .... --- but when I try a query with a space in the term it fails: curl -s 'https://crm.zoho.com/crm/private/json/Tasks/searchRecords?' -d 'scope=crmapi&authtoken=$token&criteria=(Related To:Virgin
Add lookup record with external header in node js sdk
I am trying to add one record with an external id. That custom module has a lookup field and I want to add that lookup value as an external id. I have tried it with API and it worked but not working with Nodejs SDK. Below is code. let record = new ZCRMRecord();
OAUTH_SCOPE_MISMATCH", "status": "error", "message": "invalid oauth scope to access this URL
Dear all, I have a problem with calling API for Zoho CRM. I'm using ZOHOCRMSDK-2.1. Code for Authorization: Code for calling method Get: Details about the error: Name Value Type ▶ Details {{ "code": "OAUTH_SCOPE_MISMATCH", "status": "error", "message":
Kaizen #12 - Bulk Read API
Hello everyone! We hope you all are having a wonderful start in the New Year! Welcome back to another post in the Kaizen series! In this post, we will discuss the Bulk Read API in detail. What is the Bulk Read API? The Bulk Read API allows you to export data from a module in Zoho CRM in bulk. The primary difference between the GET records API and the Bulk Read API is the number of records you can retrieve. While you can get only 200 records per Get records API call, you can fetch 200,000 records
Kaizen #86 - PHP SDK [Part III]
Hey there! Welcome back to yet another insightful post in our Kaizen series! In this post, we will continue the journey of PHP SDK sample codes for Record Operations from last week. Let us delve into a new set of use-cases and expand your horizons with
API 2.0 Authentication types
1. I believe Zoho API 2.0 only supports OAuth 2.0 Authorization Code Grant type? - Is that correct? 2. If so, it means that a person with a web browser always has to be the middle-man in all API calls. They have to manually authorize the client application and then all API calls are made to Zoho CRM as the person themselves in real time as they interact with the client app. - Is that correct? 3. We don't want that. We need to develop a back-end job that is run on a schedule that pushes data to
REST API Timeout after Period of Inactivity
We're using the Zoho REST API with the Node SDK. OAuth authentication successfully works and we use Mongo to store the tokens as per the documentation. We can perform CRUD operations on Leads and Contacts throughout the day. However, we're having a strange problem where the Zoho API stops responding overnight. In the morning (after about 12 hours of the application running without interacting with Zoho), when our app goes to make a request to Zoho, it never returns and eventually times out. If I
Convert Lead to Deal API Request does not insert URL
Hello, I'm making a request to convert a lead into a deal. The request works well, but the URL I'm passing does not get inserted into the CRM. All the data gets inserted expect of "Link_zum_Kundenvorgang". I proofed the API name and there is no issue
APIv2 and searching on Date fields
With APIv1 I could set search criteria like this: ((Notification_Date:2018-06)) And that would fetch records with a date from that particular month. It doesn't work with APIv2. I tried both: ((Notification_Date:starts_with:2018-06)) And: ((Notification_Date:equals:2018-06)) And it yields no result. Only if I use a full date (e.g.: 2018-06-18) there's a result returned (with both equals and starts_with), but I'd like to search for records in a particular range, so the technique with "2018-06" was
Use Zoho CRM api from Ajax?
Hi! Does anyone know an example of how to use the Zoho CRM api from an Ajax script, if this is possible? As far as I've read (and also tried, but not with Zoho CRM as server), the cross domain prevention can be worked around (http://www.nczonline.net/blog/2010/05/25/cross-domain-ajax-with-cross-origin-resource-sharing/),
[Update - June 2, 2021] Integration Tasks will Consume API Credits
Hi everyone! Here are a few updates to this post. Based on the feedback from the customers and partners, we have decided to postpone the inclusion of the integration tasks in API credits to August 31, 2021. We have started working on the below tool support:
Kaizen #85 - PHP SDK [Part II]
Hello everyone! Welcome to another week of Kaizen! In last week's post, we discussed in detail the configuration and initialization steps for PHP SDK. We will take you through sample codes for Record Operations this week, to help you get started with
"Zoho CRM says 'required field not found'. Check the input for Product_Details and try again."
Has anyone else, randomly stated having this issue with the Quotes module today in Zoho Flow. Suddenly all my Quote-related flow's have stopped working with this error : Zoho CRM says "Zoho CRM says 'required field not found'. Check the input for Product_Details
Self Client Token Generation
Hello, I am having a very hard time connecting to Zoho's API for a Self Client application. I have read many forum posts on this topic, but I cannot make heads or tales of it. Can someone give me a cut-and-dry explanation of the process, or point me to
API v2 always INVALID_TOKEN
Hello, I am getting api error - { "code": "INVALID_TOKEN", "details": {}, "message": "invalid oauth token", "status": "error" } 1. I registered in the user’s account and using Self-Client with the rights ZohoCRM.settings.all, ZohoCRM.settings.modules.all and received a grant token. 2. After I generated access_token and refresh_token {"access_token":"1000.************.************","refresh_token":"1000.************"","expires_in_sec":3600,"api_domain":"https://www.zohoapis.eu","token_type":"Bearer","expires_in":3600000}
Zoho and e-conomic
Hi, I'm considering implementing Zoho CRM and other apps in our company. We do however already have an accounting system, e-conomic, which is used by our accountant and I would like to keep that. I couldn't find anyone talking about integrations there,
Count the records of a related module and save the value in a custom field
I have a custom module called Reservations that is related to the Contacts module. Through related lists I can know how many reservations each contact has. I need to store this number in a custom variable of the Contact module called "Number of Reservations".
Update item image in Zoho CRM
Hi, every item in CRM can have a image, like: Is there is a way to import all the images? and keep them updated? if I have a server with those images identified by one of the other values of a field "item_id" and the image is www.server.com/images/item_id.png
Creating Zoho CRM Widget using React JS
Is it possible to create a zoho crm widget using react js?
How to show popup in client script
Hello. Does anyone know how to make the popup appear in client script? For example, I want to display a popup and let me enter any words when the stage of the Deal is changed . I was going to use 'prompt', but it doesn't work well in client scripts.
Newbie Hit a wall
Hi All, This is my first post and I am a newbie, I have been working with ZOHO CRM for a month. I am battling with a particular set of issues. I am hoping that somebody can assist in pointing me to resources. I work for a small online school and management
Node JS for custom function in CRM sandbox
Hi, I have the option to write custom functions in java and Node Js in our CRM but I don't see this option in our CRM sandbox. Is there a way to enable these options in the sandbox? Or are these features not available there ?
Kaizen #4 - Troubleshooting OAuth2.0
Hello everyone! Welcome back to yet another post in Kaizen! Earlier in this series, we discussed OAuth2.0 and Self Client. In continuation of that, we will now discuss the various errors that you may face while using OAuth2.0 and how you can handle them. For better understanding, we have grouped the errors based on the OAuth2.0 flow itself. You may face errors while Registering a client Generating the authorization code (grant token) a. For web-based applications b. For self client applications Generating
How can I insert a record with a subform using the PHP SDK
This is an update of a question from 3 years ago. There is still no documentation of how to add a record with a subform. $record = new Record(); $record->addFieldValue(Contacts::FirstName(), $firstName); $record->addFieldValue(Contacts::LastName(), $lastName);
Link Zoho workdrive with Subform file upload
Hello Zoho Users, i'm trying to link a file to a subform file upload field using ZOHO crm API, i looked all over in the documentations but there is not indication how to do that! to recap: i have a file object ( link / id etc ... for zoho workdrive )
Next Page