ADD IN ERROR
Why am I receiving this? When using 365 add on HTTP 400 error It’s not you, it’s this link (it appears to be broken) Try this Retype the web address Go back to the last page Search for the page
Signup form integration option?
Background: -----------------We have a public website A and our application web site B. We want to track user behaviour and info all they way through the buying cycle as the user will go through a free trial on web site B. We are able to use webforms integrated on site A to capture Demo Video signup and other sales related stuff. However once a user goes to sign-up for free trial, this is done on site B using custom code (we have different important validations and registrations). Thus a Zoho web
Problem with InsertRecords - '&' not allowed in Description
Hello, Can any one please guide how to pass description data with '&" and other chars like (<, >, etc ). Its gives me error like this >> 4835Unable to parse XML.XML document structures must start and end within the same entity. URL : "http://crm.zoho.com/crm/private/xml/Leads/insertRecords?newFormat=1&apikey=$ZOHO_APIKEY&ticket=$ZOHO_TICKET&xmlData="; I am passing below data in xmlData. <Leads> <row no="1"> <FL val="Company">NIL</FL> <FL val="First Name">chets</FL> <FL val="Last Name">dev</FL> <FL
searhRecords Bug, cannot search with 'IN' or 'AS' as criteria
the searchRecords method appears to fail when you search on SQL keywords. For example: with criteria=(Billing State:AR) I get a number of responses. with criteria=(Billing State:IN) uri': '/crm/private/json/Accounts/searchRecords', 'nodata': {'message': 'There is no data to show', 'code': '4422'} with criteria=(Billing State:AS) nodata again I need to be able to search on state abbreviations. I can use a workaround for the time being and rename all Indiana companies from IN to Indiana.
Encoding XML string on Zoho insertRecord
Having trouble appending an XML string to the insertRecords URL to submit a record to Zoho via a third party tool (HubSpot). In the example below, the $lead->publicLeadLink contains variables separated by an ampersand (&) which is breaking the $insertURL string. I believe I am encoding it correctly but am not sure if Zoho already has an encoding/decoding process on the post page that I am conflicting with. Please help. $xml = '<Leads><row%20no=\'1\'><FL%20val=\'HubSpot%20GUID\'>'.urlencode($lead->guid).'</FL><FL%20val=\'Lead%20Owner\'></FL><FL%20val=\'First%20Name\'>'.urlencode($lead->firstName).'</FL><FL%20val=\'Last%20Name\'>'.urlencode($lead->lastName).'</FL><FL%20val=\'Designation\'>'.urlencode($lead->jobTitle).'</FL><FL%20val=\'Email\'>'.urlencode($lead->email).'</FL><FL%20val=\'Company\'>'.urlencode($lead->company).'</FL><FL%20val=\'Website\'>'.urlencode($lead->website).'</FL><FL%20val=\'Found%20Site%20Via\'>'.urlencode($lead->foundVia).'</FL><FL%20val=\'Hubspot%20Lead%20Intelligence\'>'.urlencode($lead->publicLeadLink).'</FL></row></Leads>';
cURL cannot insert company name with special characters
This is the php script I am using to insert data from QuForm to Zoho. It works fine until a user types in a special character in their company (for example Smith & Smith). When & is used, the insert does not show up in zoho. We tried replacing $company = $_POST['iphorm_1_3']; with $company = urlencode($_POST['iphorm_1_3']) ; But the company name shows up with ASCII codes for & (Smith+%26%Smith). Any suggestion on how to make this work with Zoho? function post_to_zoho($form) { // Find
Zoho Desk and Zoho CRM Account and Contact data duplication
We use Zoho Desk for tracking of customer support tickets. Within Zoho desk we have existing customer Accounts and their associated Contacts (customer names). We also use Zoho CRM for Sales and Marketing. Within the CRM we have our existing customer Accounts and Names as well as prospective/Leads. How can we maintain one record of our customer Accounts and Contacts and any updates are synchronize across these two modules. We do not want to maintain the data in both modules. In a perfect world
[ insertRecords ] Getting EOF error when uri exceeds 1000 char
Hello, I'm trying to insert a new account, using insertRecords method, with HTTP POST. If the url length doesn't exceed 1010 characters, no problems, the POST is fired, and i get the records in Zoho CRM: But as soon as i add just on character, and the url length exceeds 1010 char, the "eof" (end of file ?) header field turn to TRUE, and the POST is not fired anymore, and i get nothing in Zoho CRM: I spent hours on this problem before notifying this, and i made somes tests to find the limit. I tried
API Exception Adding Leads
Hi i'm executing Java's API Example and i'm getting the following Exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target How can I solve this problem?
Unable to process your request. Please verify if the name and value is appropriate
Error message when I tried to access CRM api Error is following : Unable to process your request. Please verify if the name and value is appropriate for the "authtoken" parameter. I have tried with two authtokens also but every time same error is showing. Code for python is: import urllib import urllib2 module_name = 'Leads' authtoken = '4406d0a010e244503c005f8191a6XXXX' params = {'authtoken':authtoken,'scope':'crmapi'} final_URL = "https://crm.zoho.com/crm/private/xml/"+module_name+"/getRecords"
ZOHO CRM PhoneBridge - phone number formatting exception needed
I have recently setup my RingCentral account with both Zoho CRM and Recruit. I have noticed that the business card view does not display when calling or receiving a call from a record in either application - WHEN, the formatting of the phone numbers does not align perfectly. Whereas there might be dashes between a listed phone number in ZOHO (e.g. xxx-xxx-xxxx), if the caller ID from the RingCentral system does not include that formatting (even with the same number), the zoho integration does not
Error 4832 when searching in a custom module
I can't seem to get results using the searchRecords method when searching on a custom module. My call looks like this... https://crm.zoho.com/crm/private/json/CustomModule2/searchRecords?authtoken=MYTOKEN&scope=crmapi&criteria=(FIELD NAME:VALUE)&newFormat=2 Response is {"response": {"uri":"/crm/private/json/CustomModule2/searchRecords","error": {"code":4832,"message":"API call cannot be completed as the Criteria parameter contains empty field name"}}}
Different behavior between development-server and live-server
Why can I save on my Virtual Machine and Vagrant Leads in ZoHo CRM and when I play whole live, I get the message: 4834 Ticket Id Invalid ticket. So check if ticket has expired. Best regards.
Delete Row(s) while Updating a Record?
Hello, I'm performing an API Call to the CRM Invoice Module, and I'm curious if it's possible to delete the <product> rows during an UpdateRecord? I know there's a "newFormat=1" parameter that can replace current values with a NULL value, but unfortunately that's not going to work in my scenario. Any help would be appreciated. Thanks!
inserRecords xmlData returning 4600 error every time
HERE IS MY POST [08-Dec-2016 08:30:17] POST to ACTIVE: https://crm.zoho.com/crm/private/xml/Leads/insertRecords?newFormat=1&authtoken=XXXXXXXXXXXXXX&scope=crmapi&duplicateCheck=2&xmlData=<Leads><row no="1"><FL val="First Name"><![CDATA["swam"]]></FL><FL val="Email"><![CDATA["support@zohocrm.com"]]></FL><FL val="Last Name"><![CDATA["why"]]></FL><FL val="Company"><![CDATA["NCP"]]></FL></row></Leads> HERE IS THE RESPONSE [08-Dec-2016 08:30:18] Response:<?xml version="1.0" encoding="UTF-8" ?> <response
problem api sales orders
url = https://crm.zoho.com/crm/private/xml/SalesOrders/insertRecords?authtoken= token &scope=crmapi&newFormat=1&xmlData= <SalesOrders> <row no="1"> <FL val="Subject">contratto</FL> <FL val="Due Date">30 - 11 -2017</FL> <FL val="Sub Total">890.00</FL> <FL val="Grand Total">890.00</FL> <FL val="Billing Street">test</FL> <FL val="Shipping Street">test</FL> <FL val="Billing City">test</FL> <FL val="Shipping City">test</FL> <FL val="Billing State">test</FL> <FL val="Shipping State">test</FL> <FL val="Billing
Link calls with contact in Zoho CRM
down votefavorite I am trying to link a call with a contact to log call history. I am using the xml below. But the response is 4500 Problem occured while processing the request <Calls>
<row no="1">
<FL val="SMOWNERID">2145559000000117005</FL>
<FL val="Subject">Sales campaign</FL>
<FL val="Call Type">Outbound</FL>
<FL val="Call Purpose">Prospecting</FL>
<FL val="CONTACTID">2145559000000117005</FL>
<FL val="SEID">2145559000000117005</FL>
<FL val="SEMODULE">Contacts</FL>
<FL val="Call Start
Incorrect (outdated, possibly cached) records returned by getRecords API call
I'm trying to use the getRecords method to retrieve data from our Zoho Crm on a daily basis. However, I've noticed that the Api returns old, possibly cached data. It returns fields we've already deleted and some other fields are missing. Is there a way to get the current data that is also shown if I look at the CRM trough my browser? p.s. This problem is also mentioned 2 years ago, on the following post: https://help.zoho.com/portal/en/community/topic/incorrect-outdated-possibly-cached-records-returned-by-getrecords-api-call
Any idea?
Hi everyone! How would it be possible to make appear a warning message when we register a lead with the same surname and date of birth to stop accidental entry of duplicate contacts?
How User Login via Zoho on my Website (oauth or openid)
Hi I want on my page that user have to login with there Zoho account, but I don't find a solution. Do zoho have a working oauth or openid? I saw that zoho api v2 got oauth but when it will be released?
Record insert in account module suddenly stopped working
hence the ZOHO response for past 3 days and doesn't fix it yet.. at first the record was inserting good, but update was not working hence i have contacted support to check and help us for the update process, but when they started their support process the record itself is stopped inserting and they ask me to check with my code which was already working that too with silly solutions like - use " instead of ' and more solutions kinda the same i don't know whom to communicate regarding this issue
Search field not working correctly; causing duplicates to be created.
I have reported this problem several times over the last 2 years, zoho do not appear to be interested to check their programming code to correct this issue. I have just tried to search to find a company i KNEW i had, (the default one on the black navigation bar all modules boxes were ticked), it found some notes but not accounts or contacts, in the end i had to use just one of the words in the company name to help find it, which will bring up other results with the same word in the company name,
Zoho CRM organisation id
HI How can i get organisation id of login when iam authenticated through api ? Is there any way for authentication with out application specific passwords ?
uploadFile method with python
Hello, I am struggling to properly upload a text to a lead. I am using the requests library to post the request. I think there is something wrong with my file stream object or I may be missing some header info. file_stream = io.open('zcrm_%i_example.txt' % lead_id, 'r') params = base_params.copy() params.update({'id': lead_id, 'content': file_stream}) url = json_base_url + 'Leads/uploadFile' resp = requests.post(url, params=params)Here is the response I am getting, it seems that the 'content' keyword
MailChimp/Zoho Integration - Best Option for Configuring
Hi Zoho Support, We are trying to integrate MailChimp with Zoho. The first tool we've tried is Cazoomi. I am not sure this is the right tool for us. We do not use Zoho Campaigns. Rather, we use Zoho for Contact and Task tracking. We use MailChimp for our mailing lists. This is what we need to do: In Zoho we have created a boolean checkbox for e-mail opt out (in Zoho). We need to trigger this field to be a "Yes" value if someone unsubscribes from MailChimp The Zoho Email Opt Out field is on the Contact
searchRecordsByPDC and Search Column
Hi there! I need to find a record by column Secondary Email. The output I have Invalid Search Column.Check it now. In request searchColumn I passed value 'Secondary Email'. need help, please, thanks!
Related Lists naming convention
Is there any naming convention on related lists? I need to get all the products assigned to a potential, but I don't know what should be de URL for the getRelatedRecords api method, since I don't know how the related list is called. I'm asking this, because the "Stage History" related list name is "potStageHistory"... So, what is the name of "Products" related list? Thanks
getSearchRecordsByPDC Method and searchColumn
Hey there! I need to find a record by column Secondary Email. The output I have Invalid Search Column.Check it now. In request I passed field 'Secondary Email' as it is written in the api. need help, please. thanks
Error 4820 - API call cannot be completed as you have exceeded the Rate limit
I am getting error 4820 when calling the uri of crm/private/json/Contacts/searchRecords to search for contact. What is the Rate Limit? Please let me know.
What is the best way to troubleshoot inserting a contact via api?
Hi, Is there a log file or something I can view. I am trying to use a third party system that we have already invested in that also works with other companies api's. only difference with Zoho api is that there is this concept of entity name (contacts) & row numbers. Thanks in advance todd
Create Contact record from third party form
Not sure if i have the right sub forum. This is a key issue if im to switch to Zoho CRM. I need to be able to create a contact record from the registration form that is used on our website. I don't want to use a web form created by Zoho but the existing form we have on our site as it performs a number of other checks and functions. Catch is that we use a 3rd party module that generates this form. Having said that, it does perform a http post which I have working with a different third party crm system.
Is the API two-way or one-way?
Having been a Zoho CRM user for a few years now, we are finally ready to implement an API integration between Zoho CRM and our internal systems (Oracle, etc.). During a recent kickoff discussion, our IS manager asked if Zoho's API was one-way or two-way. Going through the online API documentation, I really couldn't say if it is or not. This would be important to us because we will likely want to push some information from our internal systems to Zoho as well as vice-versa. An answer is appreciated.
Sales Order API - No Totals
Hi, I am using the API to create orders in Zoho. My order has no total. What is wrong with my request? Here is the order: Here is my request: <?xml version="1.0" encoding="UTF-8"?> <SalesOrders> <row no="1"> <FL val="Subject"><![CDATA[Test123]]></FL> <FL val="Billing City"><![CDATA[Waltham]]></FL> <FL val="Billing Country"><![CDATA[US]]></FL> <FL val="Billing State"><![CDATA[MA]]></FL> <FL val="Billing Street"><![CDATA[123 Main St.]]></FL> <FL val="Billing Code"><![CDATA[02452]]></FL> <FL val="Due
API Integration Question
Hello! We have built an integration with CRM and one of our users is using it. One of the things that it does is sync contacts between our system and CRM. Our client would like an easy way to identify records created by our API connect you CRM. Do you have any ideas?
Export quote data to a booking form for verifiction?
The way I use Zoho CRM is mainly to store customer data including the ability to produce quotes that can be converted to invoices as a confirmed booking. When I send a quote the customer is given a quote number and the option to book with a link to the booking form. Currently my booking form is created in Jotform which offers integration with Zoho CRM very easily to export data nto the CRM as a lead. What I'd like to happen is for a customer to go to the booking form and enter their quote number
Update Events Title Field Using Custom Function
Hi Guys, I am trying to fill the Events Title field with the related Contact name and Event Type preferably separated by a hyphen. After many attempts and google searches this is what I have now, I do not get an error when saving but it doesn't work. void Update_events_title (string event_title, string event_type, string contact_name ) titleupdate = zoho.crm.updateRecord("Events" ,input.event_title ,{ "Title" : "contact_name,event_type" } ) ; Could someone tell me were I am going wrong please,
Zoho + QlikView Rest Connector not working
Hi, I am extracting data to load into QlikView app using REST Connector. It was working out fine until yesterday. I am using this connection: https://crm.zoho.com/crm/private/xml/Calls/getRecords?authtoken=<MyToken>&scope=crmapi Suddenly the only module that is still working is Events. All Other modules return zero length string. But, when I post the same connection directly in the browser, it works. Anyone can help me ? regards, Benno.
Horrible delay while using searchRecords
Hi there, I just found that it takes around 1 min for function searchRecords to get the most up to date result. Here's an example: If we insert a row into a table, for example Leads. We insert Last Name and Company as 'DML_Test_Insert_1_R' and 'Company_Insert_1'). Then we can see that the top record is the one we just inserted when we use getRecords function. But if we use searchRecords with criteria: &criteria=(Last Name:DML_Test_Insert_1_R) It returns error 4422 "There is no data to show". You
Zendesk / Zoho integration
Hi- I see a few posts related to this and am working to try to get these services to connect. Has anyone had any luck here? Or are there any vendors that can help? I've tried Zapier and Cloudwork with no real success. I'm simply looking for ticket info to flow from Zen to Zoho.... Thanks in advance, Jason
Can't relate contact to potential
Hello I am creating contact and potential throught api. I can successfully make contact and whole potential data, but can't relate them to one-another. Here is my XML for contact: <Contacts> <row no="1"> <FL val="First Name">' . $person["name"] . '</FL> <FL val="Last Name">' . $person["surname"] . '</FL> <FL val="Email">' . $person["email"] . '</FL> <FL val="Department">Business</FL> <FL val="Phone">' . $person["phone"] . '</FL> <FL val="Mobile">' . $person["phone"] . '</FL> </row> </Contacts>';And
Next Page