ZohoCRM Price Book API
Hi all, I am creating a integration plug-in for Magento that synchronize Product Groups and Tiers Price with Zoho CRM Price Books. However, now I have a problem: When I update a price book that has pricing model is not None and it had some Pricing Details. So, now, how can I update this price book with change in pricing details? I am using function updateRecords but ZohoCRM replied "Invalid Range Values". Example: Price Book had Pricing Details is From Range To Range Discount (%) 3 5 10 6 10000 30
Push Formsite data to Zoho CRM via API?
Ok so I'm completely lost and exhausted, spent far too much time on something that should be simple and I'm hoping i can get some assistance here. I'm assuming I'm missing something really dumb but I have no idea what (this is all new to me) So i have a test form setup here: http://fs18.formsite.com/raylon/form5/index.html I was told via the support on Formsite that i could use their server-post feature to send the data over to zoho. Here is what the configuration screen looks like for server-post
Mal formed XML Response when inserting Accounts with option &duplicateCheck=(1)&version=4
Hi, when I'm inserting multiple records in accounts with the option "&duplicateCheck=(1)&version=4" sometimes I receive a wrongly formed xml which is missing a starting tag , the example where the starting <row no="97"> is missing. I'm using the duplicate option because the multiple insert is not returning the response which will provide enough information to map the request and response which is crucial in my case. With Mal formed response i have even more problems... any advice ? regards Tomaz
how to get account list using api?
Hello, I Converted my Leads into Account, While use lead api i get all leads however converted leads not display inside Lead Api Can anyone guide me how can i get Account api list ? Thanks Nishant
Hello Need help in Zoho API- fetch records from zoho to Other ERP
I'm unable to get the records from zoho to Other xml based ERP can anyone help me with the steps to follow
Update Multiple records from web app through api to zoho
Is there a way to update zoho multiple records from my web app through an api. i am not sure about how this criteria to used and send multiple parameters to the zoho form.
Integrating Zoho CRM Price Book with Zoho Creator
Hello Experts, I'm trying get an idea about feasibility of integrating ZOHO CRM's PRICE BOOK / QUOTE INVOICING features with Zoho Creator (or an external database like Access or MSQL) Is it possible to generate dyanamic Unit Prices based on user defined parameters (eg Model, Plating Type1, Plating Type2), which are passed to a database (eg MSQL or similar), and which returns a Unit Price for including in a Quotation? In my company: Each Model has 4 Parts Each Part has a Raw Price and Plating Weight.
Api errors when contact fields include `&`
Tried creating a Contact with 'Mailing Street' = 'Fuller Smith & Turner Griffin Brewery' but errored. I had to instead create Contact with mailing street 'Fuller Smith and Turner Griffin Brewery'
How can I randomly assign leads generated from ZOHO web form?
Good afternoon! I'm Limberth caamal (web developer), I'm trying to integrate ZOHO web forms to my website and I want to know, if I can randomly assign leads generated from ZOHO web form? Or, if there is another way to randomly assign leads generated from the website. Thank you!
Products disappearing from sales orders
We have our web store integrated with Zoho CRM via the API so that when a customer places an order it automatically gets inserted into Zoho as a Sales Order. It's been working fine for many months. The sales order is added to a temporary account and when we process it we create a new account for the customer and move the sales order to that account. Yesterday we began having a problem where when we move the sales order to the new account all of the products in the sales order except for the first
Web to Contact Form
We are a research organisation and every two months we hold events where our contacts are emailed about it in advance and they have to register to attend it. In web to contact form, I find it pointless that an already existing contact has to re-enter all the information again althought the information already exists in the contacts of CRM. A more efficient way will be: 1. Contact only enter email address on the form and clicks on 'Verify' button. 2. If contact exists in CRM i.e. if similar
What is error code 4820 and why response with this error code has content-type text/html?
Hello, We noticed a new error code that ZohoCRM API returns some times: 4820. None of the documentation explains this code. The whole response is: {"response":{"error":{"message":"API call cannot be completed as you have exceeded the Rate limit","code":"4820"},"uri":"/crm/private/json/Contacts/downloadFile"}} and its headers say that content type is "content-type"=>"text/html;charset=UTF-8", which makes it impossible to handle it correctly since it is clearly a JSON, not a html. So, 1. what this
Automate "Zoho CRM" Invoice to PDF and Mail Invoice from API (PHP server side)
This relates to Zoho CRM and not Zoho Invoice or other add-on's. I can create a new invoice for a Zoho Account/Contact from the website PHP using the API. How can I 1. [More Options] > "Export to PDF" and 2. [More Options] > "Send Mail" from the API to do these funtions from my website php? ie. for example (simplified form) // Create the invoice $my_new_invoice_id = $zoho->insertRecord(....invoice record....) // Create the pdf www.zoho.crm/something/CreatePDF?invoiceid=$my_new_invoice_id //
Approval Functionality
Hi, I would like to ask if I am able to provide the following customizations, by myself, utilizing Creator and the API: 1) Provide editing or mail sending rights to quote creation and editing 2) Introducing approval levels for quotes that are created, and only expose the sending functionality after approvals have been provided. e.g. Create Quote -> Relevant Roles receive notifications of Quote -> Approval Roles Approve Quotes (1 -3 levels) -> Relevant Role now able to send Approved
Leads being entered as Contacts via the API
HI, I have recently created an integration plugin for our systems that creates leads in Zoho from business information that we have mined. I create the Leads object XML and use '/Leads/insertRecords?newFormat=1' to create it in Zoho. This works well with my instance and with most of our customer instance. However, two of our customers have reported that it is creating contacts, not leads in their instances. Is there any reason why this might be the case? Is there a setting or similar that translates
How to delete ALL data fast?
My developer is writing a script to import data from Highrise. But he's made some mistakes in the data, so he needs to delete all the data imported into Zoho already and start over. How can he delete all data quickly (not manually in batches of 100 records)?
Data Import
Is it possible to import data into Zoho from a web form? We are trying to capture new leads on our website but then have them imported into Zoho to be "worked". The data will probably be in a SQL table somewhere so we could possibly import from SQL but not sure if any of this is possible.
Mass delete via API or CRM
So I am testing a script and as happens occasionally I made a mistake with a LOOP in the code. This error resulted in about 10,000 records being added that I wanted to delete. The problem is there is no way to do a MASS deletion of records. The mass deletion in the CRM only allows me to delete 100 records at a time (Extremely tedious). I think one of two things needs to happen, either a DELETE API that allows you to delete multiple records based on a search criteria or at last be able to feed
Can I pull bug data using C#?
Hello, I am new to Zoho and while experienced with C#, I have not done much REST calls. My question is, is it possible to pull data on bugs using an API and if so, are they any examples to get me started? Thank you.
InsertRecords with jquery erorr
Hi, I'm trying to call the InsertRecords api with jquery ajax method and I'm getting a 500 internal error message. Does anyone have any suggestions? Here is the code: var leadCRMUrl = 'https://crm.zoho.com/crm/private/xml/Leads/insertRecords?'; //api service var crmForm = $('#crmForm').serializeArray(); var crmAcctData = 'newFormat="1"&authtoken=<TOKEN>&scope=crmapi&xmlData=' crmAcctData += '<?xml version="1.0" encoding="utf-8"?> \ <Contacts> \ <row no=1> \ <FL val="First Name">' + crmForm[0].value
Drupal 6 Zoho CRM integration (= synchronization module)
Hello, we are searching for a custom developed Drupal 6 module in order to integrate Drupal with Zoho CRM. Is there a solution out there or are there people interested in collaborating with us to develop a solution together, by sharing development costs? Best regards, Christian
API call to get total API calls remaining
It would be very helpful if I could do an API call that would tell me how many API calls I have remaining that would be great. It would make it even greater if that DIDN'T count as an API call itself. I have many scripts that do API calls but there are all separate (Some even reside on separate servers). Knowing how many API calls I have remaining would allow me to exit my script nicely if no API calls remain.
Receiving, filtering and re-sending emails
Dear, I need to make a routine check and distribution of incoming mail. Today I get several emails where I need to address it and then re-send this email to other emails. How to do this? I am publishing this request in Portuguese, because I believe that there is any other living soul in Brazil using Zoho to work. Already, thanks for the help. Pugas ---------------------- Prezados, Eu preciso fazer um rotina de verificação e distribuição de e-mails recebidos. Hoje eu
Error code 4600 Unable to process your request.Please verify if the name and value is appropriate for the "xmlData" parameter.
Hi, I am getting below error while updating zoho lead data. <response uri="/crm/private/xml/Leads/updateRecords"> <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> My XML data is look like below with url. https://crm.zoho.com/crm/private/xml/Leads/updateRecords?newFormat=1&authtoken=auttoke&scope=crmapi&id=1066873000000071005&xmlData= '<?xml version="1.0"
Search limit and tips and tricks
So I have a lot of subscriptions that I use Zoho and Authorize.net to keep track of. This involves looking up a contact whenever Authorize.net charges them. Today, I found out the hard way that Zoho only allows me to lookup 250 records per day (even though I can update upwards of thousands?). So how do I go about being able to get full usage of my update limit, if I can't find out who needs to be updated using a lookup? Theoretically I can only update 250 unique contacts per day if I do happen to
using InsertRecords with ACCOUNTID for contacts works on new contact insert, fails on contact update
Hi, I'm using the latest version of InsertRecords as follows: URL: https://crm.zoho.com/crm/private/xml/Accounts/insertRecords Post data: 'authtoken'=>'REDACTED', 'scope'=>'crmapi', 'newFormat'=>1, 'version'=>4, 'duplicateCheck'=>2 'xmlData'=> '<?xml version="1.0"?> <Contacts> <row no="1"> <![CDATA[]]> <FL val="First Name"> <![CDATA[D]]> </FL> <FL val="Last Name"> <![CDATA[L]]> </FL> <FL val="Email"> <![CDATA[dl@email.com]]> </FL> <FL val="Title"> <![CDATA[MyTitle]]> </FL> <FL val="Phone"> <![CDATA[(999)
Exporting Data from ZohoCRM to a Webservice via an XML
Hi All, I have been working on this for a while now and I need some advise. I have a 3rd party application which can retrieve information directly from a webservice in the form of XML and import directly into that application. I need to know, how do I export that data from Zoho in a specific XML format and have it sent directly to a webservice. Any help or advice will be appreciated.
Quotes- Changing the order of line items
The products listed on our quotes need to be in a specific order, but often we skip/miss a product and don't realize it until we are finished with the quote. Currently we have to either delete the items and re-enter them in correct order, or just leave the item at the bottom of the list and hope the customer can figure it out. Is there a better way to change the order of the items? A click and drag feature?
4600Unable to process your request. Can't figure out how to send my create Potential request
4600Unable to process your request. Please verify if the name and value is appropriate for the "xmlData" parameter. Is the error I am getting, I used to $_POST to get my variables, I am certain I am not doing my xmlData variable like I should but I am not certain at all how to set it up. Any help would be greatly appreciated on where I am going wrong. EDIT: when I echo xmlData it shows up as blank.. so obviously I am writing it wrong, but I do not see where the error is.... Thank you. $ch =
How to associate ACCOUNTS and CONTACTS via API
I am trying to synchronize Zoho with my local DB for a web app I have developed. In my web app my Accounts and Contacts are associated using a Unique ID Numbers which is stored in the background. So like this Accounts.Account ID == Contacts.Account ID means this contact is a member of this account Zoho however from my understanding links using the Account Name field. So like this Accounts.Account Name == Contacts.Account Name This is problematic because the Unique ID is best an unchanging number
I am trying to load invoice information into ZOHO using your api function.
I am trying to load invoice information into ZOHO using your api function. I tried to follow the example in your help menu but the data is loading into Sales Orders instead of Sales Invoices. What do I need to change for this to load into Sales Invoices? Based on user suggestions, I tried changing the directory name "SalesOrders" to "Sales Invoices" and to "Invoices" but neither method worked. https://crm.zoho.com/crm/private/xml/SalesOrders/insertRecords?authtoken=(removed from view)&scope=crmapi&newFormat=1&xmlData=<SalesInvoices><row
multiple insertRecords: no response for particular records
Hello, I'm using insertRecords method with multiple records. I'm trying to add 3 records. They are the same in both cases, but depends on order I'm able to insert all or only one, third, from them. I have no idea what about reason. Please help. There's also no error or any information about missing Contacts in response. Anyway, I never get any error messages on failed inserts during insert multiple records, which contradicts documentation (https://www.zoho.com/crm/help/api/insertrecords.html) Code:
Problems with inserting/updating Leads with CRM API
I'm trying to update and insert Leads using the CRM API and I sometimes get the following error: <response><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> My problem is that sometimes everything works fine and sometimes I get this error, but I'm struggling to see any difference between 'good' XML and 'bad' XML. I'm enclosing all values in CDATA tags.
installable package for Zoho
Does Zoho api allows to create installable package for performing some actions, like creating child records of potentials.
adding button on potential page
1.Can I add a button(for some action) on potential page using developer api? 2. Can child records of potential/opportunity be created by api? please clarify these.
Response Order for Inserting Leads
When inserting leads using the api you receive a response with the ID of the lead. Is here any way to determine the correct order or match the lead you inserted to the ID? They appear to be coming back in numerical order that doesn't correlate to the order the leads were submitted in. I'm inserting multiple leads per request. thanks.
Response Order on Inserting Leads
It seems like the ID in the response is ordered based on the ID number as opposed to the order of insertion. Is there any way to match it up with the order we inserted? For example if we insert (Lead1, Lead2, Lead3, Lead4) the order of the resulting response doesn't match and we get something like (id for Lead2, id for Lead3, id for Lead1, id for Lead4). It doesn't appear to be alpha ordered on name or email either. Any advice on how to order my inserts so that i can match up the id from the response?
A third type of cases
Hi, I would like to know if it would be posible to have a third type of cases. We have Sales Opportunities and Cases now. Could we have (developing it or not) a third one? It would be as the current Cases but with a different label. Thanks
Convert amount to letters in quotes/invoices (here you are my answer) but need you to integrate it
Hello, it seems impossible to display the total amount of a quote or invoice into letters ! So here you are a script that can do this for FRENCH amount to letters, it supports French /swiss french / belgium french variants. Hope you can do something to integrate this ! This is a javascript. ******************************************************** /* '*********** ' Devise=0 aucune ' =1 Euro € ' =2 Dollar $ ' Langue=0 Français ' =1 Belgique ' =2 Suisse '***********
SSL error(35) when trying to communicate with ZoHo using cURL
I am trying to simply communicate from my server to ZoHo API, but I cannot successfully complete the SSL handshake in order to insert new records. If I run curl -v https://accounts.zoho.com/apiauthtoken/nb/create?SCOPE=ZohoCRM/crmapi&EMAIL_ID=[username]&PASSWORD=[Password] Then I get the following output: [1] 29707 [2] 29708 [ravi@server ~]$ * About to connect() to accounts.zoho.com port 443 (#0) * Trying 74.201.154.199... connected * Connected to accounts.zoho.com (74.201.154.199) port 443 (#0)
Next Page