Is there any way to trigger workflow whenever user add a Note in CRM
I want to trigger a workflow whenever user add Note in the related list.
API to add and read attachments?
I'm writing an application that works with Zoho CRM. I'd like to be able to query for the attachments on a Potential, and then be able to query for the attachment files to get at the bytes of the files. I'd also like add attachments to a Potential via the API. Is this possible? I believe such a call to query attachments would be something like: https://crm.zoho.com/crm/private/xml/Attachments/getRelatedRecords?newFormat=1&apikey=<my api key>&ticket=<my ticket>&parentModule=Potentials&id=<my potential
How to use Zoho CRM api tu update user created from Zoho subscription
Hey, I have an application which uses Zoho subscription which then create a user inside Zoho CRM. During the registering process on our application, we require users to give us some data we want to upload in its Zoho CRM user. I have read the Zoho CRM
Persistent Authorization Request
Suppose my application has a web form I'd like to integrate with my CRM modules where any number of users can visit, interact, and ultimately submit data. First I'll need an access token which requires an authorization request and the options are the
Simple COQL datetime query not working
I am trying to do a simple COQL query where I am comparing 2 datetime fields in a module and I keep getting the following error. Why does ZOHO make working with dates so difficult? I even tried running the following query against two datetime fields that
Extension pointers - Simple yet significant pointers #10: Publishing
Publishing an extension An extension can be created for an internal organizational purpose or to meet a common business need. In either case, an extension can only be made available to users after it has been published. Types of extension publishing Private:
How do I associate a lookup record in one module with the related module with the CRM API?
I need to add a lead programmatically and have it be associated with a project all using the Zoho CRM API. Is this possible? My many attempts have failed. This is my JSON: {"data":[{"Company":"TestmanLaw", "First_Name":"Testman4", "Last_Name":"Tester2000",
Kaizen #69 - Scoring Rules[Part 2]
Hello everyone! Welcome back to this week's Kaizen post! In continuation to our previous post, this week we will discuss activating/deactivating a scoring rule, cloning, and getting the score of a record from a module. Activating/deactivating a scoring
Refine lookup records easily with advanced filter options in CRM
Hello, as many others have stated sorting the related list is not ideal. I would like to have a SET condition on the lookup field. I created a lookup field in the Deals module named "Contractors". I would like the lookup field to filter through the contacts
Can I use client script to filter lookup field?
Hi Support, Can I use client script to filter lookup field?
Update email status in module related email CRM REST API
Hi, Currently we are developing a system which require us to display the list of the module's related emails and when user clicks on the email from list, we load the contents of the email to display. The issue is the status of the email doesn't change
Kaizen #68 - Scoring Rules APIs[Part 1]
Hello everyone! Welcome to another week of Kaizen! This week we will discuss the Scoring Rules APIs. What are scoring rules? You may have different strategies to engage with customers, make their journeys successful in your business, and to convert them
API Get Recors of Leads Module doesn't retrieve all records
Hello, I have some problems with the api Get Records of Module Leads. https://www.zohoapis.com/crm/v4/Leads Until sunday 08/01/2023, with this API I could get all lead records, but today I can get only 4354 records out of 36710 I have in the crm. I could
Unable to read Account using ZDK.Apps
I'm trying to read an account with the following line of code: let r_AccountDetails = ZDK.Apps.CRM.Accounts.fetchById(v_AccountID); I know v_AccountID is a valid account Id, but r_AccountDetails is always undefined. I've tried hard coded account ids,
Extension pointers #6: Working with widgets to power up extension capabilities (Part-3)
Widgets are useful for exchanging data between the third-party applications and Zoho CRM, as well as for displaying the data on a customized basis within Zoho CRM. They let you create customized UI interfaces that allow the data to be showcased through
How to lock the deal Stage at creation (Wizard)?
I'm trying to lock the "Stage" field to a certain value so that when the users create a new Deal, they cannot modify the Stage. I've set up a Client Script, and it works when the Deal is created normally. The problem is, most users use a Wizard to create
Is it possible to know the user's group in new api v4
Hi, since the new api version we can query the groups. Is there a way to know which user is in which group? Thanks
API search incorrect results
Hello, I'm trying to build a small script that would fetch a lead that has not been contacted, and I tried many different search criteria without any luck, here's one of them- https://www.zohoapis.eu/crm/v3/Leads/search?criteria=Lead_Status:starts_with:Not&per_page=3
Extension Pointers - Simple yet significant pointers #9: Module visibility
Controlling the visibility of custom modules in an extension The Zoho Developer Console allows you to create custom modules via an extension that will be integrated into the user's Zoho CRM account. Along with this support, the platform allows the developer
Get records CRM API, when we use If-Modified-Since, does zoho cache the records for the whole request ?
Hi, If we use If-Modified-Since in get records API, does zoho cache all the records page wise which are in the result ? If we modify any records belonging to the result of the api call with If-Modified-Since, does it affect the iteration ? , does it change
How do I update a record containing a Multiselect pick list with multiple values?
Hey API'ers, I need some help in setting multiple values in a pick list through the API. As an example, I have a contact record, and one of the fields is the Multiselect pick list Favorite Color. Normally if John Doe just liked silver I'd update it like
zoho.crm._getRecords() in Zoho CRM
I've requirement as below,\ My Custom modules Names: Product Master, Jobs, Cost Center(like Product line items), Accounts Products. I've 50 products in Product Master module So Whenever an Account is created in the Accounts, then in Accounts Products
is there a good place to find a developer/consultant to customize my Zoho CRM GUI?
I'm looking for help in customizing the Zoho CRM GUI (for myself). I believe most of the changes I want are available out of the box but I dont have the bandwidth/desire to learn the different customizations of the modules and fields and carry it out
Kaizen #66 - Contact Roles #API
Hi everyone! Welcome to another Kaizen week!! This week, we will be discussing the Contact Roles APIs in Zoho CRM. What are Contact Roles in Zoho CRM? The Contact Roles related list is a powerful feature in Zoho CRM that allows you to define the role
Zoho CRM API to Oower BI custom connector
Hello everyone, I've been struggling with this for a few days now , I hope I can get some help here. I want to create a custom connector for Power BI that imports data from Zoho CRM. Te OAuth 2.0 part of the code is working properly. The connector connects
How can I programmatically add an email lead to CRM?
In my app, I want to have a checkbox for gdpr consent when users create an account. If they check the box, I want to then have my app add the user's email to Zoho CRM. How can I do this? All I found was an OAUTH flow that gives my app access to the CRM,
Kaizen #65 - Features of Client Script in Zoho CRM
Welcome back to another exciting Kaizen post! In this week's post let us see the key features of Client Script in Zoho CRM. 1. Get instant response 2. Developer-friendly Client Script IDE A. Code Editor B. Review C. Revision D. Run 3. Available for multiple
Posting the value of an html textarea to CRM's Multi Line field
Hi all I have an html form on a webpage. Im using cURL PHP to get the value of a textarea field and insert it into a Multi Line field in the CRM. Ive realised I cant have line breaks in the textarea field becuase it breaks the json. Id like to be able
Setting up the API key
Hello, I am trying to start using zoho as our CRM, and the first thing I need to do is importing the leads. I must do that through the API, and I have spent the past 3 hours going circles with Oauth, creating apps, clients and whatnot. So I decided to
Zoho CRM's V4 APIs are here!
Hello everyone! We hope you are all gearing up for Christmas and New Year. To make this season sweeter, we are thrilled to announce the release of Zoho CRM's V4 APIs! With every version, we offer something new to satisfy your business needs. V4 is no
Get emails sent to a module entry in Zoho CRM
Hello, we would like to use the API to get the emails (and their contents) sent to a module entry, but we don't know whether this is possible. Any ideas? Your help is greatly appreciated
Daily leads amount report
Looking for a way to receive a numeric value summing the amount of leads created yesterday. via API or any other method is appericated. Thanks!
Kaizen #59 - Creating alerts and custom messages using Client Script
Hello everyone! We are happy to resume our Zoho CRM Developer Community series - The Kaizen series! Welcome back to the new start of Kaizen! This post is about Client Script and its simple use cases involving ZDK Client functions. What is Client Script?
Kaizen #64 - External Fields and Records APIs
Hello everyone! Welcome back to another exciting post in the Kaizen series! In this post, we will talk about external fields in Zoho CRM and how they are used in Records APIs. What is an external field? While you integrate a third-party application, you
Extension pointers #15: Create blueprints to carry out business processes smoothly
When the various stages of a business process are well-planned and executed efficiently, the entire process runs smoothly and the overall functionality is efficient. Blueprint is a useful feature available in Zoho CRM that is currently supported in the
Modified_Time missing from Zoho CRM API Contacts, Products, and Custom Linking module response
Hi, I'm using the CRM API to GET Records method. For most of the modules the If-Modified-Since works fine and the API returns Modified_Time in the response. However, I noticed for the these modules: Contacts, Products, and Custom Linking (Contact_x_Accounts),
ZOHO CRM - Deluge & Script Client
Good morning everyone, I've a couple of questions about deluge scripts and script client. 1) How can I set - via client script - a rule that set a defined length for a specific field? Let's say i want a field A to be 11-digits length. 2) How can i set
API V2 Won't work on AWS Lamda.
I am in the process of writing a new serverless backend for our website. Have been attempting to communicate to ZOHO CRM. I have been told by the zoho team that I must run a local mysql database to manage the tokens. This does not seem like it would work in a serverless environment as there won't be a local mysql running on lambda. I can't be the only one that has come across this. I'm hoping that there is another solution to this that someone out there is using. I could just revert to the old api
Make between in searchRecordsByCriteria
Hi, I want to know, it's possible to make between with two criteria ? $response=$moduleIns->searchRecordsByCriteria("((Date_de_d_but:equals:".$now.")between(Date_de_d_but:equals:".$after_now."))", $i, 200); I want to make this, but he not work. Thanks
Zoho Developer Community learning Initiatives
Developer Zoho User Group (ZUG) is a platform to encourage developers from the Zoho ecosystem to connect, learn, and share their expertise to find solutions for common business challenges. There are a couple of ongoing initiatives to help you get onboarded
Next Page