History Tracking on custom lookup field
Hi, We have a few lookup fields in Deals module that link to different custom modules. We want the changes to these lookup fields to be tracked whenever they are updated with the Field history tracking feature. However, those fields don't show up in
Connecting Creator Form to CRM
Hello, I would like to create button in CRM and this button, after click, shows me the widget of my form I made in Creator. I was trying to add widget in setup of CRM (where I used external URL. url of my creator form) and connected it to the button
Adding Email Recipients from Contacts in Linked Custom module
Hi, We have a use case that requires sending email notifications on defined intervals from Deals module. The Deals module has a lookup field linked to a Custom Module (Group). Each record in Group module has some fields linked to Contacts module to represent
searchRecordsByEmail throws exception 402 "No Content"
Hi! I'm trying to search contacts by a given email: $zcrmModuleIns = ZCRMModule::getInstance("Contacts"); $bulkAPIResponse = $zcrmModuleIns->searchRecordsByEmail("emai@email.com"); $records = $bulkAPIResponse->getData(); When contacts with specified email
Building a Zillow - Related List Widget for Zoho CRM
I am trying to follow the steps on this page below to install Zillow into my Zoho CRM but I can't seem to get it to work. Does anyone know how to get this to work properly? I think it may have something to do with the step on Importing the Zoho JS SDK,
Is there any working demo for PHP SDK version of ZOHO?
I have tried as many as different 15-20 blogs for authorization and trying to take PHP SDK into action. But none are working at all. If we pass authorization, then it throws Refresh Token error. If we pass Refresh Token error we get some other exception.
Kaizen #17 - PHP SDK
Hello everyone! Welcome to yet another post in the Kaizen series. This week, we are going to discuss the PHP SDK. PHP Software Development Kit PHP SDK allows you to create client PHP applications that can be integrated with Zoho CRM effortlessly. It serves as a wrapper for the REST APIs, thus making it easier to use the services of Zoho CRM. Here is a sample of how the PHP SDK acts as a middleware between Zoho CRM and Client PHP Application. What can you do with the PHP SDK? You can use the PHP SDK
Can I get content with 204 on a search call
Hi, Is there a way I can get the searched content back in response body along with a 204 status? Thanks.
Zoho CRM API v2 Access Token refresh limits
I know a single Access Token is valid for 1 hour. And a Refresh Token can be used unlimited times to generate Access Tokens (although only the most recent 30 Access Tokens remain valid). But are there any time-based restrictions on how often you can use
We need 200 checkboxes in a module
Hi We need to have about 200 checkboxes displayed for Vendors to click on. We cannot display it any other way (multi selects etc) because research shows its easier for our Vendors to fill in checkboxes. How can we do this? 1) Whats the limit on checkboxes
Territory API - add territory
hello, It would be great to have the possibility to populate the territories through API as one may have hundreds of territory to type.
ZCRMRestClient could not be found
Hello, I would like to use Zoho on my Blazor app but even after adding the package, I could not use it with this error The type or namespace name 'ZCRMRestClient' could not be found (are you missing a using directive) The name ZCRMSDKClient does not exist
Basic PHP code example for adding new leads
Good afternoon, I have searched everywhere for a simple example of a PHP code that allows me to add potential customers when processing a form of assistance / consultation on a website. The form has several boxes, including email, and registration of other types of data required to register the user. I just need a snippet or something to show that I am taking the form data that has been collected and sent through the API to our Zoho account, to create a new prospective customer. A functional code
How to create a lead into ZOHO CRM from PHP External Form
Hi, We have created a custom form as per our requirement. After validation, We want to insert that data into ZOHO CRM as lead?
UpdateRelatedRecords Method in CRM custom function
Hi everyone, I am trying to use UpdateRelatedRecords method inside custom function in CRM and I keep getting message errors.Can someone please check what I am doing wrong here. Here is the piece of code: mp=map(); mp.put("authtoken","exxxxxxxxxxxxxxxxxxxxxxxxx");
Passing parameters in the link (URL), Need Help
Need help, maybe someone is faced with a similar decision. For integration with CRM Zoho CRM and creating a new Lead,Contact we used previously URL: https://crm.zoho.com/crm/CreateEntity.do?module=Contacts&property(Phone)=0443334025 Using Option: Contacts
Creating Links to attachments in CRM
I have created an application in Zoho Creator that incorporates some information from CRM. One of the things I am trying to do is create links in the creator app to Attachments in CRM. When you request the related list for attachments it returns an object
Access associated accounts with a single COQL call
I have a module named "Online_Profiles", and another module named "Accounts". I am trying to make a COQL call to request data form various fields that are in the Accounts module based on a field that is in the Online_Profiles module. Accounts has a "associated
Searching records which has empty values in API v2
Hi, I want to search records where field value is empty/null using API V2 to include multiple criteria Is it possible in API v2 to search records which have a field with empty/null value? something like this: https://www.zohoapis.com/crm/v2/Leads/search?criteria=((Lead_Source:equals:null)) How do we filter the null values then? Thanks.
Kaizen #58 - Attachments and Photo #API
Hello everyone! Welcome back to another post in the Kaizen series. This week, we will discuss how you can upload, delete, and fetch the attachments of a record in a module. We will also discuss how you can upload, download, and delete the photo of a record
Request URI too large for inserRecords API
I m using insertRecords api to upload contacts from android to zoho crm server. https://crm.zoho.com/crm/private/json/Contacts/insertRecords?authtoken=my_token&scope=crmapi&xmlData=encoded_data The characters count from xmlData is near 12K. Server throws message as Request URI too large. I've tried the same request in rest client and postman. Got the same error. Should I limit the no of records for uploading? I did already as 100 records. Zoho CRM api doesn't support to send via post body. How to
Extension Pointers JS SDK Series #3: Delinking a related record in a Zoho CRM module from a widget
In synchronization, it is important to be able to associate and dissociate the required data at the appropriate times. In our previous post, we mentioned the method to fetch related records in a Zoho CRM module from a widget. In this post, we will explain
My webform email validation is not working
<!-- Note : - You can modify the font style and form style to suit your website. - Code lines with comments ???Do not remove this code??? are required for the form to work properly, make sure that you do not remove these lines of code. - The
TLS v1.2 Upgrade and Client Component Update for Zoho CRM
Hello folks, Please note that, we will be deprecating support for browsers, APIs, and Plugins with older protocols from today (13th May 2019). Please be informed that we will be retiring support for browsers, APIs, and Plugins with older protocols by October 31, 2018. After this date, you will be required to use browsers, APIs and Plugins that support TLS v1.2 and the latest client component updates we've made in Zoho CRM. We have made some changes in our client components for better performance
Self Client
Hi all, Can somebody, please, explain how to use SelfClient? Current docs are not sufficient. And if using SelfClient, it should be an unattended process ( cron job ), so why we need to create CODE through a web browser? How to create a CODE when there
How can I manage left and right margins on a CRM Inventory Template?
Currently, the margins are extensive, so that when printed, they look awful. How can we manage this to match our corporate identity? The ones on the top and bottom can be adjusted by adding a spacer, but left and right? There must be a way to control
C# Cannot access Zoho
I am trying to use the C# SDK, within a console app to access Zoho without any luck. All request are resulting in an error, can you please review and provide guidance Also is there a way to use the Self clinet along wiith the C# SDK? c# =============================================================================================================== Dictionary<string, string> zohoConfig = new Dictionary<string, string> { {"client_id","1000.****"}, {"client_secret","***********************************"},
How can I use COQL
Hello, I want today, to use COQL, but I don't understand how I can use this. Where I put the code ? I see the documentation, and I understand how it work, but I don't understand where the code must be placed. Thanks; RB
Response does not include refresh token
I have created a "server-based application". I ran the code on terminals. `` ` $ curl -X POST https://accounts.zoho.com/oauth/v2/token \ -F "grant_type = authentication_code" \ -F "client_id = {client_id}" \ -F "client_secret = {client_secret}" \ -F "redirect_uri
Can we integrate internal ERP with Zoho?
Can we integrate internal ERP with Zoho, which would help in syncing contacts between Zoho CRM and our ERP.
Pagination and Date Filter is Not Working in Zoho CRM V2 API
We are trying to get leads from our Zoho CRM using API version 2. We only need to get the last modified leads from our system. According to your documentation we have passed the parameters to request as follows We have to get the records which are updated/created on or after 2019-11-04T00:00:00+00:00 means after 12 AM on 4th Nov to 5th Nov 12 am. In our CRM there is last records which are updated/created on 24th October. After that no data is modifed and created still the response is showing all
How to Post XML leads into CRM
Hello All My lead services is offering the following XML as the lead format type for delivery over HTTP Post Can this be done? How is it done? I would like the leads to be put into the que for approval so they are not written directly to the database I have read the ZCRM FAQ and it is not clear to be at all how this can be done Any thoughts or comments would be welcomed. Thanks in advance. If someone could volunteer that is fine if you are looking for compensation to develop this for us we
Simple way to get Auth Token?
Hello, I am creating a PHP application where I first need to have a user login (verify they have a Zoho account so I should get their Auth Token) I am having trouble understanding in the PHP example how I am supposed to call this: https://accounts.zoho.com/apiauthtoken/nb/create?SCOPE=ZohoCRM/crmapi&EMAIL_ID=Zoho CRM Username or Email ID&PASSWORD=Your Zoho CRM Password I am guessing I will need to use CURL and I will need to have the variables Username, Password, and Zoho CRM(which i am not sure
Kaizen #56 - Upsert Records #API
Hello everyone! Welcome back to another week of Kaizen. In this post, we will discuss the Upsert Records API. 1. The purpose of upsert records API Using the upsert records API, you can either insert or update records in a module. When you fire an upsert
OAuth POST to generate Access Tokens blocked by CORS
Hey all, As the title suggests, I'm trying to set up an application that makes GET requests to my CRM. But I'm having issues getting past the OAuth token generation. I have no issues navigating to the authentication URL to grab the grant token, but once I've got the token, my application cannot POST to the auth URL to get the Access Token. I get this error: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
ExtensionPointers - JS SDK Series #2: Fetching the related records of a Zoho CRM module from a widget
Each business requires a mutual integration between its individual components in order to operate efficiently.Zoho CRM is a complete enterprise setup, with all its modules mutually linked with each other to keep your data up to date. The Related List
Notification API patch request is successful but doesn't update anything
Hi, I'm using the Notification API to be notified when an opportunity (which is called ether a Potential or a Deal in your API it seems) is created or edited. The creation worked fine but since a notification channel expires after a maximum of one day
About PHP SDK client application registration
I use the PHP SDK. However, I am in trouble because the procedure on the site and the actual page are different. When I visit accounts.zoho.com/developerconsole, I'm redirected to https://api-console.zoho.com/. The redirected page is different from the
Upsert API call is updating unexpected Zoho Contact
We are seeing an issue using the Upsert API endpoint where the requested duplicate_check_fields provided appears to occasionally fail and upserts an unexpected entity. Observations: The API endpoint we are using to update data: `https://www.zohoapis.com/crm/v2/contacts/upsert` 1st Sent request ``` { data: [ { "Email": "example@example.com", "First_Name": "Timothy", "Custom_Id": "544", "Another_Custom_Id": "6840" } ], duplicate_check_fields:
how do I create a widget with the HTML / CSS / JS files I made?
how do I create a widget with the HTML / CSS / JS files I made? I can only create if it is external hosting (Ex: Codepen), but I wanted to use the hosting of the zoho itself. I already sent the .zip file and pointed to the path of the index.html, but
Next Page