Sandbox API access
I have created a Sandbox environment. I have got the Postman Rest Api collection as per https://www.zoho.com/crm/developer/docs/api/v2/api-collection.html I added a "Self Client" at https://api-console.zoho.com/ and then generated a Code (and selected
Use SQL Server for Token Persistence
I need to use SQL Server, not MySQL, for token persistence. I have seen that I can create a custom persistence, but I'm not sure how to implement the various methods. Is there any example code available?
Kaizen #20 - Node JS SDK
Hello everyone! Welcome to another week of Kaizen! In today's post, we will discuss the Node JS SDK. What is the Node JS SDK for Zoho CRM? Node JS SDK allows you to create client Node JS applications that you can integrate with Zoho CRM, effortlessly. It serves as a wrapper for the REST APIs, thus making it easier to use the services of Zoho CRM. What can you do with the Node JS SDK? Exchange data between Zoho CRM and the client application where the CRM entities are modelled as functions. Authenticate
get an error when trying to get token
#
#Tue Sep 25 04:25:24 PDT 2018
CAUSE=NO_SUCH_USER
RESULT=FALSE
when i trying to get an token. can any one help in this situation? https://accounts.zoho.com/apiauthtoken/nb/create?SCOPE=ZohoCRM/crmapi&EMAIL_ID=alpesh.***@gmail.com&PASSWORD=IIG**uHb6&DISPALY_NAME=mage
Is it possible to consume a webservice whit Zoho API?
Hi all, I am new in Zoho and I don't know the API possibilities yet. I have a client that uses Zoho and he wants to obtain data from another application. I thought about the possibility to make Zoho call an webservice to fetch data from my application.
SDKException Caused by : Class "" does not exist
I am trying to create invoice using PHP sdk > version 4.x.x. but i face the below exception. i get an error but not showing, what actually i miss the parameters. [2022-01-19 05:13:18] testing.INFO: com\zoho\crm\api\record\BodyWrapper Object ( [data:com\zoho\crm\api\record\BodyWrapper:private]
Auto populate data in create contact form using windows application c#?
I have developed a c# application which manage zoho contacts. It's working perfectly but i am stuck on a task. I want to open the create contact page of Zoho CRM with some data. Is there any way to send form fields data in query string?
Threading and multi users
Hi, I have developed a server application using the PHP-SDK. As a quick overview, we have an office of multiple users who all interact with the Zoho CRM throughout the day and the application automates a few of the tasks we perform. Each user uses a shared
How to get history of changes to contact OR history of changes to field value through API?
Let's say I have a custom field for my contacts named "Other_Phone". Its value for Jane Doe was 555-1234 in October, then got changed to 999-7410 in December. Is there way way I can (using the API) get the previous value for that field for Jane Doe?
Api response error code:202 ExceptionCode: INVALID DATA
im using zoho crm v2 when i try to submit the form it takes only email format data otherwise it throws an exception as follows code:202 file:"E:\eTutorworld\trunk\vendor\zohocrm\php-sdk\src\crm\api\response\APIResponse.php" line:127 trace:null exceptionCode:"INVALID_DATA"
API doesnt work
const request = require('request-promise-native'); module.exports.getUsers = async function() { const token = 'my-token'; const options = { uri: "https://www.zohoapis.com/crm/v2/users?type=AllUsers", headers: { Authorization:
Automation to link ZOHO CRM records to existing ZOHO Workdrive Folders
We are looking for an Automated (API Driven) mechanism to connect ZOHO CRM Records with corresponding ZOHO Workdrive folders. Within ZOHO Workdrive we have created folders names that match ZOHO CRM records now we want to link the corresponding ZOHO CRM
Default date format is not matching the expected format of deluge date-time functions
When retrieving a date time value of a record (E.g. "Created_Time") we receive something like "2021-12-13T13:05:33+01:00". When applying the getHour() function to this value, it will return 0 instead of 13. If I replace the T with a space, the function
Which field indicates deals is won/converted in zoho crm api
When i login into zoho developer console then going to analytics section i can see the Won Deals Count are 2. I want to fetch those 2 deals only through zoho crm api or query api.
API to add notes
I've got a php script that searches for records and it works fine. The key line is: $records = $obj->getRecords( $token, 'Leads', $data['Email'] ); $record_id = $records->data[0]->id; I'd like to add a note to the returned record. I'm using the native
Create custom connection with Kaleyra SMS?
Hi all, I am trying to create an CONNECTION for workflows so that I can use it repeatly. But it is not working. Hoping anyone can help. Here is the API doc. Thanks so much. Here is the connecion setting. Here is the workflow where I want to use the connection
CRM V2 API is able to create a record entry even when required fields are left empty.
I have created an `Orders` custom module as follows: As you can see, the `random` field is marked as `required` field. When I edit an order on the crm, as expected, it does not allow me to save the form when I leave these fields blank (screenshot below).
How to get all records in CRM using widget
I have 1000 records in CRM under Leads Module, I want to get all the 1000 records using CRM Widget but it only returns 200 records per page. how do I get the 1000 records on all pages using widget JS SDK? this the code I'm using ZOHO.embeddedApp.on("PageLoad",function(data)
{
ZOHO.CRM.API.getAllRecords({Entity:"Leads",sort_order:"asc"})
.then(function(data){
How to create Zoho API OAuth Token?
I'm building integration with your API using your Typescript library, but I don't understand your documentation to successfully create an OAuth token. Typically, my client would get called (/authorize endpoint) which should call your endpoint to prompt
How do I update a lead owner only using the owner email (Zoho API v2)?
I want to update the lead owner by using their email address, and not their ID. I know it is possible because I've done it before but I didn't save the request I made, and I don't remember how I did it. Something like this: URL: https://www.zohoapis.com/crm/v2/Leads/upsert
Upload attachment to image custom field
Hello, I have image attachments in contacts and I would like to upload the image to a image custom field through the API. I have the $file_id through the attachment but I dont know how to update the image custom field with that. I have this code but the
How to properly create custom persistence layer?
I need to integrate the CRM API with my service in Nest.js. Unfortunately, it requires I implement an interface to use a custom persistence layer, in my case, Mongo. Since I'll need to instantiate the resulting class, I can't inject the model as I normally
Get stage history and lead status history in bulk
Hi I'm trying to get this endpoints https://www.zohoapis.com/crm/v2/Deals/Id/Stage_History https://www.zohoapis.com/crm/v2/Leads/Id/Lead_Status_History It works via rest api v2 but data is too large. It takes too much time to get all data and it explodes
Is it possible to use webhook to submit html form data
Is it possible to use webhooks to submit post data to the action url of a html form? I want to automate subscribing a CRM prospect to another web site asset so I dont have to do it manually. I am open to other ideas/ gotchas on this one Thanks in advance. Geoff
How can I access a "local" path in an Azure Function?
I have written an Azure function to create leads in the Zoho CRM. I gotten great guidance from members here and I have one last hurdle to get over. Zoho API writes to a location it calls the Resource Path. This has to be a local path. For example, running
PHP SDK in CRM: can the logger be configured to output to stdout or stderr, instead of being an instance of com\zoho\api\logger\Logger
Hi, I have a few questions for you: 1. When I try to use a different logger, using php SDK with Zoho CRM, I get an error message Argument 1 passed to com\zoho\crm\api\InitializeBuilder::logger() must be an instance of com\zoho\api\logger\Logger For someone
zoho.crm.searchRecords No longer returns records when passing multiple criteria
Using the following criteria zoho.crm.searchRecords("Subscriptions","(Next_Bill_Date:equals:" + this_week + ") and (Related_Store:starts_with:Roch)",1,200); I was returning the appropriate records yesterday. Today when using the same criteria no records are returned. When I search only using 1 of the criteria I do get results. I'm wondering why the (and) no longer works.
Cliant Script is blocked by Japanese National Tax Agency Server.
I am writing a code to access the corporate number WEB-API of the Japanese National Tax Agency in a client script. So...Error found. like this Access to fetch at 'https://web-api.invoice-kohyo.nta.go.jp/1/num?id=KMKmyQSJV9bKa&number=T8040001999011&type=21&history=0'
Typeform and Zoho CRM
Hello Has anyone had any luck integrating typeform form into Zoho CRM contacts. I am aware that there is Zapier but was hoping for a free service. We are enterprise on Zoho CRM. Any help would be gratefully received.
Find Contacts related to Account
Is there a way I can find all the associated Contacts to an Account in the Accounts get records API ?
Populate a dropdown list from an API source?
Hello, I would like to populate a dropdown selection on for a new lead based on a list of choices from an outside API source. Essentially we will be selecting the type of vehicle a new lead has based on several filtered dropdowns. Select the Maker (i.e. Ford, GMC, Dodge, etc). Select the Model Select the Year The list is very large and is updated constantly due to new vehicles coming out. Is it possible to do this?
HTTP Status 401 - Unauthorized Access
Hello, I just signed up our company with Zoho CRM. I followed the confirmation link and attempted to login to the CRM site. We get the following error page on two different computers running IE and Firefox. HTTP Status 401 - Unauthorized access type Status report message Unauthorized access description This request requires HTTP authentication (Unauthorized access). Apache Tomcat/5.0.28What do I need to do?
Zoho CRM C# API LogIn
Hi guys, I hope you can help me with this one: I’m developing an App using Unity3D (the game engine, which uses C# and JavaScript) and so far I’ve been able to access the Zoho CRM API correctly, getting refresh and access tokens, making GET and POST requests.
Regarding pkl file for the Python SDK
Hello, We have one pkl file associated with one of the users. But when we tried using the same pkl file with another user of the zoho CRM, we faced an error while accessing the zoho CRM from our python codebase. Do we need separate pkl files for different
Zoho Crm API insert doesnt trigger WorkFlow
Hi We are using the Zoho CRM with a third party application and using API. We have created a workflow Rule to send an alert on creation of a Lead. It's working fine when we create a lead directly into Leads but it's not send an Alert/mail when we insert a Lead thru the API. Any help will be greatly appreciated! Thanks!!
Can I upload an email via the API?
Is is possible to use the API to upload an email to Zoho CRM? I have a large number to upload so using the addin for Outlook will be too time consuming.
There appears to be no way of deleting an unneeded service after deleting it's associated connection
Hello, After a few attempts I was able to successfully create a custom OAuth2 connection for Commerce since the scopes are seemingly unavailable under the regular Zoho OAuth connector. However... It appears that while I can delete the extra connections,
User Activity
iS THERE AN API THAT WILL RETURN THE HISTORICAL DATA ON USERS ACTIVITY on zoho?
Zoho crm insert api is not working
Hello all, I am having issue in inserting data through post api in Lead . I am getting this error: object(stdClass)#2 (4) { ["code"]=> string(22) "AUTHENTICATION_FAILURE" ["details"]=> object(stdClass)#3 (0) { } ["message"]=> string(21) "Authentication
Authentication error, Error 401
Hi guys, I have been trying to use your api services to add leads that would reflect on my CRM dashboard. --I am doing a POST request on url - https://www.zohoaaapis.com/crm/v2/leads. I have also provided my access token under header for "Zoho-oauthtoken"
Next Page