Plone integration with CiviCRM.
Project description
Life, the Universe, and Everything
CiviCRM is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations.
collective.civicrm is a package aimed to provide basic integration between Plone and CiviCRM.
Mostly Harmless
Don’t Panic
Installation
To enable this package in a buildout-based installation:
Edit your buildout.cfg and add add the following to it:
[buildout] ... eggs = collective.civicrm
After updating the configuration you need to run ‘’bin/buildout’’, which will take care of updating your system.
Go to the ‘Site Setup’ page in a Plone site and click on the ‘Add-ons’ link.
Check the box next to collective.civicrm and click the ‘Activate’ button.
Before you begin
To use the CiviCRM integration you need the following information:
REST interface URL
Site key
Every user that will interact with CiviCRM needs an API key
See CiviCRM REST interface documentation for more information on this.
Usage
After installing CiviCRM integration, go to the control panel configlet and set up the REST interface URL and site key.
Set up the API key for all users that will use the CiviCRM integration.
Go to the @@civicrm-find-contacts view at the site root and start making searches. You can search for contacts by name or email, and you can filter the results by contact type, group and tag.
You can select any contact from the results to see his details. After a few seconds you will also see the relationships of the contact.
You can also select any contact from the relationships list for more details.
Changelog
There’s a frood who really knows where his towel is.
1.0a1 (2014-10-02)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.