Form code cut when pasting into Joomla
I have created a web to lead form in Zoho and copied the form code using the Joomla tab. I then paste the code into the Joomla page, using the html view and update. However Joomla removes about half of the code and displays the form incorrectly and the buttons are inactive. I paste the same code into a plain html file and open in browser it works fine and creates leads in Zoho. Have tried to paste it in twice into the same page and the code is cut of at the same point for both code set. Not sure
Zoho CloudSQL technology for CRM and Support
When will other Zoho services adopt Zoho CloudSQL technology?
Can't retrive info from custom fields
Hi! I can´t retrieve info from custom fields using Zoho CRM API. I have no problem with the default fields, but the custom don't work. The Web Application works very well, the issue is only through the API. Regards.
write % in a sentence
hello, i want write a sentence in my field of the CRM with the API. The sentence contain %. i try <FL val="Conditions de paiement"><![CDATA[30% à la commande. Le solde à la livraison]]></FL> but the API don't run, do you have a solution ? thanks you
API: Wrong Info Being Sent
We have a situation where a SaaS application is being utilized by our customer, lets call this guy Bill Smith. When Mr. Smith goes into the SaaS application and enters his client Jeff Bobo, then Mr. Bobo's first name, last name, and e-mail address are being sent to Zoho via API and replacing our customer (Bill Smith) information. Has anyone else run into this problem?
SSL Error 35 on API Connect
Just last week I started receiving errors when trying to connect to Zoho CRM: [35] error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure I read on this forum post https://help.zoho.com/portal/en/community/topic/ssl-error-35-when-trying-to-communicate-with-zoho-using-curl about setting the CIPHER_LIST to rsa_rc4_128_sha but when I specify curl_setopt( $ch, CURLOPT_SSL_CIPHER_LIST, 'rsa_rc4_128_sha' ); I receive the error message [59] failed setting cipher list: rsa_rc4_128_sha.
Event with popup notification via API
I need to create Event in CRM with Notification by popup (before 15 min) using API (insertRecords) Is it possible? i cant get field names related with notification using getRecords Is this fields available for API call?
Seeking: Telephony integration options for Z CRM
We are a Zoho CRM reseller and are looking for a telephony integration for a customer small site in New Zealand. They have two users in their call centre and currently use Skype dialling from Zoho CRM. The problem is, however, that as soon as they start
Contact fields no longer returning.
We use the api to sync contacts and lead with an external application, but in the last week or so, fields that we rely on are no longer being returned in the API call. What's changed, and how do we get it back?
Developing a lead input app for ipad
Who out there has developed an ipad app for gathering lead information at a show/exhibition? Where the punter inputs their own details at the show. Thanks Wayno +6421331660 New Zealand
Migrate Accounts Address Line value filed to Billing Streat filed
I want to migrate my address info of All accounts to the correct filed. Means Address Line 1 & Address Line 2 value insert in Billing streat filed. Can you please tell me how i can achive this task done.
Zoho CRM via Mandrill
Hello. Is there a way to integrate Zoho CRM with Mandrill, for sending CRM emails - especially CRM mass mails - through their transactional service? (mandrillapp.com). Mandrill gives you custom smtp to send via, but I can't find a place to change those credentials.
please add a filter in the CRM that shows how many times a NOTE has been added to a lead.
Please add a filter to LEADS that shows how many times a rep has made notes on a LEAD. Thanks, Tyson
TIME ZONE filter to CRM leads
Please add a time zone for LEADS,..and please add a filter so they can sort by time zone or sort by EST, then CST, then MST, PST. because EST is +2 hours of my location, CST is +1 my time, and MST is our time and PST is -1 our time and we can't call clients past 9pm their time,...so it would be leads sorted by time zone.
Webhook with Related To Module
Hi, I wanted to see if there's a way to receive the module for the "Related To" parameter in a webhook. Related To currently gives me an ID, which is isn't totally useful because I don't know what module that ID belongs to, so I can't generate an API url, because I don't know if it's a lead or account or something else. When I access the parent ID, Related To also gives the field SEMODULE, which is what I need. Just wondering if I can expose that in a webhook any way. Thanks!
API
I Want To integrate Zoho CRM API with a call Centre Solution ,is this Possible?
track recordings between two modules
Hi, I have created one module called "commercial status" so that can track my recordings when I change a status in my lead. Actually, when I will modify the content of status field in Lead module, I would like data record in commercial status module automatically. If I have understood correctly, the workflow works only between objects of the same module... Thank you very much in advance :)
Options for integrating with formstack.com
Greetings ZOHO team; We are very excited about your toolset and looking for all the ways we can shift some of our workflows. One area that would help is integration with formstack.com. Are you aware of options for that toolset?
4834 Invalid Ticket ID with Auth Tokens
I have been trying to make a short python script to inject leads into Zoho crm, and have been bumping into this 4834 error. Here is my code, could someone explain what I am doing wrong? #!python2 import urllib import urllib2 #get the python 2 web interface up in here import json def main(): d = Lead( "<myemail>@gmail.com", "<mypassword>", "Marshall", "W3bS7@rtup", "Devin", "333-333-3333", "devin@webstartup.com", "www.webstartup.com", "<myAuthToken>") d.writeToZoho() class Lead(): def
There isnt api for activities tab in zoho crm ??
I am working on open source app which uses all the features of zoho. I am able to access all the fields in all modules like "leads", "contacts","potentials" but when i try to access activities it says "Invalid parameter value" below is the url i am using https://crm.zoho.com/crm/private/xml/Activities/getMyRecords?newFormat=1&apikey=0QL3CBw8Aaptvsj8L0icYKjtJ2x45yNHkQaMGWeIdlI$&ticket=e7fdd4464c5bdbc1a2dce9ef04d78d94 This is test environment so i have provided api key and ticket also
Fetch CRM Lead data with CRM ID via PHP
Hi! I would like to ask for your advice on how to fetch CRM Data to be populated on PHP forms upon entering the CRM ID. Thanks!
Using Wufoo API to Integrate Form Data into Zoho CRM
We have an API key from Wufoo for a form we use to collect data. We'd like that data to transfer to Zoho CRM into Proposals module automatically once the data has been submitted online in Wufoo. Can you tell us how we can connect the systems using the Wufoo API?
Error code 4600 for custom Modules
I receive that error when I try to query a "parameters" module I did create. Any solution?
Zoho CRM Api Authcode Generation
Hi we are facing the problem while integrating zoho CRM API for our form submission, means our web page form submission will insert the zoho database. To implement this we are using (https://crm.zoho.com/crm/private/xml/Leads/insertRecords?newFormat=1&authtoken=Auth Token&scope=crmapi). what will happen if some one somehow hacks the URL which has the authcode? and they can post whatever they like. So to prevent this is there any way to generate the dynamic auth code for each request
Zoho API Auth Token Dynamic Generation
Hi we are facing the problem while integrating zoho CRM API for our form submission, means our web page form submission will insert the zoho database. To implement this we are using (https://crm.zoho.com/crm/private/xml/Leads/insertRecords?newFormat=1&authtoken=Auth Token&scope=crmapi). what will happen if some one somehow hacks the URL which has the authcode? and they can post whatever they like. So to prevent this is there any way to generate the dynamic auth code for each request
AuthToken Security issues?
Dear All, The authentication token that we use for zoho CRM apis is a static one. What is the best way to call apis, given the authentication token is always static and it can be hacked by a third person. Thanks, Vineet
getRecords has stopped returning all records (crmapi)
Our billing system is integrated with crmapi and has been working fine for over a year but recently it stopped working. The problem is that when we call getRecords with fromIndex=1 and toIndex=200 it's no longer returning 200 records, it's only returning 118 records. It used to return the full 200 records. Nothing has changed on our end in software. We have over 4000 records so it should have no problem returning the first 200 records. Any ideas? This problem has broken our billing system and is
How to use API to extract data from a production website and load it to zoho
Hi, I'm new to Zoho, and trying to use API to read new posts from my e-commerce site, which will be loaded to "Leads" in zoho. How can I do that? Please help.
Workflow Rule In API create Contact
Hi all, I have a Workflow Rule: Executes the Workflow Rule when a new record is created OR an existing record is edited. I create a contact in Zoho CRM's UI, It will run. But when i create a same contact with my API : https://crm.zoho.com/crm/private/json/Contacts/insertRecords (i'm using PHP),it will not run. Help me pls.
custom lookup insertion via api
hi, i am trying to insert custom filed( look up) via name and it gives error 4401Unable to populate data, please check if mandatory value is entered correctly. here is my code <FL val="Co-emprunteur 1">test user</FL> is there a way to insert it using id? am i missing some thing here? FYI: the name i am passing to this tag already exists in contacts.
Any query leads to "error code 4422: There is no data to show" answer...
Hello, I have been writing some PHP code to get access to some data stored in our Zoho CRM following the Developer API Help pages but I keep getting the error code 4422: There is no data to show, no matter which query I send. Even a really simple one given in the examples fails: https://crm.zoho.com/crm/private/xml/Leads/getMyRecords?newFormat=1&authtoken=MyAuthTokenGeneratedFollowingInstructions&scope=crmapi No doubt I must be doing something wrong, but what??? To be sure the problem does not come
Invalid Ticket Id
I'm getting this response on the api: <response><error><code>4834</code><message>Invalid Ticket Id</message></error></response> It looks like tickets were deprecated, so I'm not sure why I would be getting that. Here's the PHP code $xml = '<Leads>'; $xml .= '<row no="1">'; $xml .= '<FL val="Lead Source">Source</FL>'; $xml .= '<FL val="First Name">'.htmlspecialchars($entry['first_name']).'</FL>'; $xml .= '<FL val="Last Name">'.htmlspecialchars($entry['last_name']).'</FL>'; $xml .= '<FL val="Email">'.htmlspecialchars($entry['email']).'</FL>';
Problem with Multiselect (filter on crm) calling Api insertRecords
Hi, i have problems in setting multiple values in a pick list through the API. with a normal Multiselect field, no problem The probelm is when the pick list multiple is "filtered" in the CRM (filtered with Map Dependency Field); if i setting from api in normal mode like : <FL val="Favourite Color">Silver;Blue</FL> i see when i go in my new contact, the pick list not have the all 2 items selected, but only the first one. This not happen if the pick list is a nomal multiple without any dependency Thanks
Error inserting sales order via API
I am trying to insert Sales Orders records but it gives me this error: [code] => 4832 [message] => Problem occurred while processing the request. This is my xml: <SalesOrders> <row no="0"> <FL val="Subject">118</FL> <FL val="Account Name">test test</FL> <FL val="Billing Street">test addr addr2</FL> <FL val="Billing City">Roma</FL> <FL val="Billing State">Roma</FL> <FL val="Billing Code">00100</FL> <FL val="Billing Country">IT</FL>
Attn. Users using Plug-ins for MS Outlook, MS Office, QuickBooks and Mobile Apps.
In an effort to improve our products and services and to meet the standards of the emerging technologies, we're doing away with Ticket-based authentication and instead introducing Auth Tokens for all our Plug-ins and Mobile Apps. With this secure and user-friendly change, you don't have to regenerate your Ticket every 7 days! The following plug-ins and apps will be affected by this change. Zoho CRM Plug-in for Microsoft Outlook Zoho CRM Plug-in for Microsoft Office QuickBooks Integration iOS, Android
Sample code for Record Update in PHP
Can someone provide me some sample code for using PHP to update records?
Inserting SalesOrder via API 4500 error
Hello, I am trying to insert a Sales Order into Zoho CRM via the XML API, however all i get is the 4500 Generic Error, as far as i can tell it all looks ok, the ticket is retrieved successfully and all mandatory fields are specified for a SalesOrder according to http://zohocrm.wiki.zoho.com/Zoho-CRM---Standard-Fields.html#Sales_Orders those that are lookup fields reference valid items, could anyone please offer any advice? Below is the code being used, where product name and account name reference
API trigger
does zoho support api call trigger lets say if i change the phone number of a specific contact can i pass the info to my application
Direct Mail from Zoho Campaigns using API
Is it possible to setup a campaign that integrates with my ZohoCRM database that sends regular drip direct mail (not email)? Perhaps by using the API to send the data directly to a direct mail provider such as "Click2Mail.com"?
Cannot UPDATEADD via uploadtool
I am getting an error "present in match columns but not in selected columns" I set up ZOHO_MATCHING_COLUMNS in common_params.conf, but where do i set up ZOHO_SELECTED_COLUMNS?
Next Page