Adding keyValue "Contact_Name" will return invalid data error When creating Quote using PHP SDK.
My current version for php sdk is version 3 and whenever I Create a quotation, sometime it returns an error of "Invalid Data" in Contact_Name. sometimes it does not return an error. here's my code for creating quotes: $moduleAPIName = "Quotes"; $recordOperations
Invalid data on Zoho CRM PHP SDK.
I'm trying to create a quote using zoho crm php sdk but I keep on getting error message "Invalid Data" with too little information on what could be the specific issue on my implementation.
Announcement on Maximum Allowed Daily API Credits
Hello everyone! We are excited to announce that the maximum allowed daily api credits available for Professional and Enterprise/Zoho One editions have been increased. The revised maximum allowed credits are: 1,000,000 credits for Professional edition
Upload attachments using API
I am trying to attach a file to deals module using API and Power Automate. below method works perfectly with adding and changing data. But, when i am trying to upload a file even though files is being added. I can see in the CRM but they do not open.
Is it possible to redirect to an external page using Client Script?
I have found a few use cases in our company that would be great to have client script redirect to an external url. Is this possible or are there any workarounds that work? Best case scenario would be a way to redirect right within CS. Since there is no
Kaizen #113 - Raising Signals in Zoho CRM through Zoho Flow
Hello everyone! Welcome back to another post in the Kaizen series! Last week, we discussed raising signals in Zoho CRM through functions. This week, we will discuss raising signals in Zoho CRM using Zoho Flow. What is Zoho Flow? Zoho Flow is an integration
I want to integrate zoho login in our app (nodejs,angular) ,is it possible ??
zoho login like we integrate facebook login and google login . only login not signUp
Kaizen #110 Record Locking APIs in Zoho CRM
Hello everyone! Welcome to Kaizen! In the previous Kaizen post, we discussed Record Locking Configuration APIs. In this post, we will discuss Record Locking APIs in Zoho CRM. Record locking refers to the restrictions applied to a record to prevent changes
Circuits in Zoho CRM
Hello everyone! We hope you are all doing well. We are back with big updates to Circuits in Zoho CRM. Circuits is now opened to all users in the US, EU, and IN DCs. We have introduced a credits system for circuits and the Pay-as-you-go model to purchase
Calling Functions using REST APIs
Hi, I'm trying to create a new standalone function to integrate my external system and Zoho CRM. I want to use the function as an incoming webhook, I need to create new Lead into Zoho CRM and this approach may be works, but I'm facing an issue when running the function script. I'm following the same steps described in this article: https://www.zoho.com/crm/developer/docs/functions/set-up-functions.html#Function_REST-API The point is: When I run the script, I get the following error: Failed to save
Kaizen #112 - Signals in Zoho CRM
Hello everyone! Welcome back to another week in the Kaizen series! This week, we will discuss Signals in Zoho CRM. What are Signals in Zoho CRM? One of the most important aspects of any business is staying on top of customers' needs and understanding
I have the requirement to have an editable list view. Anyone have any workarounds?
Seems impossible in standard view and Canvas. Not had a chance to see if new client script capabilities on stand list view would allow us to effectively craft editable views? Anyone have any suggestions?
Find API Names Using a Function or Client Script
Hello, Probably odd request, but we are wondering if is possible to find the API name of a field from a function or client script running on a different module? That could probably be worded better, but here's an example.. In Module A, we have users give
what is integration task credit in Zoho CRM?
Hi, currently we are in Zoho enterprise paid version for 3 user licenses. as you can see in the attachment, in the developer space, there is something called integration task credits. as for now, we are using 39 credits out of 49. my questions are: 1.
Pulling sub-form data from a get record call
I am trying to view the sub-form data within the cases module using the get record api call. However the information that is sent back does not include the sub-form data. Is there a way to retrieve this?
Can zoho.crm.invokeConnector("crm.zapikey",m) return no key found?
Hi Zoho Community, Is there are case where no ZApi keys are generated from the code block below? apikeyresp = zoho.crm.invokeConnector("crm.zapikey",m); Thanks, Ana
Error in get leads from zoho crm and add leads to zoho crm
Hello Team, I got the access token from zoho in postman and able to get and add leads by postman. but when I try to do the same from my React JS Website it give us error. Access to fetch at 'https://www.zohoapis.com/crm/v3/Leads?fields=Last_Name,Email&per_page=3'
How to integrate Zoho Forms with CRM Blueprints?
Hello! I'm trying to integrate a Zoho Form for a car inspection in a Zoho CRM Blueprint for hours now and I'm not able to find a solution for this. Basically, I am trying to show a Zoho Form inside of a Blueprint Transition in CRM which is updating a
need a workflow when I convert quotes to invoices
Hello I'd like to update a field with a function, when a quotes is converting to invoice with the zoho crm builtin convert button I try with workflow rule, but there is no trigger for convert Any ideas will be appreciated Thanks
ZOHO CRM API fetch data slowly
Hello everyone, I am using zoho crm api to build my widget for my crm, but zoho crm api is very slow and fetch data from server slowly. Do you have any idea where what should I do to solve this problem ?
Adding of Quantity of Duplicate Items Name
@Daniel Christopher J @Pheranda Nongpiur How to add quantity of duplicate item names retrieved from list of packages which are not shipped packages = invokeurl [ url :"https://www.zohoapis.in/inventory/v1/packages?status=not_shipped&organization_id=60000744969"
Same product in multiple Item line of a Quote/Invoice/Sales Orders cant Update by API
Hi, In a Quote there are multiple item line product (Same product Code are in multiple item line) in a Quote . If this Quote I want to update by API then this Quote is updated but not the Item line Products (Product details). Whats the reason? Or if have the solution then plz send me.
Dev edition: webhook related rules link is broken
- Using CRM Dev edition (doesn't happen on production trial). - Create a webhook - Use the webhook in a workflow rule. - Go to Automation -> Actions -> Webhooks - Click on the webhook (the url is https://developers.zoho.com/crm/settings/workflow-webhooks/4532304000000112978)
Trying to automate some logged calls association with the correct deals
Hello, I have a Deluge function set up that properly uses a deal's ID to search for calls related to an account and return the most recent call's ID. I'm able to update any field in this call with zoho.crm.updateRecord. The one field I'm having issues
Client script: storing data between events
Hi everyone! I'd like to write a Client Script for a "Page onLoad" event that stores a value somewhere in the browser and then use that value from a "Page onSave" event. Is this possible? How could I store the value? I've tried using "window" and "document"
OAUTH_SCOPE_MISMATCH, invalid oauth scope to access this URL
I have read similar topics, but still didn't succeed. - A java client using com.zoho.crm, zohocrmsdk-2-1, 2.0.0 dependency - A self client is used with scope of "ZohoCRM.modules.ALL" - Grant token from var token = new OAuthToken.Builder() .clientID(clientId
Upload image to 'Image Upload' field via API
I am trying to upload an image file to a custom Image Upload field via Zapier, but the destination field isn't available in Zapier (I guess it's not supported). How can I upload an image file to a Image Upload field via API?
Free Chrome Extension for Developers!
Hi Zoho CRM Developers! We're excited to announce our new, free Chrome extension designed specifically for Zoho CRM. Feel free to download our Zoho CRM DevTool from the Chrome Web Store. It enhances the Zoho CRM functions development experience by providing
Kaizen #109 Record Locking Configuration APIs in Zoho CRM
Hello everyone! Welcome to Kaizen! In this post, we will discuss Record Locking Configuration APIs in Zoho CRM. What is Record Locking? Record Locking refers to the restrictions that you can apply to records of a module to prevent further changes to the
createBulkWriteJob-method not working in Node.js SDK V5.0
Hi, I am trying to create a bulk write job using the new version of the SDK. I am getting an error that says: unable to process your request. please verify whether you have entered proper method name, parameter and parameter values. I have been using
Data Factory - can’t fetch Zoho tables despite the Zoho connector working
I’m able to successfully create a Zoho connector but when I try to use it I get an unknown error trying to fetch Zoho tables: error details: I've tried different combinations of Zoho API scopes but without any luck. The same issue was reported in March
Load Zoho CRM custom module to Azure SQL database using Azure Data Factory
Hi everyone, I managed to connect Zoho CRM to Azure SQL database through API using Azure Data Factory and I'm able to load most main modules and see them when preview the data I'm receiving from Zoho. I described how I managed to do that here at the end
CRM Client Script cant get Data
Im trying to get my Subform with 'ZDK.Page.getField("subform");' inside a detail page client script but it only returns null, .getValue() also returns null. The same line of code inside an editing page client script works flawlessly. I want to do some
How to retrieve information from “Trainer Central” with Deluge in “ZohoCRM”
Hi. I would like to use ZohoCRM's Deluge to retrieve Trainer Central information. Has anyone ever obtained information from Trainer Central through API integration?
MANDATORY_NOT_FOUND error when trying to insert data
Hi, I am trying to use the CRM api to insert a lead record. I have checked that the mandatory parameters are 'Company' and 'Last_Name' (as per the fields on the CRM page) I still get the error code : MANDATORY_NOT_FOUND, api_name: data, message: "required field not found", status: error. Here's my dummy json { "Mobile": "5555555555", "LeadOwner": "leadOwnerleadOwner", "Salutation": "Mr.", "Full_Name": "firstName customLastName", "First_Name": "firstName", "Company":
Triggering a webhook manually
Hi everyone! I have a webhook configured to be triggered on Account creation, but sometimes the webhook fails (server-side problems) so I'd like to be able to trigger it manually later, as an Administrator. How can I do this? I thought I could add a custom
Kaizen #108 - Integrating Third Party Application with Zoho CRM using Java SDK
Hello, everyone! Welcome to another Kaizen week. In this post, we will discuss how third-party applications can integrate with Zoho CRM using Java SDK 5.0. Use case Zylker is a real-estate app which can integrate with any CRM vendor and uses that data
Problem with nodejs-sdk-5.0
Hi, I recently updated our codebase to use the new 5.0 version (Used 2.0 before that). Everything works fine in local but when it's built into a docker container I get a error message: SDKException [Error]: TypeError: responseHandler.getMessage(...).getValue
why this code window.open('url','width=600,height=600,scrollbars=Yes,resizable=no') does not work in my zoho widget but works in browser
So my question is why above code does not work in my zoho widget but works in the browser
Kaizen #67 - Email the contact roles of a deal using Functions
Happy New Year everyone! We hope you had a wonderful holiday season and are ready to tackle all of the challenges and opportunities that the new year brings. In the previous post, we discussed the Contact Roles APIs in Zoho CRM. Today, we will show you
Next Page