How to generate a permeant Oauth access token using self-client for back-end to back-end communication; By using the API only? Or by generating permeant access tokens or unlimited refresh tokens!
I am trying to export each user after registration from my application to Zoho contacts, but I find no way to generate the access token without front-end user interaction (confirmation &redirection). I tried to use the self-client but I found it very
Widget API privilege level running as User - can it be run as Admin?
Okay, bear with me here.... Our data-sharing level mandates that all Leads are visible only to their owners. However, in the event that someone calls asking who their Sales Rep is, sometimes we need our team to be able to look up a Lead by name to find
Appended crm_entity_id variable to a webtab for Zoho Form to recognise what record to update
Hi guys Im creating a portal that requires a lot of data to be inputted by customers. Rather than giving them one long form to fill in, I want to display smaller forms for them to fill in. Each form should be accessed from web tabs across the top of the
SnapeEngage Chat and Zoho CRM integration
Hi, Does Zoho and SnapeEngage have integration so that leads can be created from chat session? -Eric
Oauth: Check authentication status
Hi there. I am developng an integration module for open source SMS. I need to check if generated auth tokens is still valid. What REST endpoint can I ping for that? The problem here is that I do not know for what scopes provided tokens was created.
Add :contains: search query term to Zoho CRM widget SDK
Hello, a frequent piece of feedback I'm getting from users of custom widgets I have built is adding the ability to search for a record using contains/like instead of equals or starts with. Starts with as a filter logic works great when the value being
C# ZCRMSDK link contact to account
Hello everybody We’re using Zoho ZCRMSKD to code an application in C# who synchronise the Accounts and Contacts between our ERP System and Zoho CRM. At the moment we’re facing a problem we can't solve by ourselves: When we add a new Contact in Zoho
Zoho CRM API version 2.0 sunset date.
Hi, Since version 3.0 of the API is out now, are there any plans or dates announced for the deprecation or sunsetting of version 2 of the API? Any help or information would be greatly appreciated. Cheers
Zoho CRM's V3 APIs
Hello everyone! We are happy to announce the release of Zoho CRM's V3 APIs! While the previous versions are stable and widely-used, V3 brings you a set of rich APIs that can satisfy your business needs quite easily. Read on for a brief of the updates
Integrate with external API
Hello, triggered by a field update in CRM leads module, I need to push something to an external API. I've got this running using automatins/actions/webhoolks. The external API responds with an OK200 and some JSON information in the body. How can I use
How to execute a CRM custom function OnSave a product? I got this already
What I'm looking for is trying to fill the Unit Price field with the value of the Price 1 field converted to CAD on my ClientScript side I got this product_ID = $Page.record_id; var response = ZDK.Apps.CRM.Functions.execute("Product_OnSave", { "product_ID":
Getting information from Zoho CRM in Zoho Sheets for each record on new row
Hi there, I am looking for a code to get the information from Zoho CRM to Zoho Sheets, but each record on a new row. The information is now merged on one cell in Zoho Sheets. I want to get the records from a list view in the sheet. The code which I
Getting invalid_code while trying to use PHP SDK v3
Hi to the team. I'm getting stuck while trying to use PHP SDK v3 and trying to apply what's written in https://github.com/zoho/zohocrm-php-sdk documentation I think I'm confused in something, but I don't know what : I'm using a Self Client access with
Extension Pointers - Simple yet significant pointers #6: Adding and deleting developers
Adding and deleting developers in an extension To perform different functionalities with different applications, it may be necessary to create multiple extensions on the Zoho Developer platform, Sigma. You may develop an entire extension on your own,
How to get a specific parameter from API output?
Dear sir/madam, Hopefully you could help me with this easy code. I am using the following code receive data from an API: xmlResp=getUrl("https://api.optimoroute.com/v1/get_scheduling_info?key=20bb316618108d4404d38797f9a6b1XXXXXXXX7&orderNo=3944070000XXX1166");
Adding links to task via API
Hello, is it possible to add links to tasks via API? I mean this: We'd like to create a task containing a list of Contacts matching certain conditions. Thank you Antonio
ERROR invalid client api v2
Hi! I'm getting ERROR_invalid_client while trying to generate access and refresh token. I have registered client on zoho.eu domain account(which works fine). But when I trying to do a login from another (zoho.com) account I'm getting ERROR_invalid_client. How do i fix this?
Configuring a workflow when a specific picklist value is changed to a different specific value
I'd like to create a Task when the Status of a Product is changed specifically from "Offline" to "Online". I cannot figure out how to set this workflow. I tried setting to to trigger anytime the Status field is changed to "Online", with the condition
Getting "NO_PERMISSION" on API call for Administrator user for *some* modules (/crm/v3/settings/fields?module=<certain modules>)
Getting "NO_PERMISSION" for Administrator user with all permissions for some modules (/crm/v3/settings/fields?module=<certain modules>) Same query works for many other modules, but fails for these: Campaigns Cases Solutions Products Vendors Price_Books
'Refresh token is not provided
when i am using get all records zoho crom dashboard to our website then occure error ('Refresh token is not provided) using php sdk samples code. please anyone provide me solutions or implementation code of insert and fetch records to zoho crm dashboard
Extension pointers #12: Create custom script and retrieve personalized outcomes using custom actions
Create custom script, allow end users to define criteria, and obtain personalized outcomes. What are custom actions? Custom actions make it simple to carry out a templated action or task that end users can reuse, leading to personalized outcomes based
Can not get FirstName and LastName columns for a custom lookup column using Query API
For default lookup columns such as Owner, when executing the following query in Query API I was able to get data { "select_query":"select Owner.first_name,Owner.last_name,Owner.id from Accounts where id is not null" } However I have created a custom
ZOho CRM API : Unable to connect even following afficial documentation step
Hello, I'm facing issue when i try to connect to api from Oauth2. Even i post request with correct parameters like id and secret i and client id, have only error message like : invalide code or invalide url redirect url even if it the same like set on developper console. could you please check it why is no t working ? Thanks,
Is it possible to join Users and Accounts using Query API
Is it possible to join Users and Accounts using query API For example: { "select_query":"select Users.first_name, Users.last_name, Accounts.Email from Accounts where id is not null" }
Query API . Expose all fields that that require a join for lookup
From Query API documentation it seems that there is a limitation according to which we can only use only two relation join in the select query column. https://www.zoho.com/crm/developer/docs/api/v3/COQL-Limitations.html However I wanted to know if there
How to make sure that the refresh token has not expired
I know that refresh token lives forever, but i can revoke it, so the question is how to verify that the refresh token is valid without creating access tokens. For example, as in HubSpot https://legacydocs.hubspot.com/docs/methods/oauth2/get-refresh
Extension Pointers #1: A step-by-step guide to integrate Google Contacts using Sigma
Integrating and syncing data is a significant factor for effective customer relationship management. Let's consider a scenario where an entrepreneur is planning on starting a new venture. An important factor in propelling any business towards success
Function Code
Hi there, I am struggling to generate a code for functions. The purpose is for data upload. I have 3 Custom modules. (Discretionary Savings; Retirement savings; and Annuities & Incomes, each with a module ID) I have multiple products, by multiple providers
Extension Pointers - Simple yet significant pointers #5: Deleting developers from workspace
Deleting developers from Sigma workspace As a continuation to our previous post in this series, let's see how you can remove developers from your workspace. Similar to adding developers to your workspace, you can remove developers in order to revoke
Adding a column like Zoho Records id
Hello, I am sending zoho crm leads to another application. I need to create a column to separate records with successful URL submission and records which fail. I should be able to assign values in these input deluge commands, but I don't want it to appear
Zoho CRM API: Access Call Recordings (Ring Central) via API
Hi, We have activated Zoho CRM -- Ring Central Integration. We can listen to the call recording by Zoho CRM UI. We need download call recordings by the API. 1. Is there a way to do that? Could you please explain me as I couldn't find it in the API documentation?
How-to get line items from sales order using bulk read
Hi We are trying to download the Sales and Purchase orders with all it's line items from our CRM to do some analytics. For that purpose we are using the bulk read API https://www.zoho.com/crm/developer/docs/api/v3/bulk-read/create-job.html. Unfortunately
API for Online Meeting Event for MS Teams
Our CRM is set up so when a new meeting is created (manually) and the "Make this an online meeting" checkbox is checked, a Zoom meeting is created and an invite sent. I am using the API CURL code in the screenshot below to also create a Zoom event programmatically.
COQL request ignore "not like"
i used COQL for api requests $query= "select id, Name_for_1C from Invoices where ((Name_for_1C not like GoITeens) and (Date_of_receipt_of_payment > '2022-08-15'))"; $query= "select id, Name_for_1C from Invoices where ((Name_for_1C not like 'GoITeens')
Possibility to update SDK module metadata dynamically or store it in a cloud?
Hi! I'm using the Node.js SDK v2 in my web app. The web app runs in Google Cloud Run. The app fetches module data from Zoho CRM and lets the user edit the information. The problem is that when ever we update/add a field in Zoho CRM, the web app suddenly
Multi-select fields don't add items, they overwrite
Hello, For Action Leads/insertRecords? When I choose duplicateCheck =2, it finds the same email, and updates the record. Fine. But don't you think that all Multi-select fields should have Items added to the list, rather then replacing all the options
Search records API - Sorting
Hi Is it possible to use sort_by and sort_order in Search records query? I tried using it and it works but it's giving me inconsistent results. https://www.zoho.com/crm/developer/docs/api/v2.1/search-records.html Thanks.
<join limit exceeded> error when executing a query using COQL
I have executed the following query (using COQL): { "select_query":"select Owner.first_name,Created_By.first_name,Modified_By.first_name from Accounts where id is not null" } but I get an 400 Bad Request with the following response, { "code": "LIMIT_EXCEEDED",
"error":"invalid_redirect_uri"
Hi, 1. I have created a client app at https://accounts.zoho.com/developerconsole using dummy redirect url http://127.0.0.1:8080/. 2. I then followed the instructions at https://www.zoho.com/crm/developer/docs/api/auth-request.html to generate a grant
Unable to Upload files to ZFS in Zoho CRM API
I wanted to fetch an image from an external website, and then upload it to Zoho File System so that I can attach it to an image upload field. Based from the documentation in https://www.zoho.com/crm/developer/docs/api/v3/upload-files-to-zfs.html, a sample
Next Page