Wordpress Contact Form to Zoho CRM
I was looking for a WordPress contact form so that my clients could easily insert a contact form on their sites and have the new lead automatically entered in their Zoho CRM. When I couldn't find one, I decided to write it myself using the API. I built it on the Ninja Forms plugin, which is free and available directly from WordPress, because it has built in data validation and other extensions that really take advantage of Zoho's power. For instance, you can automatically insert User Analytics
Ignore subscriber updates from Zoho Campaigns for triggering Workflows
I have several workflows that trigger on Create or Edit that execute custom functions. On the Zoho One subscription you're allowed 5,200 function calls per day. I have Campaigns setup to send subscriber updates back into CRM. "Update Campaign Member Status in CRM" This morning I sent out a campaign with over 5,200 recipients in it and I quickly exhausted my daily allowance of function calls. I sent the campaign in the morning which meant that all expected function executions did not happen. I'm proposing
Creating a parent account?
Can someone tell me what the best way to create a parent account is? I have a company that has many stores/branches and I have to sell into each store individually at the moment. I assume I should create the parent account first then I can input the individual stores (some as prospects/leads, others as pitched and waiting for orders,...). Thanks for any assistance - we're just starting to use this product for our very small burgeoning company.
Send Contact ID from mobile app
Is there a way to retrieve and sent the contact ID from a specific contact within the Zoho iPhone and Android app? We would like to be able to send internal emails linking the recipient to a specific contact or deal record.
Wistia Video Tracking in Zoho CRM - Have you integrated Wistia with ZCRM?
Has anyone effectively set up communication between Wistia and Zoho CRM? If so, can you share any insights or provide a direction so we can hire a developer? We would like "percent of video viewed" information from Wistia to be displayed in a field in Zoho CRM. Wistia is one of the premiere video delivery platforms we use for our marketing videos. Thank you. Scott
Zoho CRM API v1.0 deprecation reminder
Hello. Good morning, we received this email again. I need to know if wee need to do something.We are paying directly to ZOHO, we have version of Zoho One, we have the Enterprise version. Normally we only access ZOHO modules (CRM, DESK, BOOKS) through the web. Google Chrome browser, or Firefox or Opera. We do not have personal development. urrently we do not have third-party applications such as accounting, ERP, e-commerce, self-service portals, and others We do not have a API developer what i understand,
Jive Integration
I have telephony integration with Jive. The system worked very well together. However all of a sudden there started being a delay from when a call would come in to when it would actually show up on Zoho so I could log it. I havent found an exact amount of time. It varies. Has anyone had this happen to them? Jive says it is a Zoho problem and vice versa Thank you
Login Limit for Testing
Hi, We have an integration with Zoho CRM APIs and are encountering the daily login limit blocking our testing from executing...how do we remove that login limit for our test users in test organization, or at least increase it beyond 20?
Migrar campos a otro diseño
Buenas tardes, mi nombre es Daniel sierra de NUVA partner de zoho en colombia, queria preguntar si es posible llevar los valores de algunos campos de un diseño nuevo que creamos en LEADS, seria llevar los datos de estos campos del diseño STANDARD de LEADS, al nuevo diseño
Sales Call Cycle
Hey So how do I set a Sales Person Calling Cycle please ? I need to be able to select on a contact 1) New Call Cycle 2) Choose 1, 2, 3, 6, 12 Months Calling interval 3) Have the Date Shown of the next Call Due based on the Interval Be able to add a date manually of needed Also list up a report for the current day, week showing all of the calls to make Name and number will come through along with the contacts notes field Once call completed and marked as so, auto selects the next date Thanks
Can can I track my "Leads" emails without clicking on each lead individually?
Is it possible to track when and if a lead has answered an email without selecting each lead individually? Using IMAP email integration.
Search Capabilities in CRM.
What are the search capabilities? AutoTask was awful. Being able to look at all CRM logs and search with the web browser is really nice.
ZOHO API Help for a Pennsylvania company
Can anyone recommend a pennsylvania firm that can help with moving our website from V1.0 to V2.0?
CRM API - Search records using two lookup fields => empty response
I Want to search a record using v2 api with two lookupfields like this: Empty response (nothing found) with this query: .../crm/v2/Kunden_Produkte/search?criteria=((Hardwarezuordnung.id:equals:1037613000009920263) and (Produktzuordnung.id:equals:1037613000032948159)) If I do the same thing in Zoho CRM, I get the records: zoho.crm.searchRecords("Kunden_Produkte", "((Hardwarezuordnung.id:equals:1037613000009920263) and (Produktzuordnung.id:equals:1037613000032948159))"); If I use only one lookupfield,
Crm Zoho Slowly
We are using crm.zoho.com Our users are complaining about it's performance especially file upload Which is the IP Public of Zoho CRM Please share crm.zoho.com all fqdns and port number with me
Update Quote Stage from Button in Deal
I have button associated with Quote related list in the Deals module. I want it to update the Quote Stage field in the Quotes module. I have found some script similar but cannot get it work. Any help would be appreciated. This is what I attempted to modify but i am not versed in Deluge script. potIdStr = input.potId.toString(); mp=map(); mp.put(“Quote Stage”,”Sent to Invoicing”); update = zoho.crm._updateRecord(“Quotes”,quoteIdStr,mp); info mp; info update ; return "success";
Difficult UI
Editing a Layout can be quite difficult i te CRM, in this case, trying to delete is quite impossible as the (transparent) scroller is just above the bin (as seen on the screenshot). I guess the UI should be updated
CRM API - create leads - C# example
Does anyone have a C# code snippet, showing how to call the API to create a new lead? I have written some code to do this, and I get a message back that says "Record(s) added successfully", but I don't actually see those records in my CRM account. I must be doing something wrong. Thanks.
E-mail spell check
Zoho CRM spell check and auto correct functions are way too eager with changes making errors in grammar even worse. Is there a capability to turn off spell check and/or auto correct features?
how can i add Lead in ZOHO using my C# application
Hello, i want to create lead from my c# application please give a sample code for this. Thank You,
getRecords optionalDataMap help
Hello, I am trying to write a command in Cliq to get records in CRM. I am using the zoho.crm.getRecords function. I want to be able to utilize the optionalDataMap parameter properly, but I cannot find any good documentation regarding it. Can anyone help with this? To fully utilize it, i'd like to know all the possible syntax for it's use. Can anyone oblige? Thank you!
Insert CRM lead using C# SDK v2
Hi, I'm trying to add a prospect using c# SDK. this is a single user CRM so I don't need to add a "login to zoho" in my app. I've not been able to find a clear example where everything is done in c# (gererating grant token, generate access token, make the add lead call" Even when I try in postman, I get a "internal server error" in postman result. Could you please incicate me a clear insert lead example from A to Z. Thank you,
CRM 2.0 and 1.0 API access
We are currently in the process of upgrading to Zoho CRM 2.0 API and the code has passed development and is onto our staging area. Our staging and production use the same CRM account so my question is this. If I generate new v2 API credentials will that nullify the v1 API credentials or can you have both of them active at the same time? We are worried that if I activate the v2 credentials that it'll stop production from working. I hope this makes sense. Thanks in advance.
API v2 No SDK
I am currently hosting through a Wordpress Only Host that does not allow Composer or 3rd party SDK's. How can I use v2 API without the SDK or is there another way to include the sdk?
Community Digest - March 2019
Zoho Community Meetups Quarter 2 - Zoho Community Meetups in West Coast, US Feature updates Zia Voice - Call Zia to get instant answers for all your questions in Zoho CRM Zoho Survey now integrates with Zoho CRM - create surveys from within your CRM Associate later campaigns as child campaigns to an earlier campaign from within CRM. Tips and tricks Tip #52 - How to associate multiple line items to a record PartnerSpeak on Zoho CRM Jason is back with this month's discussion on creating
How do I log an incoming call now? Call log has changed.
The way the call recording module works seems to have changed. I used to be able to click +Call (new call) and get a full page where I could select all the options and start recording information from a call in whatever order made the most sense at the time. Now, I click the same thing, and have to record the subject then "start call" which seems to try to make a call for me? I think that's what it's doing. I do not have any such functionality. What I need to be able to do is record an incoming
With Sharing Enabled among peers - How to hide specific Leads?
We have Leads/Contacts/Accounts Sharing enabled among peer group of users. So sales people can see what's everybody is doing. With sharing enabled - Is there a way to hide Individual Records (e.g. individual Leads, specific Contacts, specific Accounts or Tasks)? To reiterate - we want data sharing enabled by default, but with ability to mark specific records as private - so they are not visible to others. Is that possible? Any insight is much appreciated!
API v2 Redirects me to the registration page
hi , i'm trying to use your api v2 to insert leads at zoho crm using your api requests My first step to authorize my app i'm trying to call the following url as mentioned in your documentation: https://accounts.zoho.com/oauth/v2/auth?scope=ZohoCRM.modules.leads.CREATE&client_id=1000.SKUCTIQLVA5H97268RVFH1CNI5Q66P&response_type=code&access_type=offline&redirect_uri=https%3A%2F%2Fwww.mydomain.com%2Findex.php%3Foption%3Dcom_jbevents%26task%3Dorder.zohocrm It works when I'm registered but if I'm not
Help with If Statement Please
Good day I need assistance with an If Statement Please. I need a function that will do the following: If "Referral = Yes, Then "Quoted Gross Profit" * 0.30, If "Referral= No, Display 0 Second If statement: If Referral GP >0, Quoted Gross Profit*0.7 (or Quoted Gross Profit - Referral GP) Please help Thanks Regardt
Shopify Orders with Leaddyno & ZOHO Integration
I have been trying to figure out how to sync the affiliate information for each purchase into zoho. Essentially when an order syncs with zoho from shopify the leaddyno details sync over to the same contact/customer through the sales purchase. Any ideas on how to accomplish this? I wish LeadDyno synced with Zapier... that would make everything so much better.
Proper use of Territories, Roles, Groups, Etc for setting up company divisions/departments?
Our company operates with three different divisions (retail, wholesale, trade) with each division having different client types but covering the same geographic regions. I am looking to divide up our CRM efforts by client type. 1. We are looking to set up a hierarchy in which those with role of CEO (or similar) are able to see all data (Accounts, Contacts, Leads, etc) but will easily be able to view/sort based on which division the data belongs to. 2. We need to have different layouts and fields
How to add multiple currencies?
Followed the advice below, however there is no Manage multiple currencies button to click. Cannot select more than one currency. Please help. https://help.zoho.com/portal/kb/articles/how-can-i-change-currency-in-zoho-crm
Task Reminder - Custom email subjects
Hi Team Zoho. It would be immensely helpful if you looked to engineer the the Task email reminders in such a manner that the email Subject could be customised so I can leverage my outlook rules to auto prioritise tasks. How I work daily is governed entirely by those task reminders. and they all land in my inbox in one messed up batch to sort manually. I have tried using different times of the day to sort them but this has not worked well
Total year forecast doesn't show as the total Objective on the main page.
I am trying to have the main page updated with the objective for the total year. $ 10 000 in not the correct number. I entered monthly forcasts in the forecast page but it doesn't seam to add properly here. Was there the correct way to see my YTD revenue vs forecasts?
Lead mapping conversition
Hello, I have a problem with lead conversition mappnig to contact. When mapping, it doesn't give me the options I need. See below the attachment. I can choose alumni source (contact) only for account name (lead). When I try to choose for Alumni source (lead) it offers me different fields. How can I fix it? Thank you
Zoho CRM Email Domain Change
Dear Zoho, We use your CRM package to run our business. It appears you changed the domain for emails sent from CRM from @zohocrm.com to @sender.zohocrm.com. And you didn't inform your customers. So all the emails we've been sending for the last few days have been flagged as spam and going to recipients' junk folders. How about a heads-up next time?
Zoho CRM to Lists
Is there a way to add an Account to a List for use with Mail chimp? Users come and go, but Accounts stay for life :D We use Zoho to manage Helpdesk, but looking at getting Zoho CRM to Send News Letters to Relevent parties based on services we offer, a tad like products. We did try products within CRM but it appeared to be more like BOM (Bill Of Materials)
Email parser not parsing url correctly?
The email parser parse other fields correctly but not the http it thinh http as json field here is the data i am trying to parse Name: Jhon Number Name: Dany Tracking Tracking Number: 92656544587 Call Back:https://app.testapp.com/calls/43434/dasdasdasdasdasdsadas the problem is the parsing the data come out as //app.testapp.com/calls/43434/dasdasdasdasdasdsadas but i want to be as https://app.testapp.com/calls/43434/dasdasdasdasdasdsadas ALSO i have to use the module field as text because email parsing
Zoho/Outlook Integration
Hello, I would like to set up my Outlook to automatically attach emails to the correct CRM account and have done so. However, I noticed that when I delete the email in Outlook it takes it out of the email section in the connected CRM account. Is there a way to stop it from auto-deleting in the CRM? I would like to keep a running history of emails for each customer without having to keep all emails in my inbox in Outlook. Thanks!
Blank plugin in outlook 2016 64 bit
Hi I have installed the Outlook plugin (ZOHO CRM) to day. I seem to be able to login (two factor), but the plugin stays blank. What do I do wrong? I have the ZOHO CRM for email (old one?) plugin installed as well from back in the days. That almost works I purchases pro licens today
Next Page