Associate contact with potential via API
Hello, I would like to associate a contact with a potential. How can I do it? If this can be done with updateRelatedRecords method, how do I get the ID of the potential and the contact I have just created via the API in order to use it at updateRelatedRecords method. Thanks, Nikos
API Limits and Related Lists
Two questions regarding data extraction via API: 1. Has Zoho addressed the issue of expanding the limit of 200 records per call? We have an automated call to extract data, and this limit means some records may be missed. How do we get around this low limit? 2. The method "getRelatedRecords" requires manual input of record ID. Has Zoho addressed this to allow bulk calls? thank you
API methods
What API methods should we use for integration for the following requests: To get the list of leads that was updated for the last two weeks and To get the list of contacts to for specified period Please help
Webhook - Where to find error codes
Hey there! I've created a webhook and have proved that my rule is firing. However, it doesn't look like my webhook is being called. I've taken a look at documentation that says that, if it errors, it will be displayed in the Zoho CRM. But, where in Zoho CRM will the error codes be shown? I can't find them. I am referring to https://www.zoho.com/crm/help/automation/webhooks.html#Refer_Error_Codes . thanks, -Kelly
Insert CustomModule info with Lead or Contact lookup
Hi! I was wondering how can i insert a record into a custom module and relate it lo a Lead or a Contact using a UNIQUE key, such as an email or the Lead / Contact ID? I am using PHP, so far I've tried with: <FL val="SEID">Lead ID</FL> <FL val="SEMODULE">Leads</FL> ------------------------------------------------- <FL val="Lead">Lead ID</FL> ------------------------------------------------- <FL val="entityId">Lead ID</FL> ------------------------------------------------- <FL val="WHOID">Lead ID</FL>
Error in data api Upload
I am trying to upload some data to the Leads api and I am having trouble, Here is the log of what is being sent, and the URL, (I blocked out the token of course) any clue as to what might be going wrong? I also tried to url encode the xml data 09:14:53.819 [info] URL https://crm.zoho.com/crm/private/xml/Leads/insertRecords 09:14:53.819 [info] Payload xmlData=<?xml version="1.0"?><Leads><row no="1"><FL val="Company">test company 30285</FL><FL val="Email">test-3573@test.com</FL><FL val="First Name">Phil</FL><FL
How do I get a leads associated 'Quick Notes' using the API?
I have a requirement to list notes associated with a lead in an application outside of Zoho using the API. I can get the lead information but the notes seem to be contained in a "Quick Notes" field, see below. This seems to be a unique identifier, but I am note sure how to get the list of notes. Does anyone know how to return the list of notes please? < FL val="Quick Notes" > https://crm.zoho.com/crm/private/xml/Leads/getMyRecords?authtoken=[API TOKEN]&scope=crmapi&newFormat=2&selectColumns=Leads(Lead%20Owner,First%20Name,Last%20Name,Company,Designation,Email,Phone,Fax,Mobile,Website,Lead%20Source,Lead%20Status,No%20of%20Employees,Annual%20Revenue)
No output returned from zoho CRM API using PHP
Hi I used the searchRecords to get the vendors data based on the criteria specified below.However I do not get any result with the below code.Any help would be appreciated. <?php class Zoho { private $token = 'f701c306a8d717e4d987efc7ccfb2712'; public $responseType = 'xml'; public function searchRecords() { $url="https://crm.zoho.com/crm/private/xml/Vendors/searchRecords?authtoken=f701c306a8d717e4d987efc7ccfb2712&scope=crmapi&selectColumns=Vendors(Vendor Name)&criteria=((Vendor
Updating Multiple Records in CRM through a single API Request
Is it possible to update multiple records in CRM through a single API call?
How do you add an opportunity to an account via the API?
The docs are clear on adding contacts, leads, and accounts via the API. I've got that fine. However I can't find how to add an update an opportunity to an account via the API. Do I insert the opportunity first using the Accounts API and the insertRecords method? What XML do I use to describe the new opportunity? I'm surprised there isn't a doc, or I just can't find it.
Getting Notes from CRM API
I'm hoping to pull Account Notes along with other Account info through the API (like when you generate a report and include the Notes module) I've searched through the API documentation but there doesn't seem to be a way to access Account Notes in the listed Modules or Methods. Am I missing something or is this not currently supported? Thanks!
Having trouble generating tokens
For some reason I am having trouble with the API in terms of it is not letting me generate Authentication Tokens, I am calling this URL https://accounts.zoho.com/apiauthtoken/nb/create?SCOPE=ZohoCRM%2Fcrmapi&EMAIL_ID=zach%40parrot-uni.com&DISPLAY_NAME=YourCRM.Link&PASSWORD=83********************************* I had copied the email address and password from the web page, when I tried to create a token from the web page it said I had too many, Is there a way to erase them as I did create a bunch while
no response when trying to get an phonebridge key
We tried to generate a phonebridge key as described in help section . But as a response, we get the standard ZCRM startup site instead of the key. So we can not get a phonebridgekey. Please advise, Thanks. Balz
Can I retrieve a list of all Leads I have in Zoho in VB.NET through the API?
Hi all, I am very new to this and would like to know whether it was possible to retrieve the whole list of leads (and status) from zoho for reporting purposes. Also, is there any class or DLL I need to use the API? Thanks, Gavin
Update multiple records in one API request
Hi All, When will Zoho implement update multiple records functionality? I often get API limit errors because I need to update many contacts records using API. Thank you. Regards, Nugroho
get json for already available auth tokens
Hi, Is there any way to get already available auth tokens using Zoho CRM API methods.
Problem encountered while deleting the record from the CRM objects
Hi Team, In the "deleteRecords" API call if i pass an "id" value for an object, where in that object(e.g. Leads) that id is not present,still i'm getting a successful message saying that particular record with that id is deleted,whereas it should throw an error message saying id is not present??? can you please help me with this???
Can I disbale/override wild card search on searchRecords API call
I am trying to query our Zoho accounts by a field called account number that we store load as an integer id. When I ask for account number 5 I am getting back 5,51,502,5001... due to it being a wild card search. Can I pass something into the call that turns off wild card search? I want to get back the records that are account number 5; don't want all the others where account number contains 5. A sample of my call. https://crm.zoho.com/crm/private/json/Accounts/searchRecords?"newFormat=1&authtoken=ourAuthToken&scope=crmapi&criteria=(Account
Connecting Microsoft Navision with ZoHo CRM
Hello, is there anybody who has successfully connected Microsoft Navision with ZoHo CRM? I just want to match basic user data in the first step. I´m happy about any feedback of a best practise. Thanks, Frank
Notes module not accessible?
(omitting API Key and TicketID): http://crm.zoho.com/crm/private/xml/Notes/getAllSearchRecords?apikey=[API Key]&ticket=[Ticket]&searchWord=132749000000066170 I get the following result: <response> Unable to process your request. Kindly verify whether you have entered proper method name,parameter and parameter values </response>Even if I change the searchWord to a word we have in our note title or description, we still get the same result. I noticed that Notes is excluded from FIELD LEVEL SECURITY.
Is Zoho Crm support insert Notes through api?
I'm checking by Rest console the In Raw body I'm getting this 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 Request body is : Request Url: https://crm.zoho.com/crm/private/xml/Notes/insertRecords Request Method: POST Status Code: 200 Params: { "newFormat": "1", "authtoken": "18203cbdbfd6d9730f8dfe0b65126a70", "scope": "crmapi", "xmlData": "<Notes>
Email blocked from sending out mails
Hi, My email at noreply@fuelvoucher.com.ng has been blocked for from sending out mails. Please do help to unblock and to raise this limit. Best regards, Uche
Export my customers data using PHP
Hello, I have a PHP script which fills a pdf form automatically with the provided information. My question is there a way to export my Zoho clients information into XML or HTML format so my PHP script can read them easily and fill the pdf form ? Thank you
Can I use API to fetch and push data with a custom module and custom fields of standard modules?
Hello Team, Can I use API to fetch and push data with a custom module and custom fields of standard modules? If it is not possible, do you have any plan to make it possible in the near future? BR
Problem sending Web form lead via Ajax
Hi, Can I submit the form via ajax? I tried, but got no success. The error I received was: "In the 'Access-Control-Allow-Origin' header is present on the requested resource" Thanks
How to get the created Authentication Token ID using API? or How to create login with authentication token?
Hi, I have to create login access with new Rest API version, on my older version i have generated dynamic & unlimited tickets with credentials. But in new we have to create authentication token and this tokens are seems to be limited. So please help on this. 1. How to get already available authentication token? or 2. How to create login for new API access? Thanks in Advance, Prakash Kannan K
Unicode character in CRM API
Hi! I get a stuck, i try to insert data into Zoho CRM from creator using POST method. my field contain German character with umlaut (ä, ë). I try different way with Ä %E4 in any combination ... Also trying to use <![CDATA[ ]]> but can't get it work. Does anyone know how to solve this issue? post = map(); postStr = "<Contacts><row no=\"1\">"; postStr = postStr +"<FL val=\"letzte Telefonnotitz\"><![CDATA[ä]]></FL>"; postStr = postStr + "</row></Contacts>"; url = "https://crm.zoho.com/crm/private/json/Contacts/updateRecords?authtoken="
API Methods searchRecords criteria 'different to' =!
Hello :) I have next syntax in PHP $parameter = $this->setParameter("criteria",'(UEN:'.$UEN.')' , $parameter); I want select UEN different of value of $UEN, and not equal. It is possible?
PHP cURL insert not working
Hello Everyone, I was trying the insert example. Code is not inserting the lead into the zoho crm and also not giving any error. Can anyone please help. Thanks in advance. Here is the code - what's wrong in there? <?php //Initialize connection $ch = curl_init('https://crm.zoho.com/crm/private/xml/Leads/insertRecords?'); curl_setopt($ch, CURLOPT_VERBOSE, 1);//standard i/o streams curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);// Turn off the server and peer verification curl_setopt($ch,
CRM Custom Module API
Hi! I need to insert record into custom module i make API POST: https://crm.zoho.com/crm/private/xml/CustomModule1/insertRecords?authtoken=...&scope=crmapi Content-Type: application/x-www-form-urlencoded; charset=UTF-8 Body o request : xmlData=<CustomModule1><row no="1"><FL val="Objekt Name">qwertyui</FL></row> </CustomModule1> (parameter urlencoded) i got response <response uri="/crm/private/xml/CustomModule1/insertRecords"> <error> <code>4401</code> <message>Unable to populate data,
Create contact for more than one account
Hello My name is Peter, and I'm new with zoho api. When i create new contact and this contact exist, how to create relation with new account? Thank you. I hope to fast response. Peter
Zoho insertRecord API doesn't handle duplicateCheck=2 properly if request contains multiple items
I noticed that when I insert a multi-record request to the insertRecord api method with duplicateCheck=2 , that the behaviour of the request (as in if it will update or insert) is determined by the first record. If the first record exists then it simply updates the first record and the rest of the records are not created since it cannot find them in the zoho database to update. If the first record doesn't exist, it simply inserts all records regardless if there is already a duplicate record present.
How to get the all child records at a time per module using developer api?
I am having 16000 leads and for each lead i mapped 3 childs. To get the child records we need to pass parent id(Lead id). per 1 lead i have 3 childs so, I need to made 3 api requests. per 16000 leads * 3 = 48000 api requests. So it leads my regular api request limit. Is there any possibility to reduce the api requests to get the child records? If possible please provide me a solution.
Insert records into Zoho CRM module using JSON
Hi I started using ZOHO CRM API. It is mentioned in the API that records can be inserted 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 in Json format and I am using Java. Can anyone tell me how can I achieve this? Thanks in advance
Best Open Source E-Commerce Solution, and best Paid E-Commerce Solution for integration with Zoho CRM
We're looking into creating an online store for our business, and are wondering which e-commerce solution is best fit for integration with Zoho CRM. Thanks
How to become API Integration Partner?
I'd like to integrate our solution with Zoho CRM. How to become API Integration Partner? And get into the page https://www.zoho.com/partners-api.html
How to fetch all Invoices from a Views defined ?
Hi, In Zoho CRM module Invoices I've got severals Views with filters, like range dates. Which provide us "Invoices from 2015 with paiement" and so on. How to get this list over API ? I can't find method to get Invoices from a Views here : https://www.zoho.com/crm/help/api/api-methods.html Thanks for your help.
Duplicate Check in custom module
Hi with custom modules is there a way to duplicate check new records. I have every thing working and posting data correctly just not duplicate checking records. i can duplicate check standard modules. Any suggestions. regards
returnURL with parameters
Hi, We need to set a returnURL with a query string. When I do this the system gets stuck on a blank page while submitting the form. Here is the code as example: <form id="dc-form" class="dc-form" action="https://crm.zoho.com/crm/WebToLeadForm" method="POST" name="WebToLeadsxxxxx" onsubmit="return check_form(this)" _lpchecked="1"> <div class="dc-form-fields"> <input name="xnQsjsdp" type="hidden" value="xxxxx"> <input id="zc_gad" name="zc_gad" type="hidden" value=""> <input name="xmIwtLD" type="hidden"
Webhook Error - Zapier - ZohoCRM & Cudasign
ZohoCRM Enterprise and Zapier are not working together for an Instant Trigger. I have set up an automation rule & webhook for an instant trigger using Zapier to autosend a document template from Cudasign when a specific field is updated within ZohoCRM. Unfortunately, Zapier can only get an error response from Zoho after a few hours of spinning wheel (left it in working in the background). I have successfully set up other Zaps to this instance of Zoho and Cudasign that are based on NEW LEADS being
Next Page