Unify and manage your data

Configuration parameters for Reltio Connector for MuleSoft

Learn how to use the Reltio Connector for MuleSoft when you establish a connection with your tenant.

To use the Reltio Connector for MuleSoft, you must configure these parameters that the Mulesoft pipelines use to connect to the Reltio platform.

To configure connection parameters:
  1. Use the parameters listed in Table 1: Reltio Connector for MuleSoft Configuration Parameters.
    Note: By default, the General tab is selected and the parameters to configure the connector are displayed.
    Table 1. Reltio Connector for MuleSoft configuration parameters
    NameExampleDescription
    Environment URLhttps://env.reltio.com

    Defines the Reltio Base URL. This is the URL prefix of your Tenant URL.

    For example, if your tenant URL is https://abc-01.reltio.com/ui/ddHXrrrotBeNhNO, your base URL is https://abc-01.reltio.com/reltio/api/.

    Tenant IDyour.tenant.id

    Defines the unique ID of your Reltio tenant. The tenant ID can be obtained from your tenant URL.

    For example, if your tenant URL is https://abc-01.reltio.com/ui/ddHXrrrotBeNhNO, then your Tenant ID is: ddHXrrrotBeNhNO.

    Connection timeout30000The response wait time in milliseconds. If a response is not received within this time, the operation will be aborted with a TimeoutException. For example, a value of 30000 sets the timeout to 30 seconds. The default is 2 minutes (120000 milliseconds).
    EnvironmentPRODDefines the Reltio OAuth environment:
    • PROD - Production, default

    • STAGE - Staging

    • HF - Staging hotfix

    The client authenticates with the authorization server and requests an access token from the specified environment.
    Token retry count3Defines the number of token retries to get the token request. The default value is 2.
    Grant typeCLIENT_CREDENTIALSGrant type for authentication. BASIC_AUTH is deprecated but remains the default for backward compatibility. Use CLIENT_CREDENTIALS.
    Client ID / Usernamejohn_snowDepends on the grant type of authentication: the Client ID for client credentials type and Username for basic auth (deprecated).
    Client secret / Passwordkingofnorth23Depends on the grant type of authentication: the Client secret for client credentials grant type and Password for basic auth (deprecated).

    These parameters have been deprecated and may be ignored. Some may still be there for backward compatibility and will be removed in future releases:

    • Token URL

    • Client Key

    • Export Service URL

  2. In the Reltio Cloud Connector Config dialog box, select the Advanced tab.

  3. Use the Table 2: Advanced tab in Connector Configuration Parameters to list the available parameters.
    NameTypeExamples: ValuesDescription
    Reconnection StrategyThe values can be as follows:
    • None
    • Forever
    • Standard
    Select the Reconnection Strategy as Forever or Standard. By default the value chosen will be None.
    Frequency (ms)Integer The frequency can be as follows:
    • 2000 ms or 2 seconds
    • 5000 ms or 5 seconds
    This parameter defines the frequency in milliseconds. For example, 2000 ms or 2 seconds.
    Reconnection attemptsIntegerWhen you select the Reconnection strategy as Standard, reconnection attempts display the number of attempts while reconnecting.