767 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
62
views
Select the associated bill number or bill type [closed]
passing the payload below mentioned to the api https://www.zohoapis.com/books/v3/vendorcredits?organization_id=10234695 and getting error as
Status Code: 400 Response: {'code': 37034, 'message': '...
-5
votes
1
answer
60
views
Identifying original script file from minified name in Zoho CRM [closed]
I’m working on a Zoho CRM customization and I can see the client-side scripts in the browser, but they’re all showing up as minified filenames. Even with source maps, I’m not able to identify the ...
-4
votes
1
answer
69
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
248
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 ...
0
votes
0
answers
72
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
42
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
35
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
172
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
197
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
312
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
369
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
231
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
52
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
135
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
79
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 ...