synolia/syno-orocrm-fullcontact

OroCRM Package, FullContact API for Contact entities

1.1.3 2016-03-01 14:34 UTC

This package is not auto-updated.

Last update: 2024-03-12 04:26:22 UTC


README

This extension adds the possibility to get from FullContact API some social informations (Twitter, LinkedIn, Facebook and GooglePlus) about your contacts. Everytime you add an email adress to a contact, the extension fetch data from FullContact API. This document contains information on how to download, install "OroCRM Contact Us" package.

Table of content

Requirements

SynoFullContactBundle requires OroPlatform(BAP), OroCRM and PHP 5.4.4 or above.

Installation

Package is available through Oro Package Manager, you can install it with the following extension key : synolia/syno-orocrm-fullcontact.

You can install this package via the OroCRM interface or whit the Oro Command line:

php app/console oro:package:install synolia/syno-orocrm-fullcontact

For development purposes it might be cloned from github repository directly.

git clone https://github.com/synolia/SynoFullContactBundle.git

Configuration

In order to use SynoFullContact properly, you need to get a FullContact API key at this adress: https://www.fullcontact.com/developer/try-fullcontact/

And then, you must set the API key in

System > Configuration > General setup > Services > FullContact API

Use as dependency in composer

"require": {
    "synolia/syno-orocrm-fullcontact": "dev-master",
}