Skip to main content

Add the SuiteCRM Connector

Authenticate to SuiteCRM

After you add the connector, you need to set the required properties. URL: Enter the URL for your SuiteCRM account (for example, http://YourSuiteCRMInstance.com.). supports two API schema types. Select your schema below to proceed to the relevant section for your schema.

SuiteCRM V4.1 API

To connect to with the SuiteCRM V4.1 API, specify the following properties:
  • Schema: Select suitecrmv4.
  • Auth Scheme: The only available authentication (auth) scheme for the suitecrmv4 schema is Basic.

SuiteCRM V8 API

To connect to with the SuiteCRM V8 API, specify the following properties:
  • Schema: Select suitecrmv8.
  • OAuth Client Id: Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.
  • OAuth Client Secret: Enter the client secret that you were assigned when you registered your application with an OAuth authorization server.
  • Auth Scheme: Select the authentication method that you want to use to connect to .

SuiteCRM V4.1 Authentication Method

Basic

To connect with your user credentials, set the following properties:
  • Auth Scheme: Select Basic.
  • User: Enter the username that you use to authenticate to your account.
  • Password: Enter the password that you use to authenticate to your account.

SuiteCRM V8 Authentication Methods

OAuth Client

To connect with OAuth client credentials, select OAuthClient for Auth Scheme. No additional properties are required.

OAuth Password

To connect with your user credentials, specify the following properties:
  • Auth Scheme: Select OAuthPassword.
  • User: Enter the username that you use to authenticate to your account.
  • Password: Enter the password that you use to authenticate to your account.

Complete Your Connection

To complete your connection:
  1. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  2. Click Create & Test to create your connection.

More Information