ZohoCRM API returns INTERNAL_SERVER_ERROR for salutations with more than 25 characters
If you attempt to insert a lead with a first_name with more than 40 characters, you are returned an INVALID_DATA response with the validation failure. I believe this is the correct behaviour. However if you insert a salutation with more than 25 characters, you get an INTERNAL_SERVER_ERROR with no further detail as to what caused the problem.
Error with $entityResponse in php sdk
Hello, i'm trying to integrate zoho in a project. I need to get the list of products saved in zoho crm but i get an error: Notice: Undefined index: code in vendor\zohocrm\php-sdk\src\com\zoho\crm\library\api\response\EntityResponse.php (line 20) public function __construct($entityResponseJSON) { $this->responseJSON=$entityResponseJSON; $this->status=$entityResponseJSON[APIConstants::STATUS]; $this->message=$entityResponseJSON[APIConstants::MESSAGE]; $this->code=$entityResponseJSON[APIConstants::CODE];
PHP cURL insertRecords example
After trying to insert a Lead using the API documentation example (and subsequently banging my head against the wall for some time), then searching in the forums for examples to no avail, I decided to learn cURL, which is far simpler than I assumed. Someone else in the forum asked for an example with cURL a while back, so I figured I'd post what worked (fairly simply) for me. //using cURL to get new ticket each time instead of setting up script to renew every 7 days $tick = curl_init('https://accounts.zoho.com/login');
Unable to retrieve notes in Zoho CRM
Unable to retrieve note in contatcts reocrd in Zoho CRM
How to Add CRM Leads through API v2 using Creator/php?
now API V2 is totally useless i cant understand and design API v2. Please help mi
Phone Search returns no results?
Using the phone search method I'm seeing a problem when I try to find accounts... This is the method: {{api-domain}}/crm/v2/{{module-api-name}}/search?phone={{phone}} With the phone="5555555555" and the module-api-name="Contacts" the search returns a number of matching records for the Zoho Trial data. However, with the module-api-name="Accounts" the search returns a 204 No Content. If I search for "555-555-5555" it DOES find the matching accounts. Oddly searching Accounts with "555 555 5555" also
PHP-SDK Special Charaters Causing Error on Update/Upsert
Greetings, I am running into an issue when updating or upserting records to Zoho with specials characters like / or bullets. I get the error below: Fatal error: Uncaught ZCRMException Caused by:'body' in C:\xampp\htdocs\zoho\vendor\zohocrm\php-sdk\src\com\zoho\crm\library\api\response\BulkAPIResponse.php(36) #0 C:\xampp\htdocs\zoho\vendor\zohocrm\php-sdk\src\com\zoho\crm\library\api\response\CommonAPIResponse.php(29): BulkAPIResponse->handleForFaultyResponses() #1 C:\xampp\htdocs\zoho\vendor\zohocrm\php-sdk\src\com\zoho\crm\library\api\response\CommonAPIResponse.php(22):
Problem with API insertRecords for leads
I use this API to insert leads on my account but since the 13th may, the API doesn't work anymore and I have the following error : {"code":"4500","message":"Problem occured while processing the request"} Before, everything works correctly and I don't change anything ... Could you help me please ? for your information : I post on the uri : http://crm.zoho.com/crm/private/xml/Leads/insertRecords?apikey=${api_key}&ticket=${ticket} with the content type : application/x-www-form-urlencoded. And the content
Got error while using PHP SDK to authenticate CRM with my project
Hi Team, I'm trying to connect oauth2 of CRM through PHP SDK, it's showing the error to my output. I have sent you the steps I followed in coding and output in the attachment. How I can sort out the problem to be fixed? Note: PHP version 7.2.10 Kindly do the needful.
Help on API for events after specific start date
Hi, I would like to retrieve all the events after a certain date using the API. To get all the events, I currently get them by looping on the pages. However, I would only retrieve the events from 2 years ago until the latest Event being recorded (it can be after today). I am using JS with axios: return axios({ method: "GET", url: "https://www.zohoapis.com/crm/v2/Events?page=".concat(res), headers: { authorization: "" } }) where res is basically a loop from 1 to xx. How can I add a condition in my
Where is the proper API V2 documentation?
I am using the API V2 PHP SDK. I have made successful queries but can't find any formal documentation on the API, only tutorials and examples that do not explore many of the parameters of the various methods. The source code also lacks any comments about the parameters. For instance the ZCRMModule class has a method getRecords: public function getRecords($cvId=null, $sortByField=null, $sortOrder=null, $startIndex=1,$endIndex=200,$headers=null) but I can't find any explanation of the parameters,
How to connect contact with account
How do you reliably connect an account with and a contact? The only example i saw is to updated the "Account_Name" property on the contact. But Account_Name is not unique. If i have two accounts with the same name i can only assign contacts to one of them. Is there a way to link contacts to accounts by the account_id instead?
Problem updating record by ID using PHP SDK
I'm integrating the ZohoCRM PHP SDK with our Laravel app (https://github.com/zoho/zcrm-php-sdk) but I'm having trouble performing a simple update on a record. I'm using this code to retrieve the record, and update it - $record = \ZCRMRecord::getInstance('Products', $entityId); $data = $record->getData(); if (count($data) > 0) { $record->setFieldValue('Product_Name', 'Test Update'); $response = $record->update(); } However, $data is always an empty array. I have retrieved the $entityId
Using API v2. When changing Account Owner how to select all associated records with it
In UI when changing account owner you given an option to check boxes that will also change the owner for assocaited contacts. e.t.c. When making account owner change using an API how can we envoke same checkboxes ?
Zoho API - Set contact role
Hello all! I have searched in the zoho documentation page and I just found how to fetch the contacts roles, but now I would like to know how to set a role name into a contact using the Zoho CRM API? I.E: I have a contact who doesn't have a role yet, and then use the API to set a role for this contact. Thanks in advance
Zoho CRM Developer Training in Chennai
Hi Developers/Software Programmers, Here is a great opportunity for the Developer Community to learn the programming elements of Zoho CRM. We have planned to organise a 4 day full-fledged classroom training in Zoho's Chennai office from 18,Dec 2018 - 21,Dec 2018. This intensive training will enable the developers to build additional functionality in Zoho CRM. The training and delivery includes conceptual presentations, technical demonstrations, Hands- on practice exercises, use case scenarios, Q&A
Has the API been updated?
I'm using the PHP SDK and yesterday I could successfully lookup a record using the lead's phone number and retrieve the Zoho ID from this record. Today I am running the same code and returning nothing. I thought perhaps there was an issue with my access token, so I renewed it, but still no response. I have a try catch statement wrapped around the call to the searchRecordsByPhone, but even this generates nothing.
Help us find out where CRM developer training is needed!
Hi there folks, As you might know, we've launched a series of developer training sessions to cover developing custom solutions for Zoho CRM. The first few sessions were held in our Chennai office, and we're now planning to offer them in other cities. So we decided to let you guys help us pick our next location! Fill out the survey below to tell us where you'd like us to offer training: Developer training location preference survey Thanks, Seethalakshmi, Technical trainer, Zoho Marketing.
Integrate Cloud PBX System to ZOHO Phonebridge
Hi, How to integrate a cloud PBX system to zoho phonebridge? I would like to use CTC, Call pops & automatic call logging in ZOHO with our PBX Integrations. Can you please share a tutorial link or any document to brief about how to integrate my PBX with ZOHO Phonebridge? We have created one developer account and got Client Id and Client Secret but we stuck on integration part in development. Thanks, Yella
Link WordPress website to ZohoCRM, using Web-to-Lead
We create websites in WordPress, and also use Zoho CRM. After having lots of issues getting the website to transfer data from our website to ZohoCRM using web-to-lead, we created a plugin to do this, and have released it so everyone can streamline this integration. The plugin uses the Zoho API, so you don't need to muck about generating the web-to-lead forms. There is a graphical set-up in the plugin that allows you to map your website form fields to your Zoho Fields. You'll be up and running in
Get Users
Hi. Actually I have a problem with Zoho Creator I try to get information of Users when form is onload but not obtaion data response. response = zoho.crm.searchRecords("Users", "(Email|=|email@email.com)"); alert response; I dont know if is why is not allowed to access this data to Zoho Creator or whats happend? Someone to help me.
Integrating Zoho with FreePBX
Hello I have a FreePBX 13.0.190.19 'VoIP Server and Asterisk 11.25.1 . I want to integrate this FreePBX with Zoho CRM . as I studied I have done with phone-bridge plugin /group and downloading Asterisk 1.4 . please help me on : > as I tried to configure " teleadapter.properties " file, its empty and what contents I have put into this file. (would be great if you sned me one as a sample) > Am I right with zti.properties contents : proxy=false proxy.user= Extension username in FreePBX ? proxy.passwd=webpassword
Specify Upsert Duplicate Check Field
Hello, I was wondering how do I properly specify the duplicate_check_fields when doing a on api, I want to filter the Contacts by Phone but in my sample screenshot I don't know how to properly specify it. Thank you
Inserting records in custom module using PHP SDK.
Hi, we are developing an app that connects a web page with Zoho CRM via API V2. Data is stored in a custom module. Oauth is working and we can retrieve records from the CRM but we can't send data. The code we are triying is the following: <?php require 'vendor/autoload.php'; ZCRMRestClient::initialize(); //Create a record instance to set fields. $records = ZCRMRecord::getInstance("CustomModule8",null); $records->setFieldValue("Email","test@test"); $records->setFieldValue("Especialidad","Arquitectura");
IP Blacklisted by Zoho CRM
We use Zoho's API for integration between our back-end and Zoho CRM. However, it seems that our server's IP has been blocked. I didn't get any notice from Zoho and have no idea why our IP has been black-listed. Last time this happened, we were down till Monday because Zoho Support is closed on Saturday and Sunday. Our business relies heavily on Zoho and Sunday is a working day for us so waiting till Monday will cost us a lot. Any idea how to get the IP block removed without having to wait till Monday
Get Product Details from a Sales Order or Quote via CRM API v2
I am working on creating an application that uses information from the Zoho CRM for various purposes. I am using CRM API v2 (https://www.zoho.com/crm/help/api/v2/#api-reference) and it is working out well for the most part. The only problem I have run into is getting the information from the Product Details section of Quotes and Sales Orders. This information is not present in the results from the Single Record (https://www.zoho.com/crm/help/api/v2/#single-records) or Bulk Record (https://www.zoho.com/crm/help/api/v2/#record-api)
Webhooks Failing with HTTP Response - 1
I am attempting to create a sample test webhook for my application. The webhook fires and reports an HTTP Response - 1. I'm not able to tell where this is coming from as I have extensively tested this API from multiple IP addresses and it always returns status 200. The webhook is a GET with one parameter - the Account ID. I don't want the post the actual URL here, but it looks exatly like this: https://www.example.com/api/ping?AccountID=123456 The Preview looks like this https://www.example.com/api/ping?AccountID=${Accounts.Account
48/5000 I have a question about the end-of-live API V1
Good day i have a Question about the end-of-live of ZCRM API V1 When you talk about End-of-Life, do you mean they stopped supporting the API or that the API stopped working? I thank you in advance for the response PS: sorry, my english is very bad and help me with google translator
Java SDK authentication
Hi, I am trying to implement the SDK into our project, but I am facing a problem with the authentication. After several hours of debugging, I found out that the SDK is using "accounts.zoho.com" for OAuth, even though we have a european account. I have set domainSuffix=eu in the zcrm_configuration.properties file, which seems not to affect the authentication. How do I tell the SDK to use "accounts.zoho.eu" for the authentication?
Maven distribution of SDK
Is there a Maven distribution of the Zoho CRM Java SDK 2.0?
Zoho CRM Training for Developers, Chennai
Hi Developers/Software Programmers, Here is a great opportunity for the Developer Community to learn the programming elements of Zoho CRM. We have planned to organise a 4 day full-fledged classroom training in Zoho's Chennai office. This intensive training will enable the developers to build additional functionality in Zoho CRM. It is scheduled to be conducted on 20th - 23rd Nov, 2018. The training and delivery includes conceptual presentations, technical demonstrations, Hands- on practice exercises,
CRM API -Node.js - update account
First off - giving up on PHP. Can't get it to work with the documentation. I can connect, search and retrieve contacts and accounts with node no problem. So...... 1: What method should I use to update an account 2: What should be in the input? 3: What's the difference between post and put? Thanks
APIv2 and Events - it just doesn't work
I'm unable to work with Events using APIv2 (PHP). Just after getting a fresh Event ZCRMRecord object from ZohoCRM I'm trying to upsert it and it gives me an exception: [INVALID_DATA|400] "the given module is not supported for this api" And after I unset the Id and try to insert a new Event (based on existing one, just removing the Id) I get: [INVALID_DATA|400] "invalid recurrence pattern" (Array( [expected_data_type] => RRULE [api_name] => Recurring_Activity )) I tried to unset the Recurring_Activity
python api 2 zohoCRM
I spend many hours with trying to create simple python api v2 for zohoCRM. Now i think that it is impossible. In this moment i have main question: 1. Why should i have domain and redirect ult for use api? I wont just write console app. I dont need domain or web app with urls. What can i do in this case?
Why does it want to sign in at the User Authorization Request?
Hi. Why does it want to sign in at the User Authorization Request? I read it; (https://sheet.zoho.com/help/api/v2/#authorization) Note: I know for a fact the URL is working. If I copy and paste it in the browser, everything is fine. I'm trying this on my server (php-curl): <?php $uri = 'http://xxx.com/zoho_return.php'; $scope = 'ZohoSheet.dataAPI.UPDATE,ZohoSheet.dataAPI.READ'; $clientid = '1000.XXXXXXXXXXXXXXX'; $zoho_client_secret = 'XXXXXXXXXXXXXXXXXXXXX'; $accestype = 'online'; $ch = curl_init();
Using a Zoho webform on my business Facebook
Hello, Has anyone had success creating a webform tab on your businesses facebook page with a zoho webform? Facebook asks for a "Canvas URL" and a "Secure Canvas URL" when creating an app. When I am in zoho, the three options available for Facebook are: 1: Embed 2: Source 3: iFrame None of these are supported in Facebook because they don't end with / or have a question mark in them. Any help would be greatly appreciated. -Beau
OAUTH_SCOPE_MISMATCH is displayed when Upload on Attachment of Zoho API is used
Hi! I am developing a contact form using the Zoho API. https://www.zoho.com/crm/help/api/v2/#upload-an-attachment I'd like to implement a program to add attachments to Leads by referring to this page, but I can not do it well.
A 401 error of OAUTH_SCOPE_MISMATCH is returned as a response. If you have a solution please let me know. 【Procedure so far】 ※Secret information is hidden by "???". ①Acquire permission to use API. https://accounts.zoho.com/oauth/v2/auth?scope=ZohoCRM.modules.leads.ALL&client_id={id}&response_type=code&access_type=offline&redirect_uri={uri}
Error 4401 - Unable to populate data, please check if mandatory value is entered correctly.
I am getting the following error message when using the Zoho API 4401Unable to populate data, please check if mandatory value is entered correctly. Not sure why but here is URL that is submitted to the service http://crm.zoho.com/crm/private/xml/Events/insertRecords?ticket=a416f097db7a2525ac32c93aebd6e59b&newFormat=1&apikey=dT5zMDWRPwrPFdBdNJfCFjJn2Gsh*57TkQaMGWeIdlI$&xmlData=<Notes><row no='1'><FL val='entityId'>335343000000042082</FL><FL val='Note Title'> Imported from Goldmine </FL><FL val='Note
Does wfTrigger still not work on updateRecords method?
Pretty simple question, but I'm having issues getting the wfTrigger parameter to work when updating multiple records at a time. If you send a single record, they will execute, but any more than a single record will prevent the workflow to execute.
Updating fields on leads/contacts via API v2 no longer triggers workflows
We recently switched to using API v2 for our integration. We update certain fields on users to be able to trigger workflows, however this no longer works. The fields are being updated correctly on the contact or lead, but no workflow is triggered. When I manually update the field the workflow triggers correctly. We need to get this back up and running as soon as possible. Anyone any advice regarding this issue?
Next Page