766 questions
-2
votes
0
answers
67
views
Ulaa Browser Microphone Access [closed]
Whenever I am trying to access microphone in Ulaa browser in Desktop/Laptop, it doesn't work even after giving all permissions. When I click on the microphone button to speak, it turns from red to ...
-4
votes
1
answer
59
views
Zoho Mail contact form with Nodemailer not workign
I connected my domain to a Zoho mail account. Then I was trying to fill in the account data in my env file to use Nodemailer contact form in Next.js application.
Before that all the contact form ...
1
vote
1
answer
216
views
How to get project key and project secret id for dev?
I’m working on a chatbot project using the Zoho Catalyst Python SDK (zcatalyst_sdk).
My goal is to use the Catalyst Cache service to store session data for multiple users so each user’s conversation ...
1
vote
0
answers
68
views
Not getting affected field values in zoho notification through api https://www.zohoapis.com/crm/v8/actions/watch
I am not getting affected fields values in zoho when any field is updated in zoho.i am getting hit in api but getting null in affected fields value.
heres api https://www.zohoapis.com/crm/v8/actions/...
0
votes
0
answers
37
views
How to refresh a Zoho access token only when expired in a .NET Azure Timer Trigger (Isolated Process)?
I'm using a .NET 7 Azure Timer Trigger (Isolated Process) that runs every day at 10 am.
Zoho’s access token expires after 1 hour, so I want to cache the token in memory and only refresh it using the ...
0
votes
0
answers
34
views
Zoho Desk - Make so that comments set ticket to unread
I am developping a communication system between my personal software and zoho desk. Currently, any message posted in my software for a specific ticket will appear as a comment on the zoho desk ticket.
...
0
votes
1
answer
155
views
Download a ZIP file from API Endpoint to Azure Blob Storage using ADF Copy Activity
I'm working in Azure Data Factory (ADF) and want to automate downloading the result of a Zoho CRM bulk read job. The endpoint I need to access looks like this:
https://www.zohoapis.eu/crm/bulk/v2/read/...
-2
votes
1
answer
184
views
How do I retrieve a user's profile picture via Zoho OAuth 2.0 API? [closed]
I've been trying to retreive the users profile picture through Zoho OAuth 2.0, testing it with Postman. This API uses authentication through tokens.
First I'm authenticating through:
https://accounts....
1
vote
0
answers
279
views
Zoho CRM: Getting "too many requests" even when caching access token until expiry
I’m integrating Zoho CRM into my FastAPI backend and handling OAuth2 tokens like this:
I am giving multiple request togather to update or created data in different modules.
I use a refresh_token to ...
0
votes
0
answers
317
views
How to display dynamic HTML on a Zoho Creator Page using a ZML Snippet?
I'm trying to display dynamic HTML (generated by a Deluge function returning a string) on a Creator Page using a ZML Snippet.
I'm consistently getting blocked by "Improper statement. Error might ...
0
votes
1
answer
208
views
What does it mean when Zoho Sign's create document API method returns an "Extra key found" error message?
I'm using the Python requests library to implement the Zoho Sign document creation method shown here:
https://www.zoho.com/sign/api/document-managment/create-document.html
I'm using the following code:...
0
votes
0
answers
49
views
Zoho CRM - Unable to Fetch Record ID After Adding Data from Webhook
I’m integrating Zoho CRM with my FastAPI backend to sync data from a webhook. The webhook successfully inserts data into my PostgreSQL database and triggers the get_record_id_by_email function to ...
0
votes
1
answer
125
views
How to generate an authorization code from a given scope and use it to generate a refresh token in Python for Zoho CRM API?
I'm trying to integrate with the Zoho CRM API using Python, and I need to generate an authorization code from a given scope (ZohoCRM.modules.ALL) and then use that authorization code to generate a ...
0
votes
0
answers
76
views
Zoho CRM Workflow Function Not Receiving Field Data – All Values NULL
I am trying to do an automation using functions and workflow.
One of our clients has a request that they want to get an update about all of their sales orders on their application when the status of ...
0
votes
0
answers
109
views
How to fetch the records using ZOHO CRM API filtering on Created_time Criteria
I am trying to fetch the deals from ZOHO CRM API unfortunately the Created_Time criteria is not working, its giving 200 records everytime and its not in the real case only 3 or 4 records exists ...
0
votes
0
answers
84
views
Zoho SalesIQ Chatbot Not Changing Conversation Text on Language Switch
I have implemented the Zoho SalesIQ chatbot on my website using a script in my HTML. However, I am facing an issue with translation when switching between Arabic and English.
When I switch to the ...
0
votes
0
answers
79
views
Zoho Flow and Converting an ID to a String
In Zoho Desk we have a field whereby we select an agent to a ticket, when I automate the extraction of the information into Excel the agent name is shown as a long number. I want to run a custom ...
0
votes
0
answers
262
views
Zoho Deluge Script Error: Variable Not Defined for Custom Function
I'm working on a custom function in Zoho CRM to calculate the total price of an order when a new record is created in a custom module called Orders. The function is triggered via a workflow rule. The ...
0
votes
1
answer
50
views
What are the Zoho SDKs for Java?
I have been wrecking my brain for a couple of days and can't seem to figure it out. I got the CRM SDK to work, however, it doesn't have the functions I need.
I need to access Invoices and Invoice ...
0
votes
1
answer
590
views
Calling Zoho CRM Function using OAuth2 method from external web/postman
I am having issues calling a CRM function using the OAuth2.0 method externally, for example doing it from Postman.
Steps I have taken so far:
Create a Zoho CRM (in console) client (self-server) with ...
0
votes
0
answers
51
views
How to upload an attachment while creating a new record in ZOHO CRM
I am using C# SDK to create new records in Zoho CRM. However I am not able to upload attachment from local drive into attachment field while setting field parameters. However once the record is ...
0
votes
1
answer
312
views
My SQL query (in Zoho Analytics) isn't working and I'm not sure why
Solved: I was using a reserved term 'USER' unknowingly.
For context, I'm very new to SQL. My goal in the script below is to combine multiple data tables into a single query table in Zoho Analytics. ...
0
votes
1
answer
195
views
How to insert multiple selected records from a report into subform of a form in zoho creator?
I am developing a simple site inventory application in zoho creator. There are 2 forms in this case.
Form A: Material request .This form has a subform with fields for product and quantity
,Form B: ...
0
votes
2
answers
71
views
Zoho Catalyst Log Out
I am trying to create a webpage to be hosted on Zoho Catalyst. When attempting to create a log out, following the documentation, I receive the following error:
ReferenceError: Catalyst is not defined ...
0
votes
1
answer
113
views
Adding Subform fields to approval summary in zoho creator
I am creating an e-procurement application on zoho creator.When a material request is submitted.It should be directed to manager for approval. In the approval summary, I am not able to see the product ...
0
votes
1
answer
121
views
Auto populating a sub form based on purchase order id in zoho creator
I am new to Creator and building an e-procurement application.
I have two forms - one for Purchase Order and a second one for Goods received. On the Goods received form, I have a sub form with fields ...
0
votes
0
answers
37
views
How to get access and refresh token for integrating two applications using Google AppScript
I am integrating Zoho CRM with Google Drive, I am able to connect my Zoho application with google drive. Now I want to extract access_token and refresh_token from the google drive authorization url ...
1
vote
1
answer
205
views
How to obtain credentials for the Zoho SDK in self client mode?
This took an unnecessarily long time to figure out, and neither the Zoho documentation, help, nor code samples were useful. I found some off-hand references to Postman (the app) in a mention ...
0
votes
0
answers
107
views
I want to create a group on Zoho Cliq, assign member to the group and able to fetch the chat
I want to create a group on Zoho Cliq, assign member to the group and able to fetch the chat.
I'm getting error invalid url
I've tried this=
Request method: POST
API endpoint.: https://cliq.zoho.com/...
-1
votes
1
answer
101
views
How do I solve CORS issues with the Zoho Expense Report API?
In my project where I use Angular 16, I want to use the Zoho Expense APIs, specifically the expense report API. Since I am using Angular, I created a client-based application and obtained my Client ID,...
0
votes
1
answer
85
views
GraphQl function in zoho flow
I am trying to make a function to make a call in graphql to my shopify site via zoho flow with a deluge function my code works but I have the impression that the deluge poses certain problems in my ...
0
votes
1
answer
65
views
Workflow for ZOHO CRM
I am new in ZOHO CRM and I am learning this right now, I don't know much about it.
If I create a deal and it is in the same stage, then after 3 days a mail notification has to be sent and a task has ...
0
votes
0
answers
46
views
How to remove the top 3% of values in SQL
I have this challenge of pulling a bunch of sales data together and filtereing it out and removing the top 3% of values.
This is my SQL so far, i have allready filtered it in DESC order, i now need to ...
0
votes
1
answer
393
views
Persistent Syntax error in Zoho Deluge Script
We are trying to create a Zoho Custom Function using Deluge script in Zoho Inventory. The script is as follows:
// Initialize pagination variables
page = 1;
has_more_records = true;
while (...
0
votes
1
answer
71
views
Zoho CRM Python SDK 2.1 won't update record owner
When I try to change the owner on a Zoho record 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: ...
-2
votes
2
answers
67
views
Recommended project types for a simple recurring task hosted on Azure [closed]
We need to build a simple project that will retrieve and update data each 5 minutes from ZOHO via their API.
It will ultimately be hosted on Azure.
It won't need a UI.
What project type is recommended ...
1
vote
1
answer
51
views
Not able to map my root domain under CloudScale - Domain Mappings in a Zoho Catalyst project
I'm facing trouble with my CNAME and domain mapping for my Catalyst application while trying to map my domain {x}.com
When I enter {x}.com in step 1 of domain mapping in Catalyst console, I am getting ...
0
votes
1
answer
108
views
Zoho Catalyst: How to hit the Catalyst datastore insert row API from Deluge?
I need to store the data from the Zoho CRM to the Catalyst datastore. I am not sure how to hit the Catalyst API from Deluge to send data from CRM functions to Catalyst.
Did some tried this?
0
votes
1
answer
202
views
How to update data in subform if the data is in nestded array in zoho crm using deluge
I have the module Quotes, inside the module I have subform quoted_items and inside subform i have three fields quantity, standard_price and I want to fetch the value of quantity and standard_price and ...
0
votes
2
answers
168
views
How to update the value of variable fetched from JSON using deluge to the field in zoho crm?
Here is the code that I have written to get the required output.
record = zoho.crm.getRecordById("quotes",683769000000338181);
info record;
Exproprice = record.get("Exproprice");
...
0
votes
1
answer
161
views
Python AppSail[FLASK] App Not working in Development Environment
I am trying to host a Flask Application in Catalyst using AppSail, I created the Flask Application and tested it in local using the command catalyst serve, the application works fine.
After I deployed ...
0
votes
1
answer
246
views
How to send information from Zoho Catalyst to Zoho CRM?
I need to send information from Zoho Catalyst to Zoho CRM. How to hit the Zoho CRM API from Catalyst functions? I am struck with authenticating the Zoho CRM API from Catalyst to maintain the sync.
I ...
0
votes
0
answers
25
views
Server is blocking sending tickets
I want to add a ticket form on my website (I am using Magento 1.9). The ticket form is from Zoho.
I have added the code:
<script type="text/javascript" nonce="{...
1
vote
1
answer
63
views
How to write a Adobe Sign OAuth in Deluge
I'm still learning Deluge, and I'm currently testing an integration with Adobe Sign. This code is written inside of Zoho Flow.
Here's the authorization request url in Adobe's documentation:
https://...
0
votes
1
answer
139
views
zoho deluge automatic export of zoho survey into local spreadsheet
I would like to create deluge function which allows to automatically export zoho survey response to a spreadsheet on a local file.
0
votes
1
answer
59
views
Zoho PostMessage API returns 1108 Domain not registered
I'm using postMessage API to post a save command to my Zoho writer iframe. Following the docs I have this
XDC.setTarget({
"origin": "https://api.office-integrator....
0
votes
0
answers
35
views
Zoho Writer document save not working no error
I'm working on integrating Zoho Writer into my web app using Zoho Office Integrator. My web app uses an WebAPI api in c#, .net framework 4.8 and the zoi-csharp-sdk. I am able to open a file from ...
0
votes
1
answer
246
views
How to send graphql request from usinf deluge script
I need to call the api from zoho crm , using custom function . The api is working fine on postman , but when I am calling it from zoho crm function it is giving error .
The Params calling from postman ...
0
votes
0
answers
129
views
Tring to call A simple Zoho API that returns a photo, and hit a wall of confusion?
I can't believe this seems so complicated or I am simply not understanding what's going on.
Basically I want to call the below API to retrieve the Avatar/Photo assigned to an Account in Zoho.
https://...
1
vote
1
answer
71
views
SQL Unpivot with Additional variable field creation
I have created the following query:
SELECT UnPivotTable.*
FROM ( SELECT
"Stage 1" as "Stage 1 Date",
"Stage 2" as "Stage 2 Date",
...