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
Is it possible to change custom module layout?
The new button for the module shows all the fields (standard + custom fields) in the form. Is it possible to edit the layout to show selected fields like the module customization in the CRM?
Front End UI for my extension
I am creating an extension using ZOHO sigma and my extension requires to input start date and end date as a variables. I want to make the front end to accept data from the user and I will store it in custom variables. How to create a UI for this also
Need Recommendation for Zoho developer
Hi I'm looking for a professional Zoho developer that can absolutely customize my database to make it more efficient. Things I need done: Upon submission of the web form: -automatically create an account (fill the account fields with concatenations and formulas based on the web form fields) -automatically create a contact -automatically geocode the address. -automatically zone the account based on the geocoded address Upon completion of Zoho Subscriptions Form: -Link
Request for HELP from everyone (Who has an account with Integromat)
By The Grace of G-D. Hi, If you have an account with Integromat (Even a free account), I'd like to ask your help in a small thing for you but a big thing for all of the current and future developers of Zoho Vertical CRM. There is an app request with integromat
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}"
Feature Request: Making API and Functions Daily Limit available through Deluge and API
By The Grace Of G-D. Hi, If it is not already in the pipeline, please consider adding the feature to get the API and Functions Daily Limit and how many calls are left available through Deluge and API. That would help prevent running Scripts that are of
Mapping varibles to custom function in vertical CRM
Hi, How can i map variables when creating a workflow related custom functions in the vCRM Console? I Dont see any option. Thanks for your help!
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?
Request Access to Customer Vertical CRM
When we Request Access to customer's Vertical CRM company. Get an email, but can't seem to connect, just trying to figure out how to gain access to multiple Vertical CRM customers when they request help/customization.
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
Using Sigma For Authenticating With More than just client-id & secret
I am trying to use Sigma to authenticate my Desk Extension to an external API. OAuth2 gives options for "Client Id", "Client Secret", and "Access Token URL" , but I also need to add additional query fields to authenticate. Would simply appending the fields to the access token url like so: "desk.zoho.com/api?field1=value&field2=value2" be the solution?
Deleting an app
Hi, I started to create a vertical CRM, to find out I made a slight mistake (Beginner starts coding ;) ). I'd like to remove / delete this application. It's not yet reviewed not published. I couldn't find a way to delete this vertical application. Is a button or link anywhere to be found ? Thanks !
How to Build Widgets in Zoho Developer
In last week's post, you were introduced to widgets. Today we'll look at how to build them. The sample, "HelloWorld" (refer below), that we'll be using here is a related list widget. This related list will display the API response for user and record information of a particular record in your CRM's Leads module. For detailed steps on how to build a widget, go here, where the following will be covered: Step-by-step procedure for building a widget Hosting a widget both externally and internally Testing
Regular Expression for Phone and URL validation
Hi, I cannot find any documentation on accepted formats for phone and URL fields. Would it be possible to share the regex for these? Thanks, Conan
Function Arguments
Hi, I can edit Arguments in zoho CRM function designer. But I can't do the same job in Extension developer. Could you tell me how to do?
Error 304
Hi team, I'm creating a custom widget to basically capture data by making API's calls to external application. I keep getting 304 status code on my console, even after clearing the browser cache..etc Is there a permanent solutions for this, please? Thank you!
How to get an glare/reflection free image using multiple images
Hi, I am working on concept where i have 6 Images which are captured under 6 different illumination condition. Different illumination causes reflection in different places in a captured images. So i have use those images and get one reflection free image without losing/altering any information of image.i did lot of experiments on the collected 6 images but nothing worked......any suggestion it could be helpful for me..Thank you
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.
Missing Access Console of CRM Connectors.
Hi I might be being a bit thick but I cannot see Access Console of CRM Connectors.when logged into developer I can only see Vertical Solutions, Zoho Creator and REST API.
How to fetch records from zohosandbox through API
I have created vertical crm and can fetch records through apis. However when I do the same with zohosandbox for testing the api gives error(pfa screenshot). Please help me out.
Zoho Creator Apps in Vertical CRM
Hello all, Is it possible to access Zoho Creator apps from within the Vertical CRM? I have several custom forms I created in Zoho Creator that cannot be recreated directly in Vertical CRM because they require signature capture. Thanks for your input and suggestions. Joel
Where can I find a complete list of search criteria methods?
In the API documentation for CRM API method "SearchRecords" there is only reference to two examples of a search that use the following : &criteria=(((Last Name:Steve)AND(Company:Zillum))OR(Lead Status:Contacted)) it is obvious that the colon is used to represent equals. But what other options are there? Where is there a better definition of these? Specifically I am in need to define a value as "Is Empty" since you can't use a blank value in the call or the use of null.
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
Issue with Java SDK Notes
Hi, I'm facing an issue when trying to iterate through retrieved Notes. Facing Exception: java.lang.ClassCastException: class com.zoho.crm.library.crud.ZCRMRecord cannot be cast to class com.zoho.crm.library.crud.ZCRMNote (com.zoho.crm.library.crud.ZCRMRecord and com.zoho.crm.library.crud.ZCRMNote are in unnamed module of loader 'app') Line highlighted BLUEbelow is where the stack trace is saying the error is. This is a list of <ZCRMNote> retreived from Zoho, so I don't understand why it is suggesting
ZOHO.embeddedApp.on("PageLoad" ) is not working in Telephony widget
the pageLoad event is triggered when first opening the zoho crm. never not triggered again . I am testing it in sandbox environment with chrome . ZohoEmbededAppSDK.min.js version is v1.0.5. the code is following. ZOHO.embeddedApp.on("PageLoad",function(data){ console.log(">>>>Page Loaded"); }) ZOHO.embeddedApp.init() .then(function(){ })
Zoho Vertical Console Limitations
Hello there, At a glance, the developer console shows a lot fewer features than Zoho CRM. We are planning on developing a Vertical but we have some questions first regarding limitations. 1. Which Zoho apps can be integrated with the Vertical? Zoho Social Zoho Campaigns Zoho Sign Zoho SalesIQ Zoho Docs 2. Do customers have access to a Vertical Mobile App on iOS or Android stores? If yes, is it Zoho Branded or White Label? 3. Does Vertical CRM offer Workflows with multiple rules? We have more questions
Connecting Vertical CRM to Zoho Books
Getting this error message below when trying to connect and test Vertical CRM to Zoho Books "This user belongs to multiple organizations, hence the parameter CompanyID/CompanyName is required for associating this user to a specific organization" Do I need to set up a new trial of Zoho Books to get this to work?
Mobile Optimised CRM Widgets
Hi, Hoping for any advice you can share on what I'm trying to create. I'd like to make a widget including the Google Map API using the Zoho JS SDK. This widget will be accessed mainly by mobile users, so I would like to keep it out of the CRM itself so that it will be properly accessible/optimised, but while still using the SDK to link back to CRM and management authentication. Is this possible? If there's a better way to manage what I'm looking for please let me know! Thanks, Conan
Zoho CRM Embedded JS SDK
I am super excited that our Telephony widget has finally made its way to the main app, and no longer requires accessing it from 'crmplugins.zoho.com'. Thanks Zoho Developer Team. On to my questions, first, our telephony widget has been working great for nearly a year now I think, and I am planning to update the Embedded JS SDK version to 1.0 but was wondering if there are any breaking changes I need to be aware of? Second, I was hoping to start logging the outgoing calls and SMS and was wondering
Zoho Developer Vertical CRM - Add Module
Ive just started to play around with Zoho Developer and Vertical CRM. I am trying to Add a custom module but when I click Modules from the menu on the left hand side - The menu pane disappears and I just get blank screen as per screenshot below with no option to add. What am I doing wrong?
Introducing Zoho Developer: An exclusive developer space to expand the functionality of Zoho products.
We're pleased to announce a brand new, cost-free addition to the Zoho family: Zoho Developer. This new suite of tools will help our independent partners grow their businesses by building extensions and integrations for many of Zoho's cloud-based business apps. The Developer Console is a comprehensive toolbox that includes all the components needed to build powerful extensions and third-party integrations. By creating pre-built, modular software components, developers can either extend the core functionality
Getting Authentication error during execution of custom function
I am trying to write below custom function for automated workflow in my developer edition for trial version which triggers it (Removed create Record logic below) leadDetails = zoho.crm.getRecords("Leads"); info leadDetails; I tried to execute it for test. It throws authentication error. {"code":"AUTHENTICATION_FAILURE","details":{},"message":"Authentication failed","status":"error"} It works fine if I use it in trial version. Is the command different for developer? I will appreciate the help.
How to add a button in a form apart from submit/reset buttons?
I have a small task. 1) For a multi-line field in my form, I need a button adjacent to it. This button when clicked should run a script and capture the data as input into the field. How can this be done? 2) The script should run a stored executable jar file. Is it possible in zoho, kindly help. Thanks.
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!
CRON SERVER SIDE USING API OAUTH 2
Hi, Im developing an asp.net application,it works like a CRON JOB and i need get the authorization request without do interaction in the web browser. Self Client code expire in 10 min. Thanks.
CRM - Using Deluge to populate field on CREATE.
Can someone please give me the example syntax in a Deluge function for the following? I am able to create a Workflow rule on EDIT which populates a field on a record based on some logic. But I cannot figure out how to do the same thing on CREATE. I suppose the reason for it not working on CREATE is at the time of the new record being added, that record does not yet have an ID. Therefore, there is no way to populate values in a map and do an Update, because that new record does not exist yet. Am I
Next Page