UPS API
I am fairly proficient when it comes to creating deluge scripting to assist between Zoho CRM and Zoho Creator, but I do not work outside of the Zoho family often. I am trying to pull the tracking status from a UPS tracking number into our CRM environment.
How to delete an uploaded file through the files API?
Hi, I'm using the files API (https://www.zohoapis.com/crm/v6/files) to upload images to my Records. When I delete a record through the API I'd also like to remove those linked files/images. In the CRM API docs I don't see any API endpoint to delete files,
Kaizen #43 - Tokens and Limitations
Hello everyone! Welcome back to yet another post in the Kaizen series. This week, we will discuss the usage of tokens in authorizations and their limitations. Tokens in OAuth 2.0 Zoho CRM employs the OAuth 2.0 authorization model to authorize its API requests. Grant token, access token, and refresh token are the three major components that play an important role in the authorization process. Initially, the user needs to register a client with Zoho CRM. After registration, the user can generate
Making a Lookup field in Subform as Read only through Client Script
Hi I want to know how can i make a lookup field(ookup to Products) in a subform on Deals module as Read Only on a Stage through Client Script in Zoho CRM. I was able to make the other fields as Read only but was finding issue with the Lookup field. Can
Zoho CRM Python SDK 2.1 won't update record owner
When I try to change the owner on a Zoho record for my website APKBEB, I get a success message but the Lead Owner field doesn't change. The record is in the "Potentials" module (I think it's a custom module) lead: Record = self.get_lead(int(lead_id))
Webhook when an Entity is restored from the Recycle Bin
I have webhooks successfully setup for communicating with another system when an entity such as a Deal changes and gets deleted. Is there any way to also get a notification if something that got deleted by accident comes back from the Recycling Bin? I
Kaizen #138 - How are Widgets used in Zoho CRM Settings?
Hello all! In last week's Kaizen, we covered the Lead Conversion using Zoho CRM APIs. This week, we will dive into how widgets on the setup page can be helpful. What are Widgets? Widgets are embeddable UI components that you can create and add to your
Kaizen #128 - Circuits in Zoho CRM - Part 3
Hello everyone! We are back with yet another post on Circuits in Zoho CRM. In our last week's post, we discussed a use case, the various states and functions involved in that circuit, testing and execution, and associating that circuit with a workflow.
Fetch Jobs from ServiceM8 and Create Leads in ZOHO CRM
Hi, I am trying to get all the jobs from ServiceM8 to create them in my ZOHO CRM Leads module through deluge using API. when I use the API like this response = invokeurl [ url : "https://api.servicem8.com/api_1.0/jobcontact.json" type : GET headers: header_map
Kaizen #137 - Lead Conversion using Zoho CRM APIs
Leads represent potential sales opportunities sourced from various channels like trade shows, seminars, and marketing campaigns. When a Lead shows promise, you can convert them into Accounts, Contacts, and Deals. Imagine you have a Lead named Pat Boyle
Custom Field in Sales Orders items
These adult_qty and child_qty fields, how to populate them from Zoho CRM REST API.
API - Updating a pipeline on a record
It's evidently impossible to update the pipeline of a record programmatically with the API. Here's what I tried: curl "https://www.zohoapis.com/crm/v2/Deals/#########" -X PUT -d "{ "data": [ { "Pipeline": "Sample Pipeline" } ] }" -H "Authorization: Zoho-oauthtoken
Looking for someone to help us
We need to create a connection between Zoho CRM and an accounting system. The description of the accounting system that I have at the moment is that it Freedom. Running a JET database engine. Operating in an SQL environment. I suspect someone might need more information. The needs are very basic. The periodic updating on basic sales data into the associated records in ZoHo CRM. We are looking for someone who is experienced and fully competent at creating this linkage. We are assuming this would
when Whatsapp field then send sms
we have clients that dont have whatsapp. can make a workflow/function, that will send whatsapp massage, but if it fields then it will send sms massage?
any way to get records count in the module through CRM API ?
Hi, is there any way to get records count in the module(s) through CRM API without fetching all the data from the module ? Prior to fetch data from the module (for example via getRecords call) I need to know records count using CRM API (not account UI).
How to get email body using Zoho CRM API or Node JS SDK
Hi Team, I'm building custom zoho crm widget using Node JS SDK. In that application I want to show contact related emails including the email body. I'm using get related records to get contact related emails, but it only contain the message id, subject
Built-in Website Field is not correctly checking for duplicates in the API
While executing an upsert (https://www.zohoapis.eu/crm/v6/Leads/upsert), setting duplicate_check_fields to ["Website"] is not always working and, for some records, inserts another identical record. Creating another field of type "single line" and checking
Remove user tag in notes when copying a note
I am copying the notes from a custom module, to a main account in zoho crm. When I copy the notes the tags are coming too. is there a way to remove it or put the name of (user/group) without tagging it. Deluge code RelNotes = zoho.crm.getRelatedRecords("Notes",'Work_orders',recID);
ZOHO COQL query bug
Hi Zoho team! I found a bug in your COQL handling. please have a look at the query I am sending to the COQL endpoints: https://www.zohoapis.com/crm/v2.1/coql OR https://www.zohoapis.com/crm/v4/coql "select Potential_Name.Deal_Name,Potential_Name.id FROM
Self Client Token Generation
I have used the code created from Zoho Api Console to generate access token but as the code has maximum 10 mins expiry time I have to manually create the code again and again. Is there any other way to automate it? I mean any API to create the code for
Run a Python Script
Hello, I am wanting to create an integration that would take in a PDF file that is attached to a Module within Zoho CRM, gets the data from that PDF, then creates a new PDF based on that data. I am able to do this in python, however, I haven't been able
Kaizen #31 - Subforms #API
Hello everyone! Welcome back to another post in the Kaizen series. In this post, we will discuss the Subform APIs. What is a Subform? A subform is a secondary form or a table that enables you to include multiple line items into a primary form. Every line item is a subform record. Your CRM data are often inter-dependent. Often, you may have the necessity to associate multiple items to a single record. In the technical lingo, we call these "line items". Consider we have a Students module to store student
Populate custom lookup fields from Sales Order item details
Hello! Hope you can help me out with this little issue. I would like to achieve this via workflow. Module: Sales Orders I have 2 custom fields ("Proyecto" API: Proyecto and "Separa Lote" API: Lote_Selecciona) I would like to populate these 2 custom fields
Kaizen #134 Manipulating Rich Text Field (RTF) using Zoho CRM APIs
Hello everyone! Last week, we discussed Deciding on the type of applications: Self-client or Server-based? This week, we will discuss the Rich Text Field (RTF) and how we can manipulate RTF using Zoho CRM APIs. In this post, What is a Rich Text Field
Error 401 - Rest API
I have a problem when I try to pull record from CRM. I got token and see something is true (token is valid and data center is in US). Please help me to fix it!
Kaizen#135 : Third Party Integration using Client Script
Hello everyone ! Welcome back to another enlightening Kaizen post! In this Kaizen post, we'll explore how to invoke a Third-Party API through Client Script. This enables you to seamlessly connect to external services and fetch dynamic data. Stay tuned
Early Access for GraphQL APIs
Update 25th Sep 2024: GraphQL APIs are now open across all DCs including IN DC for Enterprise, Zoho One Enterprise, CRM Plus and Ultimate edition orgs. Please note that GraphQL APIs are not available for Trial Edition of these editions. Update 27th Aug
Custom fields for a user
Is there an ability to add a custom field to a user object and update it via the API?
Kaizen #133 - Deciding on the type of applications: Self-client or Server-based?
Welcome back to the Kaizen series! In this week's post in the Kaizen series, we will discuss self client and server-based clients in Zoho CRM. We will explain these two client types in separate videos, along with their practical application using Java
Zoho API insert/update custom fields for tasks
Hello, according to the documentation ( custom_fields JSON Object Value of the custom field. Example : {"UDF_CHAR1":"Hello"} ) however, when I try to insert a new task my custom field (in my example UDF_CHAR9) is never filled in. The same happens when
Need to know if we can automate the process of generating a PDF against the Quote using an API
Hi, I am working on integrating zoho with a third party application for exchanging the data between the 2 applications through API. As a use case that we are trying to implement, I want to generate a PDF against a Quote for an opportunity as a trigger
Access Token Throttle reached within Postman Cloud
Hi I am having all sorts of issues getting Zoho API calls to work within Postman. One of it being the token generation. I can manually run the request and generate an access token just fine, however when I schedule the request in a collection run within
Is it any possible to disable/hide the add row option of subform in CRM.
Hello Team, Is it any possible to disable/hide the add row option of subform in CRM.
Filter API
Hi, I gave my supplier an API so he could send me leads directly to the CRM, now the supplier wants also to see what is the status of the lead by API. How can i give him an API so he could get only his leads and not other leads in the module ? Thanks
CRM Accounts Name visibility
Hi, Need some guidance please; we have multiple sales teams and each salesperson has a view of only their Accounts' records. So they can only see Accounts, Deals, Contacts, Related Modules etc for the Accounts they own. The technical staff have a view
Kaizen #47 Handling Notes through Zoho CRM API (Part 2/2)
Hello everyone! Welcome back to yet another post in the Kaizen series! In our last post, we started our discussion with Notes APIs in Zoho CRM. This week, we will discuss the following: Notes as related lists Attaching files to notes via API 1. Notes as Related Lists Notes API allows you to manipulate all the notes in all the modules, or specific notes based on their note IDs. Zoho CRM API also allows you to handle notes of a specific record using the related lists API. The request URL will differ
How to Associate Zoho Projects in Zoho CRM
Hi I need script for associating projects in zoho projects to particular Account in zoho CRM side. It can be done manually but I need the automation for this process. There are no api regarding associating a project in zoho crm account. Need assistance
Is there a way to access a related module's fields in a formula field?
Let's say you have a 'Student" module and a "Classes" module. Within the Classes module, there is a "name" field and also an "grade" field. In the "Student" module, is it possible to create a formula field labeled "Math Grade" that retrieves classes named
Client Script not working in production but fine in sandbox (ZDK.Apps not working?)
Hi, I have created Client Scripts that worked fine testing in a sandbox environment but that throw an error in production "cannot read properties of undefined (reading 'Deals')", which I believe is an issue using ZDK.Apps in production. Can you help
About flyout
Hi Team I want to implement a simple example, for to understand the flyout, but for the moment has been unsuccess I've read an article about this: Introducing Flyouts in Client Script! Flyouts are floating User Interface that can be spawned and controlled
Next Page