🚫 This project is no longer maintained.
Simple Data Pipe connector for SugarCRM
This repository contains the SugarCRM Simple Data Pipe connector and is the connector used for the connector tutorials:
- Creating Your Own Simple Data Pipe Connector (using the high level API)
- Creating Custom Simple Data Pipe Pages
The master branch contains the latest version of the SugarCRM connector using the pipes-sdk. It should be used with latest version of the Simple Data Pipe implementing the pipes-sdk.
The connector is applicable against SugarCRM servers which support SugarCRM REST API v4 and OAuth 1.0 (i.e., SugarCRM 6.2.x or greater).
SugarCRM 6.x installed and running.
Configure the OAuth credentials for SugarCRM 6.x as follows:
-
Log into SugarCRM
-
Go into the OAuth page ( > Admin > OAuth Keys )
-
Click on Create
-
Enter a Consumer Key Name, Consumer Key, and Consumer Secret
![SugarCRM OAuth Keys page] (https://github.com/ibm-cds-labs/pipes.connector.sugarcrm/blob/master/resources/sugarcrmoauthkeys.png)
-
Click Save
-
Install the Connector into Simple Data Pipe
-
Select SugarCRM for the Type when creating a new pipe
![Create A New Pipe dialog] (https://github.com/ibm-cds-labs/pipes.connector.sugarcrm/blob/master/resources/pipescreatenewpipe.png)
-
In the Connect page, enter the OAuth Consumer Key and Consumer Secret
-
In the Connect page, enter the Site url taken from the
site_url
in SugarCRM'sconfig.php
.![Pipes Connect page] (https://github.com/ibm-cds-labs/pipes.connector.sugarcrm/blob/master/resources/pipesconnectpage.png)
- [SugarCRM 6.x API Versioning] (http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_6.5/02_Application_Framework/Web_Services/04_Versioning/)
- [SugarCRM 6.x OAuth] (http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_6.5/02_Application_Framework/Authentication/Oauth/)
- [SugarCRM 6.x REST] (http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_6.5/02_Application_Framework/Web_Services/01_REST/)
- [SugarCRM v4 REST API] (http://support.sugarcrm.com/02_Documentation/04_Sugar_Developer/Sugar_Developer_Guide_6.5/02_Application_Framework/Web_Services/05_Method_Calls/)