Access token generate from the refresh token not working for API
Dear Sir/Madam, When I use my refresh token to obtain new access_token, that token return INVALID_TOKEN when the same API is called. I made sure that my api site is correct and match the auth web site. However the original access_token work fine.
Zoho Developer Hangout (ZDH) - Episode 14 | Zoho's APIs - The Good, the Bad, and the Not-So-Ugly
Hello everyone, By serving as gateways for accessing and sharing functionalities and data across applications, APIs empower developers to tap into external resources and services that enrich their applications with enhanced features and solutions. @Eric Chrobak,
Creating a Task that Repeats with Reminders via API (or deluge integration)
Hello, I've been using the API to create tasks with reminders for a couple of years now and am familiar with the required structure of the 'Remind_At' property. I am now trying to create a series of repeating Tasks and I would like the tasks to have reminders
How to generate oauth token without the need of a user login?
I am trying to create a client-side application that lets a user view tickets from my account. Is there a way to generate a grant token or access token without the user entering my login credentials? Basically, I want them to be able to open my application
After using insertRecords API call to insert Contact will it send ID of new Contact or is there a way to get it?
Is it possible that after using the insertRecords API to insert a Contact, can I retrieve the unique ID of that record immediately back from the response or is there a way to get the last record entered? I need the ID to be able to alter the record or
Getting a Oauth token from c# SDK
I hope this makes sense. I am using the c# SDK examples to write records to the CRM Leads. While calling While this is not all my code, I'm hoping its enough to get some help. While calling recordOperations.CreateRecords(); it fails after trying
Login API
Hello, I want to implement the functionality where the user can login to my app using his ZOHO credentials (like google login for any application). Can you please guide me with the same? Do you have any api for authentication of the user?
Search record by tag using API
Hi! I want to filter records by tags in Zoho CRM using the API. First I have to say IDK why tags are disabled in sandbox, it makes no sense at all. But anyway I couldn't find any documentation on how to filter by tags using the CRM API. Can you point
Send Mail with custom template variables
Hi I'm trying to send an email vie the Send Mail API and want to insert values that replace the variables currently in the email template. for example our reset password template will have "To reset your password click this link ${<value from API call}"
Invoke URL - Not possible to pull Record Owner ID?
I am not able to pull the record owners ID when invoking a URL. However, it is available as a field in webhooks. Is this just an oversite?
Zoho Query API problem
Hi, I am trying to write select queries to retrieve data from Zoho using its Query API. But I am getting the following error: Service responded with exception status (401): {"code":"OAUTH_SCOPE_MISMATCH","details":{},"message":"invalid oauth scope to access this URL","status":"error"} I am trying to do this call using a dashboard tool's Zoho integration module. If I use rest API it works but when I try to use Query API of Zoho it returns the error. I searched this but couldn't understand what I am
GET Notes returns INTERNAL_ERROR on API v2
When I send a request to https://www.zohoapis.com/crm/v2/Notes, API returns me the next response: { "code": "INTERNAL_ERROR", "details": [], "message": "Internal Server Error", "status": "error" } Please, let me know how to fix this problem.
Unable to configure more then one Redirect urls for oauth
I have generated client id and secret using https://accounts.zoho.com/developerconsole. Everything works fine when i am having only one redirect URI. but when i try to configure more than one redirect uri's (comma separated) oauth url request get failed giving error as incorrect redirect uri. Note: When only one redirect URI is configured i was able to make a auth request without providing the scope in the auth url, and able to get access_token as well as id_token in the response. Therefore on googling
What scope to use to get id_token in response in OAuth
I have generated client id and secret using https://accounts.zoho.com/developerconsole. While making a oauth request without passing a scope in the query params, therefore after making the access token request, i am able to get id_token along with access_token in the response, but when using the scope parameter, id_token is not received. Please specify which scope value to be use to get the id_token in the response. Note: I need the scope value as, because of the issue raised https://help.zoho.com/portal/community/topic/unable-to-configure-more-then-one-redirect-urls-for-oauth
Update Event on Zoho PhP SDK v2
Hi there, I am using php sdk and configured it successfully. Getting Events on my screen, Now I want update Events through event ID, I am not able to get an method How Can I update events. $entityId ="869559000039430002"; $apiResponse=ZCRMModule::getInstance('Events')->getRecord($entityId); $record = $apiResponse->getData(); $update_data = array( 'Notify Staff' => 'true' ); $response = $zoho_api->update_record($module, $record_id, (array($update_data))); Please help me on this. Thanks!
API
Estimados me pueden ayudar, estoy utilizando el siguiente código y la api me indica: "Unable to populate data, please check if mandatory value is entered correctly." Esta es la llamada que estoy realizando: https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=autotoken&scope=crmapi&xmlData=<Potentials><row no="1"><FL val='Potential Name'>First Potential</FL><FL val='Description'>description of the potential</FL><FL val='Closing Date'> 01/04/2009 </FL><FL val='ACCOUNTID'>631505366</FL><FL
How to get the joblist from api integration?
I develop integration the joblist from CRM to my site, and I don't know how I can do it. In documentation nothing about it (joblist support). Any idea?
IMAP emails report
I want to be able to create a custom field or a report that will show the last email sent date in a record (leads, potentials and contacts) for emails sent by both Zoho CRM and IMAP. I use Google Mail. How can I use the API to build such customization?
Zoho Creator integration with FedEx
I've to integrate Zoho Creator with FedEx Courier. So that I can get the tracking info like delivery status and delivered date should be updated automatically based on Docket/AWB no. How should I achieve this?
Debugging Custom Function with API Connection
We are developing a extension to use third-part app thru OAuth 2.0. We connected it with connector and authorized it in connector. We are debuging custom function to use connector API in extension. But can't get test response of the api in excuting of custom function. can you let me know the method to test connector api in custom function? Zoho gives the execute option to test the custom function. It is available with common functions. but in this case, what use OAuth 2.0 connector, I can't get
Zoho Creator API and Signature Field
I have a form in a Zoho Creator app that has a Signature field in it, where the user can sign their name with the mouse or finger on the screen. The image gets stored in creator as a PNG file. I would like to have a VB .NET application be able to automatically download those PNG files locally to our onsite file storage. I can make an API call to get the correct https path to the signature files, but to "browse" to those files requires authentication with Creator. Is there any way to pass parameters
Creator API Add Record
EDITED
Bind Deal With Contact WIth ContactID Not With Contact Name
I'm using zoho api's to bind the deal with the contact name.. But when i'll have more contacts with the same name then binding with contact name would be wrong because i'll have many contacts with the same name.. So please tell me how to bind deal with contact through contact id.
Getting connected projects and accounts from API
Hi, I've been trying to get an overview of Accounts from the API. This is working fine. However, I want to show all projects connected to this Account (through the Projects <> CRM connection). Is there any way in the Projects API or CRM API to get these projects for a given Account? Thank you in advance, Marco Peters
SubTask API
My goal is to use the API and return all tasks & sub-tasks for a particular project. I notice the method 'All Tasks For Project' does not return sub-tasks. So I try the method 'All Task Lists' for a particular project. From there, I can use 'Task for Tasklist' method. I think that method returns all tasks & sub-tasks. But the next problem is that I do not know how many tasks lists each project contains. The method 'All Task Lists' will fail since I do not know the count of tasks lists. I must
Creating an Event with a related Lead
I can't create an Event with a related Lead. I include these two fields with my xmlData parameter but the field does not populate: <FL val="RELATEDTOID">2111963000000333438</FL> <FL val="SEMODULE">Leads</FL> I can only add a Related To Lead on the website, not through the API. I've tried using the lead's full name but nothing seems to work. Any help very much appreciated.
API
Estimados me pueden ayudar, estoy utilizando el siguiente código y la api me indica: "Unable to populate data, please check if mandatory value is entered correctly." Esta es la llamada que estoy realizando: https://crm.zoho.com/crm/private/xml/Leads/insertRecords?authtoken=autotoken&scope=crmapi&xmlData=<Potentials><row no="1"><FL val='Potential Name'>First Potential</FL><FL val='Description'>description of the potential</FL><FL val='Closing Date'> 01/04/2009 </FL><FL val='ACCOUNTID'>631505366</FL><FL
Problems with api getUsers
Hello, I want use getusers api with url Https://crm.zoho.com/crm/private/xml/Users/getUsers?authtoken=xxxxxx&scope=crmapi&type=AllUsers And i have for result <Response> <url = "/ crm / private / xml / Users / getUsers"> <error> <code> 4600 </ code> <message> Unable to process your request. </ Message> </ error> </ answer> I do not understand. Thank you for your response