Skip to main content

Capsule CRM - Evaluation Contacts Integration

Capsule CRM - Google Apps CRM Evaluations
Google Contacts Integration
Overall (4,5 out of 5)
 I think we have a winner in this category!
Good functionality, Almost has synch! Import functionality is usable and easy. Market leader as far as I can tell.

Importing Contacts (5 out of 5)
Import supports vCard format, which gmail contacts produces, flawlessly imported all contacts without any mapping, not UTF-8 Problemes. Created accounts (orgs) as expected. Couldn't really think of how to improve this.


Synching contacts (4 out of 5)
 This is one way only. On set up (found in each users settings), you can choose to either pull all of your contacts over from gmail and populate Capsule, or have capsule create a new list of contacts in gmail from existing contacts in Capsule. (I prefer option 2). When any contact is updated in Capsule, the changes will be updated in gmail contacts. But not the other way around. To quote the official documentation:

Is this a two-way sync?

The integration is only one way. Updates made to contacts in your Google address book will not be applied to Capsule.
When Capsule first syncs with the Google contact group you have selected it will attempt to match your contacts in Google with matching contacts in Capsule based on name & email address. If these matched contacts are deleted from Capsule at a later date they will also be deleted from your Google account.
The configuration screen.
The group is created in my gapps gmail account....

Contacts from Gmail (5 out of 5)
The mail gadget works well, although have had a few times when it just wouldn't archive a mail. Unlike other CRMs, it creates either a contact or a organization auto-magically. In my testing, it creates contacts when it finds a first name last name combination in the email name, and an org when it finds general information. Very slick programming.

It even searches for images of the sender, using gravatar for sure, and I am not sure what else.. but for 3 of the random people I tested it auto-magically found and used their pic.Again, great attention to the small details that make an application above average.



Once the contact or org is saved and email is archuved, you have the option to create associated tasks, cases or opps. Nice in gadget interface.
And, nicely, when you create a task it automatically goes into your google calendar, with the time selected.

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...