Zoho: Deluge: Does anyone know of an offline-syntax checker for Zoho Deluge code?
Does anyone know of an offline-syntax checker for Zoho Deluge code? Background: I often write/modify deluge code in offline editors like vim, emacs and nano because I'm used to their keyboard options. Then I paste the code back into the Zoho Deluge editor
API calls to fetch report metadata and to run/export a report
Hi Is it possible to fetch report data from Zoho CRM using the CRM API? We have very similar requirements to those outlined here: https://help.zoho.com/portal/en/community/topic/zoho-crm-api-getting-all-report-names-with-the-corresponding-report-folder-name Is there any other way to achieve the same thing e.g. through the Reports API? Is this on your roadmap? Many thanks, Kevin
Extension Pointers #9: Configure a Webhook to handle real-time updates between Zoho CRM and SurveyMonkey
While seamless data exchange is possible between Zoho CRM and third-party applications using connectors or custom variables as the binding knot, managing data updates in real-time lies a step ahead. Webhooks can help with this, as they serve as web callbacks
Different variable values for different users
Hello there, I am creating an extension for Zoho CRM. And I was wondering if there was a way to store a user entered data somewhere in the user's Zoho CRM scope (I mean a different value for different user) There is an input that takes in a key, for example.
Profile API returns category `false` but documentation suggests it should be `true`
Hello everybody. First of all, I want to say that the interface for previewing posts in this forum is pretty bad. The way to return to Edit mode is that arrow on the top left, which I didn't know whether it was for "back to edit" or "back to previous
Kaizen #19- C# SDK
Hello everyone! Welcome back to another week of Kaizen! This week, we will discuss the C# SDK. What is the C# SDK for Zoho CRM? C# SDK allows you to create client C# applications that you can integrate 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 SDK acts as a middleware between Zoho CRM and a client C# Application. What can you do with the C# Software Development Kit? You can use C# SDK to
SDK behaves differently when run from different locations
Hi, I am using the C# SDK v3.1.0 (ZCRMSDK) and experiencing different behaviour when I run it from two different but identical servers (using the same code and same database). From one server I receive the following error when trying to update a Choice
User guide about client script!
Hello every one! I want to find some example code about client script or some document to referece about it. Thanks for your help.
Multi-Select Lookup
I'm using python sdk 3.x.x I can't find documentation on how to update Multi-Select Lookup in a record ro = RecordOperations() request = BodyWrapper() record_list = [] record = Record() record.set_id(record_id) record.add_key_value(record_field, '??')
Widget
Hi, I would like to add a section in the Accounts tab that will show an iframe of a widget we already have. We just need to pass to the iframe source the account name as a parameter. I couldn't find any information on how to do this. Is this possible?
Extension Pointers for Integrating Zoho CRM with Zoho products #3: Keep track of your Zoho Desk tickets from within Zoho CRM
Operating a business necessitates complete management of all individual units in order to achieve smooth operations. Working with a CRM solution and handling support-related tickets are two critical units that must work together for a successful outcome.
Kaizen #33 - Triggering Workflow Rules, Approvals, and Blueprints via Zoho CRM API
Hello everyone! Welcome back to yet another post in the Kaizen series. This week, we will discuss Triggering Workflow rules, Approvals, and Blueprints via Zoho CRM API, while inserting, updating, or upserting records. First things first—What are Workflows, Approvals, and Blueprints? Workflow Rules: Using workflow rules, you can automate a set of routine actions and communication like sending email notifications, assigning tasks, field updates, and so on. Approvals: Using the approval process, you
POST Information
Hello, We would like to give a third party provider the ability to post over to our CRM. What would be the best way to go about this?
How to insert a Choice field value into a new lead
I am inserting lead info from another data source. My code below worked perfectly until I tried to add a lead source. From the source data, "LeadSource" is a string. In CRM.Leads I assume because its a dropdown field it is a Choice<string>. How do
OAuth Self Client Scope definitions
I am trying to setup the API v2 OAuth using "Self Client" as we do not have OAuth2.0 setup yet, but we don't want ot develop any API calls with the soon to be depreticated ZOHO ApI v1. I am on teh API document: https://www.zoho.com/crm/help/api/v2/#oauth-request and under "Step 1: Register your application" It shows the "Self-Client" it says: "In case the user does not have a domain and a redirect URL, the self-client option can be used to get access token." Where is there a list of the Scope(s)?
Campaign (CRM Module) Built-in Report - Exclude Deals associated to the Contacts - Can be set through API / Deluge?
By The Grace Of G-D. Hi, How you all doing? Is it possible to set the Built-in Report in Campaigns module to "Exclude Deals associated to the Contacts" through API or preferably using deluge? Thanks for your time and help!
Who else is fed up with Zoho's API limits on ZoomInfo
I 'm a Zoho One/Enterprise CRM client. I use ZoomInfo religiously for its data. When I export 25 contact records, generally, the full 25 contacts are accepted by Zoho. If I add just one more, and my request is for 26, generally, only 1 contact is accepted
API endpoint for Azure functions
Since I can't get a response from Zoho support, I thought I would try the community. I have an Azure Function that will run on a time interval and push leads to CRM. I don't have a URL as it is not browser based so I thought the non-browser option fit
How to get Contact Role Name via api 2.0
HI! How can I get Contact Role Names via api 2.0? Or list of Contact roles? I made request for getting contacts roles from deal: https://www.zohoapis.com/crm/v2/Deals/3607109000000187067/Contact_Roles But I see Id of Contact Role without Name (e.x. Developer/Evaluator or Decision Maker)
API for a third party database
Hi there! I'm interested to find out if anyone has implemented an API solution that connects Zoho CRM to a third party database which allows them to display the records in the database as a dropdown list and then once an option is selected be able pull
Field Value inside of CRM Fails to change after calling UpdateRecord from Creator when using Zoho integration
Hi, I am trying to call the zoho integration to change a field found on a Contacts record with updateRecord, however, following the documentation, it does not seem to change. Here is my code: obj = {"Last Name":"ahhhhh"}; zoho.crm.updateRecord("Contacts",4968032000000338191,obj);
Zoho CRM Crash Course for Programmers
Hello everyone, I have created a Zoho CRM Crash Course for Programmers on Udemy. Here is the course description from the Udemy site: This course is intended as a crash course for programmers who want to learn the basics of Zoho CRM quickly. Why I created
Can we use getRelatedRecords to access the Actions_Performed inside SalesIQ visits?
Inside the Leads module, I have the following information when I click on a Lead and see their details. I am able to get high level information about the Visits module using the following deluge script command: visit_records = zoho.crm.getRelatedRecords('Visits_Zoho_Livedesk','Leads',record_id);
Combine Python SDK and Extension in one Marketplace application?
Hi there, We have already got a functioning ZOHO CRM Python SDK instance running to push and pull data to and from a Third Party app. However, we also want to make some interface changes, ie. custom buttons and modules to the ZOHO CRM interface - Looks
Zoho CRM Notification API does not send notification for Leads and Deals
Dear Zoho community, we are experiencing a weird problem when enabling Zoho notifications via the Zoho CRM API. We are able to successfully enable Zoho notificiations from the Lead, Deal and Contact module by calling this endpoint, see https://www.zoho.com/crm/developer/docs/api/v2/notifications/enable.html .
Kaizen #14 - Notification API
Hello everyone! Welcome back to another week in the Kaizen series! This week, we will discuss the Notification API in detail. What is a Notification API? Notification API allows you to get instant notifications whenever an action is performed on the records of a module. The system notifies you of the event on the URL you provide. You can also enable notifications based on a specific operation like create, update, or delete. Channels for notification You can create individual channels to 'watch' set
Auto populate lookup field
Hello, I am trying to achieve the below and I am not sure what would be the best approach. Can you please advise? I have created a new CRM custom module named "Investors". Some of the fields within this module are lookup fields called "Adviser" and "Adviser
How to create activities with current user logged in using zoho crm.
Hi, I am practice with Zoho CRM for doing some third party integration but I am facing problem when I logged-in with new user and I am going to create activity for calls record but when I checked activity created with CEO details (Like parent details
Get Contact Image
Hi, I would like to get my Contact Image via API, this is my url https://www.zohoapis.eu/crm/v2/Contacts/129152059d2fbdbd2aefd57746c646aeb0d82588e3741fa5400157aca884b0bd5f805f82e53c3315a24b64d7af30964e7f2029775466412ab19bb7a52fccb345451564faf637da96c2174eef9868b410/photo
MANDATORY_NOT_FOUND
Hi, Here's the API https://www.zohoapis.com/crm/v2/functions/upsertlead/actions/execute?auth_type=apikey&zapikey=SOME API Can someone help me with this? Here's my error. { "code": "success", "details": { "output": "{\"code\":\"MANDATORY_NOT_FOUND\",\"details\":{\"api_name\":\"Last_Name\"},\"message\":\"required
Zoho crm api v2 - getting records with Query Map
Hi. When I want to get a record (Let's simplify it and say that for now I am only interested in Leads), I am getting this error response: { "errorMessage": "Only 'AND' operator is supported. Found a(n) 'OR' operator in the search expression", "providerMessage":
integration with an external system
hello dir do you have api to integration with external system ?
CRM API V2 Python Example Needed
I'm new to Python but was able to create an API connection using API version 1 to my Zoho CRM. I've tried for the last two days to write a Python script based on API version 2 but having a very difficult time. I've tried to use the examples in the API documentation but its just not working. I was hoping that someone could show me from start to finish how to write a very simple Python script to display a list of modules. I'd like to see how the API is initiated and how it makes the header calls and
Search records API: Include converted records
Hi. I was using the search records API (because I need to use criteria) and to my surprise there are some Sales Orders that have been converted to invoices that are not being returned by the API. I see that in Get Records API there is an option to recover
Who_Id in Activities
Hi there, I get fields for creating activities from Zoho CRM API. Then, It is returned "Who_Id" text of which is "Contact Name". But, the type of "Who_Id" is bigint. When I see this text "Contact Name", I write a name generally. But, I get an error that
Using 3rd party API for Zoho CRM integration
Does anyone have experience with using 3rd party APIs for Zoho CRM development? I'm building an external application that needs to connect to my clients' multiple resources, including Zoho. The unified approach is attractive, but I'm concerned about performance
Add Invoice CRM API
Hey guys, There seems to be very little documentation about inserting invoice through API in ZOho CRM. I am trying to push this data: $fields['data'][0]= array( "Subject"=>"Development Work", "Invoice Date"=>date('Y-m-d'), "Account Name"=>'NetON
Wordpress HTTP request for insert the form data in Zoho CRM as Leads.
I am making a WP plugin there I used a form, where I will input data , I want to show all data in Zoho CRM . What is the HTTP request structure??
Unable to map CRM task to a record
Use case: I want to programatically create a call for a given Contact (has a record id) and at the same time, the call is related to a Deal (another record id). This is easily possible when creating such task in the CRM UI. It should be possible programatically
Bulk Read Job - Export Pick List Reference Values?
In the csv file of a bulk read job the exported value is the "Pick List Option" value. Is it possible to get the "Reference Value" in the export?
Next Page