We want to setup an online shop for our (physical) products. When a customer registers to order a product, we want this information to be registered to a CRM automatically so we can track our future deals with the customer. Also, we want this information to be registered with a customer support portal (which should include a help desk ticketing system, a user-to-user forum and a download area which can be used to download software/firmware/drivers etc associated with the product) automatically. We want the user to be able to use the same credentials that he/she used during online ordering to login to the support forum / help desk / download area.
It seems to me that these are very common business problems for most start-ups.
Since my search for an integrated solution failed, I would like to hear how other start-ups handle these seemingly standard business problems. I am looking for ideas which can be considered as "best-practices". (For example, maybe it is NOT a good idea to link the web-store and CRM?).
Ecommerce Customer Support CRM
While there are a few full integrations around InfusionSoft, BrightPearl they tend to be very much jack of all trades master at none. I.E suck at everything but in a consistent way. The second issue with all in one systems is they are a single point of failure, if they are down then your entire business is offline.
In the other camp and certainly not best practice most companies simply do not join up their CRM, accounting and fulfilment solution at all or rely on adhoc transfer of spreadsheets. Their are several reasons for this many don't realise they could integrate the various components, several believe its more cost effective to employ an office admin and have this type of data inputting part of their job. Given this is the norm any attempts at an integration will be an improvement on many of your competition.
The 3rd way is to look to integrate where possible specialist software and services.
When looking at specialist software regardless of what role it will fulfil it's worth looking at:
Using one of our clients here is how they are setup:
In addition to this, CapsuleCRM and MailChimp are linked up, so non registered Magento customers and opportunities can still be sync'd likewise when an email is cleaned in MailChimp the record is updated in CapsuleCRM.
So this means CapsuleCRM holds the information about the person and their experience (using cases for ticketing support, opportunity for presales)
QuickBooks maintains the ledger and accounting information
Magento has all the sales data.
If a member of the sales team wishes to look up a user they do so in CapsuleCRM
If a member of the sales team wishes to look at an order they do so in Magento
If a member of management wants to see profit/loss sheet they go to QuickBooks
This style system is very effective but relies on the individual integrations however if one of the services doesn't meet expectation or fails for some reason you still have all your data and can push it across as all the services have some data portability.
The biggest hurdle is building or finding existing integrations, most popular solutions will integrate with other popular solutions. Even if you are not a developer you can use existing solutions and then services Such as Zappier which provide a drag and drop solution to link systems together. Of course in an ideal world you would work with a developer to build an integration that closely matches your needs.
It's pretty typical for a web application to do one or two tasks really well. But most products don't try to tackle the entire business operation.
Example:
The most common approach is to find what products you want to use for what major components you need. Systems like Desk.com and many other Saas services have very rich web services / API's. You then do "system integration" where you outline a way to pass critical bits of information between your systems using their programmable interfaces. This would require a web developer to write the integration code to string your systems together and set it up for a single sign on strategy.
This is a very typical approach for many businesses and it IS a good idea to do this type of automation that's why these companies publish API documents.
http://dev.desk.com/ http://developers.freshbooks.com/
http://apidocs.mailchimp.com/ etc.
Find the systems that do what they do best and how you need them to work. Then integrate them.