Where can I find when to trigger work flow
Hi, I notice in the form there was a way to select the trigger on the work flow for example the triggering on the loading of the form or user input into a field. I found the guide over here https://help.zoho.com/portal/en/kb/creator/developer-guide/workflows/create-and-manage-field-rules/articles/configure-field-value-in-form-workflows
Zoho Api returns HTTP response code 200 but not updating custom field value
I am facing an issue in updating my custom field id value via API using zapier. While i have also tried it from postman for testing it gives me response code: 200, but values are not updating
Kaizen #163 - Extension Widgets in Zoho CRM
Hello Developers! Welcome back to a new week of Kaizen. This week, we are diving into the significance, types, and practical uses of Extension Widgets in Zoho CRM. It helps in boosting business efficiency and creating customized CRM experiences. What
Running C# code
What are all the options for calling C# code from a Deluge function? I know there is a C# SDK -- where is the latest documentation on that? If I create my own REST API, how do I configure it to work with OAuth?
Upload a file to a File Upload Field through API
Hello, Is there any way to upload a file to a custom file upload field in a module when doing an Update using the Record API? I've found and I am able to upload files to attachments but I don't know how to upload them to a field. I've checked the documentation at https://www.zoho.com/crm/help/api/v2/#update-specify-records but the File Upload field type does not appear in the examples. Thanks
Client Script to change colour of related list item fields in canvas view
Hi, We have a custom module 'provider numbers', related to accounts. Each record in the related list has a 'State' field which we would like to colour depending on the value in our Accounts canvas view (see attached). As there is canvas rule limit of
API Adding to Related List
I have a PHP integration with Zoho that works fine. However, under the Contacts module we have a related list called Check-ins. In the Zoho CRM Api Names its listed Check_Ins1. However if I query the API to get related lists I get this... [sequence_number]
Problem with CRM Connection not Refreshing Token
I've setup a connection with Zoom in the CRM. I'm using this connection to automate some registrations, so my team doesn't have to manually create them in both the CRM and Zoom. Connection works great in my function until the token expires. It does not refresh and I have to manually revoke the connection and connect it again. I've chatted with Zoho about this and after emailing me that it couldn't be done I asked for specifics on why and they responded. "The connection is CRM is not a feature to
CRM API v2 AdWords GCLID Parameter
Hi, I'm using AdWords Integration with Zoho CRM using a third party webform and can't manage to insert the "gclid" parameter via Zoho CRM API Leads endpoint (version 2). I already checked the following articles: 1. https://www.zoho.com/crm/help/google-adwords/configure.html#Third_Party 2. https://www.zoho.com/crm/help/api-diff/ Form submission works fine. On server side the gclid is correctly included in API request. The Lead is created successfully. All fields (system and custom) are populated correctly
Kaizen #154 - Dynamically Update Picklist Values in Zoho CRM Workflows
Hello all! Welcome back to another interesting Kaizen post. Today, we will discuss how to add automatically or remove values from a picklist field using Deluge within a workflow. This post serves as a solution for the forum post. Use case The sales team
Kaizen#162 : Add Tags and Open Pre-filled Email Drafts via Client Scripts
Hello everyone! Welcome to another informative Kaizen post. In this post, let us see how to accomplish the following using Client Script. 1. How to auto-tag a record based on field update? 2. How to Open a pre-filled email draft This post will provide
What is a a valid JavaScript Domain URI when creating a client-based application using the Zoho API console?
No idea what this is. Can't see what it is explained anywhere.
searchRecords API method does not work properly.
Hello. I have encountered a problem while integrating Zoho CRM. Please find the details below. After inserting a new record into my custom module it cannot be found via searchRecords API method. The structure of the request URL is the following: https://crm.zoho.com/crm/private/xml/CustomModule3/searchRecords?authtoken=MY_TOKEN&scope=crmapi&criteria=(Email:emailtest@mail.com)
Token Expire
Hi Zoho Support Team, We use CloudTalk for our call services, and recently we encountered an issue where data from CloudTalk is not transferring to Zoho CRM. After investigating, CloudTalk informed us that the problem occurred due to an expired token
Search API not working - returns 204 for existing lead
Hi, I'm trying to run query https://www.zohoapis.com/crm/v2/Leads/search?criteria=((Linkedin_URL:starts_with:/dmitry-dubovets-1a70ba51)) But always getting 204 status code. This lead definitely exists https://crm.zoho.com/crm/org735550303/tab/Leads/
Restoring records from the recycle bin programatically
Background I'm working on a piece of software to automate conversion of Leads into Deals based on order status from my company's website. The process is mostly complete, right now I'm just working on handling a few edge cases to ensure data integrity.
Kaizen #161: Global Sets using Zoho CRM APIs
Hello all! In this week, we will see how to work on the Global Sets using our Zoho CRM APIs. Global Picklist APIs were introduced in Zoho CRM API version 6. In this post, we will cover the following Global Sets in Zoho CRM Advantages of the Global Sets
how to get access all leads from zoho crm
i want api code or documention to get all zoho crm leads , insert and update using api code
API error code "NO_CRM_ACCOUNT"
Can anyone tell me what this error code means? { "code": "NO_CRM_ACCOUNT", "details": {}, "message": "The token does not bind to any CRM account. Generate new organization specific token.", "status": "error" } I can't find any information on what may
The token does not bind to any CRM account. Generate new organization specific token.
Started getting the error today. Refreshing the token doesn't help. {"code":"NO_CRM_ACCOUNT","details":{},"message":"The token does not bind to any CRM account. Generate new organization specific token.","status":"error"}
The token does not bind to any CRM account
I have created a sandbox and I am trying to push products and the thing is that for Production everything is working but in the sandbox {"code":"NO_CRM_ACCOUNT","details":{},"message":"The token does not bind to any CRM account. Generate new organization
How to get backend URL
Hi there, I was wondering how i can get the backend URL for the code below: response = invokeurl [ url :BACKEND_URL + "/purchase-orders/generate/excel/" + purchaseOrderId type :GET connection:"backend" ]; return response;
COQL or deluge API, how to get the total count that match criteria?
This is a simple count, but given the 200 record limit, and the fact that I don't need any of the results, just the count, why do I have to page through and perform such an expensive operation. The following shows how I successfully used deluge and COQL
Can't connect to the API
I'm very familiar with API integration / coding / etc. But I seem to be unable to get past the first step of connecting to the Zoho API. I believe I've taken the necessary steps as per: https://www.zoho.com/accounts/protocol/oauth/self-client/authorization-code-flow.html
Client Script - Simple popup if a field is not filled
Hi, should be simple but I'm quite a beginner at script : I have a field that I don't want to make mandatory, but I would really like to encourage employees to fill. My goal is to show them a popup when they save a contact (initial save + all the saves
Zoho CRM Custom Fields and the API not showing - Using make.com etc
Hi, I've successfully connected fillout.com (a form tool) with Zoho CRM using make.com and can insert leads into the default standard fields. However, my custom fields in leads aren't showing up on make.com. Upon research, I found "external fields" that
Unable to update Account record
I am making a call to https://www.zohoapis.com/crm/v7/Accounts/${account_id} using Axio Put. The payload I am sending it is in the correct form as per the docs: { data: [ Account_Name: 'Test Name' ] }. However, I continually get a Bad Request error (status
How do we get the tags that are attached to a record with Deluge?
I am writing scripts and need to get all the tags associated with a Contact record (or Account, or Lead). I know how to get all tags associated with the whole module, how to add and delete tags on a record but I can't find an example of how to target
Kaizen #160: Automating ZDK CLI commands using shell scripting
Hello everyone, Welcome back to Kaizen. ZDK CLI's command-line nature allows you to easily incorporate it within a shell script, to achieve any custom action that you want to execute. It allows you to execute multiple ZDK CLI commands seamlessly, enhancing
In a Canvas view, can a field displaying a list of related records be filtered using a Deluge script? Please read to understand more...
I have a request from my users of Zoho CRM. The situation We have created Canvas views for our modules to make navigation easier. One of the canvas views is for a custom Groups module. We have clients (Contact records) that belong to groups. Those groups
Detail Page (Standard) view client script: field event callback (onBeforeUpdate) not received
In a Detail Page (Standard) view, I want to update some other field values when a particular field (e.g. field1) is changed, but my client script doesn't seem to get called when I test it in the client script IDE and on an actual record. I don't see the
Webhook using JSON Simple Example?
I'm new to Zoho (and JSON) I'm trying to create a webhook using JSON. The webhook creation interface appears to be very rudimentary. On the Webhook creation screen under "Parameters in the User Defined Format(XML, JSON, etc.)" The insert is just a one line text field. That seems like not very useful for building a JSON request, especially for someone just learning the JSON format. Can anyone show me a simple example of how a JSON request would look inside that text field for just say, posting
Client script setVisibility() of a field in Canvas Detail page returns unsupported action
I'm trying to hide a field on the Canvas Details page when the page loads. This should work as per the docs: https://static.zohocdn.com/crm/9254769/documentation/ZDK-1.0-M2/Field.html var fieldStatus = ZDK.Page.getField("Status"); log(fieldStatus.getValue());
Extension Pointers - JS SDK series #4: Managing data from a widget using ZOHO.CRM.HTTP
Handling and managing the data between two applications is a major factor for an efficient business. There are a variety of ways to handle data between Zoho CRM and other third-party applications. You can use deluge CRM tasks, create connectors, use API
Send Email using the Java CRM SDK and replace template variables with a value
I am currently sending emails through the Java CRM SDK 7, which is working just fine. However, I can not figure out how to replace the variables in the template with data I am generating dynamically before sending out the email. For example, I am sending
Invalid Client - Client ID passed does not exist
Hi, Daniel here. i try to generate an authorization code by following this page Authorization Request - Web Apps - OAuth | Zoho Accounts https://accounts.zoho.com/oauth/v2/auth?scope=ZohoCRM.users.ALL&client_id=1000.myclientid&response_type=code&access_type=offline&redirect_uri=https://localhost:7195/account/integrations/zoho/tokencallback
Kaizen #115 :Customize Buttons using Client Script
Hello everyone! Welcome back to another interesting Kaizen post. In this post, we can discuss how to customize buttons using Client Script. In this kaizen post, Need for customizing buttons ZDKs related to Buttons Use Case to customize button using Client
Kaizen #159 - Configuring Telephony Extension Widget in Zoho CRM
Hello Developers! Welcome back to the Widgets fold in our Kaizen series. In this post, we will learn how to build a custom telephony extension widget for call centers and deploy it within a Zoho CRM organization. This helps in establishing unified communication
Calling Token API in Postman returning "error: invalid_client"
Hello, I've been working on setting up an API to get data from zoho crm into a third-party application. I'm currently testing the setup in Postman, but I'm getting an error from the API to retrieve the access token. It keeps returning "error: invalid_client".
How to add leads to a campaign in zoho crm using api
I made a custom php script to send leads who filled website from to zoho crm. I also want the leads to enter a specific campaign. I can't seem to figure how to do it. It will be helpful even if you provide url, parameters, json which is working in postman,
Next Page