How to connect Shopify with CRM (please describe step by step)
I want to Connect Shopify website to ZOHO CRM so that when a customer fill up a form from Shopify website then a contact will be created automatically in ZOHO CRM
How to Get Global picklist (Global Set) values from API V5
I am working on a project and I need to validate values before updating accounts in zoho CRM. For regular picklists I am able to obtain the values using the fields API but for the fields that are using global sets I still get the original values from
Creating a request for authorization token in code
Hello, I am trying to create a request in my application code to get the authorization code from Zoho CRM. I have tried to register my application with client-based, server-based and self client as well. But I am unable to grab the authorization code
Help! Trying to update Account Module via website in Javascript, and its creating a new entry
Hi there, We are using Javascript on our website and trying to update a record in the Account module when someone updates their business details. Our code is as follows: const updateZohoAccountForClientUser = tryCatchWrapper( async (userId: string) =>
Searching using telephone numbers
Hi, I am looking to pop a screen based on a phone number. Q1. Is there a way to search across Leads and Contacts with one query - at the moment it seems I have to issue a query for each type of entity. Q2. The datastore I am searching against has telephone numbers in seemingly free format. e.g. some entries have spaces between area code and number, others dont, some have +xx in front etc. So many of my searches fail because the of what seems to be a requirement to exact-match: https://crm.zoho.com/crm/private/xml/Contacts/searchRecords?authtoken={0}&scope=crmapi&criteria=(((Phone:{1})OR(Mobile:{2})OR(Home
URL images
I would need to get a url of an image I uploaded to Zoho to use in my app, is it possible? In this case, where do I find in Zoho CRM the images I uploaded using the api.
https://maven.zohodl.com seems to be down
https://maven.zohodl.com seems to be down so we cannot use Zoho Java SDK. Any ideas when it will be back?
Remove product from a quote or clear product details.
I have a Quote with a couple of products in "Product details" section. I need to update quote with some new data and I need to remove some products. Can I clear product details in a specified quote and add products again? If it's not possible to do with
Using Zoho CRM as a backend for a web application
Hello i wanted to make a web application for the front end i am using react and wanted to use Zoho as the backend for user ,products ect . What are some good resources or tutorials i can follow apart from the docs on Zoho Apis ? Maybe something that goes
How to get API key for external access
How do I get an API key to configure my own system to connect to the CRM ? The only key I can seem to find is the ZSC key
Can I set API request limits for each client application?
Hi, We let 3rd party service to fetching data in our Zoho CRM using API calls for web applications. For each web application, we create a Server-based Application client in api-console.zoho.com. Since there are limited credits for our license to use API
Zoho CRM Portal Default Value on form load
The contact would create custom module record on CRM Client Portal. How can I default value fields [account name, ship-to address, ship-to phone, ....] from module Contact to the custom module. I try the [Workflow Rules] at Automation, but the trigger
Update CRM Variables with Additional Business Logic
Update CRM Variables with Additional Business Logic ZOHO CRM Variables provide the ability to store static values that can be updated in one spot and used across multiple functions within a ZOHO deployment. Specific Events, Actions or responses to another
Call function in function
Hi , Can you I call function in other function ? if no, Can I create a bloc code deluge and call it in function ? How ? Thank you in Advance ,
CRM Deal API, Insert Record Error INVALID_DATA
I have pass json data and added require fields but getting below error, can you send each field name so i can make proper request to create record ? { "code": "INVALID_DATA", "details": { "expected_data_type": "jsonobject" },
Kaizen #114 - Geocoding Leads' Addresses in ZOHO CRM
Hola, code enthusiasts! buckle up for a new post on our Kaizen series. This week, let us bring the theory to practice and explore a real-world scenario of sales representatives. We will look at how to create a Related List Widget map in Zoho CRM's Lead
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
Next Page