TDV Adapter for SuiteCRM

Build 25.0.9434

Basic Tab

Connecting to Suite CRM

Requirements for connecting to Suite CRM differ, depending on which version of the API your site is running.

Suite CRM V4.1 API

To connect to Suite CRM data via the V4.1 API, set these connection properties:

  • Schema: suitecrmv4.
  • URL: The URL associated with the Suite CRM application. For example, http://suite.crm.com.
  • User: The user associated with the Suite CRM account.
  • Password: The password associated with the user of the Suite CRM account.

Suite CRM V8 API

Suite CRM V8 uses the OAuth2 authentication standard. Before you connect to Suite CRM V8 API, you must ensure that is it properly configured to provide the OAuth2 private and public keys. For further information, see the SuiteCRM Developer Guide API V8 setup instructions.

Authenticating to Suite CRM V8 API

The Suite CRM V8 API uses OAuth2.0 as its authentication mechanism, based on either of two grant types: PASSWORD and CLIENT.

Authentication via OAuth requires the Schema to be set to suitecrmv8, and the creation of a custom OAuth application, as described in Creating a Custom OAuth Application.

Client Credentials Grant

To connect to Suite CRM V8 API, set these properties:

Password Grant

To connect to Suite CRM V8 API, set these properties:

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434