Needs to update the sales order record by deleting the existing product details and add new product
Hi there, I am using ZOHO CRM API for creating and updating records. Now, I have created a sale order record with one product on product details section. Now, I needs to update the sales order record by deleting the existing product from product details section and add a new product on this record. Is this possible? If I try to update the sales order record with new product details by using <product no="1"> tag , it will add the new product as second product rather than overriding the first product.
Support Pin Verification System For Sale With ZohoCRM
Hi Everyone. I have a support pin verification system for sale to someone that would need it. This is how it works. ZohoCRM will generate a pin number when a new customer is added. So when a customer dials in for tech support for instance it will require the customer to enter a pin number. The customer will then enter that number and our system will verify it against zohocrm records. If its approved then the system will transfer them into a queue; however if its not approved then it will route them
Error 4600 Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter.
Hi, I'm trying to insert records in the Contacts module, but all I get is this 4600 Error. I've tried inserting just First Name and Last Name, but the error is still there, so I think is not related with my fields. This is my code: <?php $url = 'https://crm.zoho.com/crm/private/xml/Contacts/insertRecords'; //campi contatto: riempire con i valori reali $name = 'name'; $id_facebook = '0'; $username = 'user@mail.ext'; $password = 'encryptedpass'; $surname = 'surname'; $data_di_nascita = '2/6/1983';
Convert Lead fails when "Checking Duplicate Email Address" is enabled for contacts module
I'm trying to convert a lead to account and contact using method https://www.zoho.com/crm/help/api/convertlead.html And while account and contact already exists then also associated accountid and contactid have been added to xml request, but I'm getting error "Duplicate record(s) with same email address already exists", code 4819 Request example https://crm.zoho.com/crm/private/json/Leads/convertLead?version=1&scope=crmapi&leadId=1479825000000089009&authtoken=x&newFormat=1&xmlData=<Potentials><row
Convert Lead fails when "Checking Duplicate Email Address" is enabled for contacts module
I'm trying to convert a lead to account and contact using method https://www.zoho.com/crm/help/api/convertlead.html. And while account and contact already exists then also associated accountid and contactid have been added to xml request. Request example https://crm.zoho.com/crm/private/json/Leads/convertLead?version=1&scope=crmapi&leadId=1479825000000089009&authtoken=xxxxx&newFormat=1&xmlData=<Potentials><row no="1"><option val="createPotential">false</option></row><row no="2"><FL val="ACCOUNTID">1479825000000088001</FL><FL
Convert Lead fails when "Checking Duplicate Email Address" feature is enabled for contact module
I'm trying to convert lead using api method https://www.zoho.com/crm/help/api/convertlead.html While account and contact already exists then i'm sending also associated accountid and contactid. Example request https://crm.zoho.com/crm/private/json/Leads/convertLead?version=2&scope=crmapi&leadId=1479825000000089009&authtoken=xxxxxx&newFormat=1&xmlData=<Potentials><row no="1"><option val="createPotential">false</option></row><row no="2"><FL val="ACCOUNTID">1479825000000088001</FL><FL val="CONTACTID">1479825000000089005</FL><FL
Get Account and Related Custom module data
I have done a lot of research on this, and apologize if this is a redundant question. But I want to be sure that what I have found is true... We have custom modules tied to Accounts, so for example we have a custom module called Employees.. I would like to open an Account by ID and get all related Employees.. From what I have been reading I cannot use the getRelatedRecords for this because Employees is a custom module. I also cannot use the ACCOUNTID that is automatically created on the employee
How can I capture LinkedIn account info into CRM?
Here's what I would like to do:- I am exhibiting at a show, and I have a QR code displayed. Prospective customer scans my QR code, which goes to a page where he can complete a ZOHO CRM form OR.... Log in with LinkedIn and have his LinkedIn details complete the CRM Lead form for him. Apparently, these things are possible with the REST API. Anyone done this? Can it not be a standard feature?
I am running out of API limits
Hi, Can anyone help me with API Limits in Zoho. I am trying to fetch a Lead record data into a form,it is retrieving only first time for one lead record only. If i try for second record it throwing me below error. " Error Executing the Workflow,On Add- On Validate Script" The maximum no.of Zoho API calls per day reached ." i am using Free trail of Zoho creator. Thanks, Neha
Issue in Posting Chinese Characters to "Web to lead form"
We are posting data from our ASP.net application to Zoho "Web to lead form". When we post Chinese/Japanese characters, data in Zoho shows garbled characters. We have tried it by changing Content-type, charset etc. but no success. What should we do to post Chinese/Japanese characters to Zoho "Web to lead form"? Kindly assist.
Error on failed API
Hi, Needing Urgent Help! We are having some trouble with importing leads via API. It was working fine up until recently. We are getting the following error... <?xml version="1.0" encoding="UTF-8" ?> <response uri="/crm/private/xml/Leads/insertRecords"><error><code>4835</code><message>Unable to parse XML data</message></error></response> Any Ideas? Thanks.
getRecords doesn't return all columns (SOLVED)
Hi. I'm using the API to fetch the accounts and get some data from certain columns. However, only a few columns are returned with the call. This is all I get: https://crm.zoho.com/crm/private/json/Accounts/getRecords?authtoken=token&scope=crmapi&selectColumns=All&fromIndex=1&toIndex=1 { response: { result: { Accounts: { row: { no: "1", FL: [ { content: "1251294000000233001", val: "ACCOUNTID"}, { content: "1251294000000071001", val: "SMOWNERID"}, { content: "OptiCits", val: "Account Owner"},
Can you add a new Zoho CRM user via the api?
I'd like to be able to add zoho users using the api. Is that possible?
API mime-type
Why is the mime-type in the header for the returned API set to "application/jsonp" as opposed to "application/javascript"? It is causing errors in AJAX calls to the API and renders the API useless for client side integrations.
How can i fetch all related records at a time from zoho crm?
I need to fetch all related records from zoho crm. Exaple: From leads module by using lead_id I need to fetch all related records like Campains, notes,Accounts etc at a time. Is this possible?
Mailchimp API/Integration
So I generated an API key and plugged it into MailChimp - I got this error Error pulling Zoho Contacts Data: You don't have account in Zoho CRM [4102] Does the Mailchimp integration not work with Zoho Creator?
insertRecords error:4835 on CDATA with &
When you try to insert records into Accounts with & in the "Account Name" field it fails even though it is in CDATA tag. example: authtoken=validtoken&scope=crmapi&duplicateCheck=2&version=4&xmlData=<Accounts><row no="1"><FL val="Account Name"><![CDATA[C & C Instruments GMBH.]]></FL></Accounts>
Retrieving a list of columns and the associated data types programatically
We are looking to pull back information about a customer's data structure programatically so that we can validate information that they have provided us. I can get a list of entity types (modules) in their Zoho CRM with the get modules request https://www.zoho.com/crm/help/api/getmodules.html which is great but i can't find a way of getting a description of these modules. The fields etc are detailed in the documentation, https://www.zoho.com/crm/help/api/modules-fields.html but i need this information
ZOHO CRM TASKS sync with the calendar
Just wondering why the tasks in ZOHO CRM do not sync with the calendar??? To me this would make a lot of sense to have this feature.
How to post to Leeds using PHP and fsockopen. Where do I get a 'AUTHTOKEN' to add to my code?
To start with I just want to say I'm sure Zoho is a great company with a lot of very hard working employees but I am new here and after 13 days of researching, coding, testing, failing and going back just to start the whole process over again I've had it. If I don't get an answer here to my questions, completely, fully, unambiguously I'm going to have to just pull my client from this service and you can be sure I wont be bringing you guys any new customers in the future. Sorry to be so harsh but
Add File Attachments with zoho support API
Just wondering if it's possible to add a file attachment when using the addrecord module through the API. I saw a forum post from 2013 that said it was not possible and I'm wondering if this is still the case, or can now be done. Many thanks!
PHP fsockopen form submissions from multiple domains
I have two domains and have been using the standard source copy/paste under 'embed options' on one of them for years with success. But now I'd like to use the same form on another domain I own on the same server. However in this case I'm using PHP and fsockopen calls on the server to attempt to relay the form data. This part isn't going so well, I'm not having any success trying to submit the post. Q: are these web forms locked down to only accept posts from predetermined referers? If so how
zoho CRM Integration with apple address book
Does zoho crm integrate one way or the other with my apple address book?? Now i have to maintain two contact lists...
Multiple records for SalesOrder
The API help specs: Multiple Records cannot be inserted for the Quotes, SalesOrders, Invoices and PurchaseOrders modules. Is that true yet?
Zoho Crm AES128 Encryption
hi, I m using zoho crm api for callrecieved but when i was encrypting the parameter named as encryptedvalue AES128 Encryption its giving reply that "FAILUREEncryption error. Check the parameters for encryption." As it is given the AES128 encryption is using currenttime+callrefid+phonebridgenumber+customernumber i m also also passing tese parameter but its not working for me.So any help would be apprteciated.
Automating a workflow - excluding the woocommerce buyers
I have some leads in a workflow. I will send some emails following some rules. My question is: Whem someone buys something in my website I need to exclude this client from the worflow and put it in another worflow. How could I do that? I use wordpress and woocommerce. Thank you
Help Documentation is Misleading
Hi, Just a quick FYI on the help doc for Webhooks, since the ticket & apikey is depreciated this page should be updated. Also could someone clarify how many fields I can push to ZCreator from CRM(Enterprise Edition)? Thanks, Damien Cregan Hire an Expert
Insert records through JSON
Hi I just started using ZOHO CRM API. It is mentioned in the API that records can be inserted into ZOHO CRM module using the below url in xml format https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=AuthToken&scope=crmapi&xmlData=Your XML Data But I want to insert records through JSON format and I am using Java. Can anyone tell me how can I achieve this? Is this possible Thanks in advance...
Is it possible to getRelatedRecords for custom modules?
I can't find anywhere in the documentation that states this doesn't work however I always get the response "Unable to populate data, please check if mandatory value is entered correctly.". Here is an example API call: https://crm.zoho.com/crm/private/xml/CustomModule2/getRelatedRecords?authtoken={token}&scope=crmapi&parentModule=Contacts&id=1398203000000086138 If I change CustomModule2 in the URL above to something like Notes then it works correctly. I can getRecordById for CustomModule2 and it is
zoho and quotewerks integration
Can you please run me through the process of integrating quotewerks with zoho CRM, using API Or integrating using the zoho authentication tokens. I have the token
zoho CRM JSON api resones
Hi I bring here two problems with the data obtained by GetRecordsByID methods, first by API call, second by deluge task 1. Calling Zoho CRM API with GetRecordsByID API method: I am trying to process Zoho CRM Get records by ID API method JSON response. i call this URL : https://crm.zoho.com/crm/private/json/Quotes/getRecordById?&authtoken=TOKEN&scope=crmapi&id=ID the call is performed from a Zoho Creator application by using the postUrl deluge task as follows: url = "https://crm.zoho.com/crm/private/json/Quotes/getRecordById";
Add Lead via Webform API (wufoo)
I am getting error code 4600 - and I can't track down where the error is coming from. Here is the response: <?xml version="1.0" encoding="UTF-8" ?> <response uri="/crm/private/xml/Leads/insertRecords"><error><code>4600</code><message>Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter.</message></error></response> nn Here is the XML generated from the form submission: <Leads><row no="1"><fl val="Company">Test Company</fl><fl val="First Name">John</fl><fl
Small issue with hyperlinks being cut on api docs
The hyperlinks for API urls such as on https://www.zoho.com/crm/help/api/updaterecords.html#Request_URL are being cut at the 'space' character between the keyword "AUTH CODE". Small issue but thought your web developers would like to know.
Getting Leads from website integrated to Zoho CRM Leads
HI, Can you anyone suggest me what is the best way (any code embedding) to integrate the Leads from website to be directly put in the Zoho CRM. There are only 3 fields we are capturing and that we want to put in the CRM Thanks
is there any specific method or API to insert records into customized table.
Hello I have created one table using chrome extension by creating one separate section. That table is still empty. I just wanted to insert records in that table. I know that there is one insertRecords API ,but for this API we need to create XML format.and for creating XML that field name must be same as the output of getRecords. So i have added one empty table but unable to get field name of same table in response of getRecords..so is there any specific method or API to insert records into customized
Insert AND Update via API
Hi, is possible to build a call to the API that Inserts and Updates records. I'd like to pass one array to the API that will update the vendors List if they already exist via the fields that are passed, and if it doesn't exist, it would insert them. Is this possible, or would I need to make two arrays (one for insert, one for modify) and make two calls? Thanks.
Google Adwords integration with API contact integration
We're using the API to insert Contacts. We'd like to pass in the "zc_gad" field to supply it for the Google AdWords integration. Is that possible? If so, what is the XML element for the <Leads><row>? https://www.zoho.com/crm/help/api/insertrecords.html#Insert_records_into_Zoho_CRM_from_third-party_applications
Update Existing leads through API
Hi i need some help with this, I have web forms where clients enter 4 fields that get pushed into my CRM leads module. Then in the sales process i need them to fill in a new form which i have developed and sorted, but through API i need to be able to update the existing leads with new data. The problem that i am facing is how do i direct the update API to the unique Id's? I ask this because with new leads coming in everyday how can i point to new id's that dont exist yet. From what i have seen the
What's wrong with how I'm using searchRecords?
This was working not long ago but is failing now: $ curl -k 'https://crm.zoho.com/crm/private/json/Leads/searchRecords?authtoken=MyToken&scope=crmapi' {"response":{"error":{"message":"Unable to process your request. Please verify if the name and value is appropriate for the \"criteria\" parameter.","code":"4600"},"uri":"/crm/private/json/Leads/searchRecords"}} According to the doco, the criteria is not a required field, and even if I add a criteria it still results in the same error.
Update record using API
I need a script I can publish on my website, that allows for updating of a record in my Zoho CRM database. It would function very similar to the "Unsubscribe" function Zoho provides, but instead of updating the "Email Opt-Out" flag for the given email, it would update a particular field for a given contactId and a value for that field (passed as 2 parameters). This sounds simple enough, but with no experience with the Zoho API I'm at a loss where even to begin. I have implemented this functionality
Next Page