Skip to main content

Google Apps CRMS - Nutshell Google Integration Evaluation

Nutshell CRM Google Apps Integration Evaluation - Contacts

Since integration with Google Apps is a key driver in my evaluation, this one of the first criteria I am evaluating in detail. 
Overall (2 out of 5)

There is no true "sync" functionality here, so even if you import your contacts, if you change them either in Gmail contacts, or in Nutshell, then data will get out of sync. This is a problem in my experience. A true integration would keep synced contacts synced.  Import functionality didn't work, and was a bit cumbersome. Overall this is a bummer. Was expecting more.

Contacts Importing (1 out of 5)
  • I don't see anyway to import contacts directly from Google apps contacts. This is a bit of a bummer,  and would seem to be a basic part of functionality.
  • Importing a single contact from gmail works nicely.
  •  Importing from csv.
    • Exported from google contacts to csv. But had problem with UTF-8 Chars in export, so thats a bit of a bummer.
    • Tried with the "Google" format for export, this does not work, not parsable by Nutshell, although the UTF-8 problems were solved.
    • There is not field for "Title" in nutshell, pretty commonly used...
    •  There is no way to go back, after trying a mapping, so I have to start over if I see there are problems, not cool.
    • In the end, could not get even a simple list exported from Gmail to import successfully, problably a combination of 
      • UTF8 issues 
      • Bugs in import functionality
    • It didn't create a single account, even thought I mapped some account Fields. 
    •  
 In summary, importing contacts is not functional from Gmail contacts. Significant problem. And since there is no "sync" functionality, not sure how we are going to get our contacts in. I will try exporting from other sources (our existing sugar CRM for example).


Until then the only way to easily get contacts in will be through gmail email.  

Importing Contacts From Gmail (4 out of 5)
This functionality seems to work quite well. A gadget is added into each gmail message, and Nutshell does a pretty good job of finding (by email address) existing contacts in Nutshell so that you can archive those messages to the CRM. 

If a contact doesnt exist (email address not found), then you are given a simple option to create a contact or account.





Clicking on the link gives you a dialog box to enter the name (not sure why they dont take the name portion of the sender as well...)

 

The contact is immediately created, and you see it in the email message....





    Would be nice to be able to add more information here immediately, like phone, etc. Would be nice also to have this more closely linked to gmail contacts, since we do not want to duplicate.

    Comments

    Popular posts from this blog

    A more sane approach to elastix call recordings

    We put together this solution a while ago (thanks Brother Miles!), but never documented it, thought it would a good idea to put it here for anyone else who might need this (and anyone who uses Elastix for high call volume, probably does. The challenge. Elastix/Freepbx has good call recording abilities, but very strangely just dumps everything into a single directory. This can get REALLY bad if you have tens of thousands of calls per day, I have run accross a few scripts to convert and mode call recordings after they are saved, but that is a waste of resources, and makes it hard to integrate call recording UI's. So we figured out the 2 places that need to be changed so that all recorded calls are saved in a Year/Month/day file structure. Just 2 files For regular calls, we need to alter the included and symlinked extensions.conf, this is found at /etc/asterisk/extensions.conf we just need to add the macro-dialout-trunk-predial-hook, which already exists as a secti...

    Cloud Enterprise Project/Program Management Tools

    In our ongoing quest for an integrated, cloud/Open Source hybrid Business Operating System, we need to pick and implement a tool for project/Program management. Environment Our organization has 8 separate companies, which we need to track project progress across all 8.  For some companies, end users (project resources) will enter information themselves. For other companies and projects, a project co-ordinator will track progress manually from resource input. Task tracking can be on many levels, some projects will be quite detailed, other will be tracked at the milestone level only. Basic Requirements In order for this component to be successfull, it needs to satisfy the following requirements. Integrate with GApps for authentication. Integrate with GApps for document associations Support a fairly large number of project contributers/users (about 100). Handle multiple projects. Enable reporting on multiple levels, from detailed to executive overview. ...

    Installing dependancies for Sun Ray on Centos 5.8

    Ooo the beauty of Linux based proprietary thin clients... One of the best parts is that operating systems get updated, and SRSS doesn't. So re-installing/updating SRSS can be a bit of a moving target. So here are notes from my latest install. Dependencies and prerequisites yum install glib dhcp openldap-clients openldap tftp-server libXp openmotif22 openssl compat-libstdc++-33 libusb-devel compat-openldap gdbm.i386 openldap-devel pdksh libXfont yum groupinstall "Development Tools" wget http://pkgs.repoforge.org/htop/htop-1.0.1-1.el5.rf.x86_64.rpm yum install htop-1.0.1-1.el5.rf.x86_64.rpm (ok, not really required, but helpful on gauging load easily) wget ftp://mirror.switch.ch/pool/3/mirror/centos/5.8/os/i386/CentOS/glib-1.2.10-20.el5.i386.rpm yum install  glib-1.2.10-20.el5.i386.rpm --nogpgcheck -y cd /usr/lib ln -sf libldap-2.3.so.0.2.31 libldap.so.199 ln -sf libgdbm.so.2.0.0 libgdbm.so.3 ln -sf liblber-2.3.so.0.2.31 liblber.so.199 extract the include...