Working with Connections

Creating a Connection

You'll typically create a new connection from the Plugins page. Follow these steps to create a connection:

  1. From the Space Console, click Plugins. This will bring you to the Connections tab.
  2. Click New Connection.
  3. From the New Connection modal, click HTTP.

    ℹ️

    At the moment, Integrator only supports HTTP connections. Other connection methods are currently in development.

  4. Fill out the connection as described in the HTTP Connections section below.
  5. When finished, click Create Connection.

You can also create connections on the fly in the Form Builder and the Workflow Builder.

HTTP Connections

Integrator currently supports only HTTP connections. Other connection types are currently in development.

When creating an HTTP connection, you can specify the following information:

  • Connection Name: Required. A friendly name for the connection.

  • API Documentation Link: The address of any additional documentation explaining the purpose or functions of the API endpoint.

  • Description: A description of the connection.

  • Base URL: Required. The base location of the API endpoint.

  • Set Trusted CA Certificate: Indicates whether the connection requires a trusted custom authority. This only applies to HTTPS connections.

  • Authentication: The method used to authenticate with the connection. Depending on the authentication method selected, additional options will be displayed.

    Authorization TypeField NameRequired?
    Basic AuthUsernameYes
    Basic AuthPasswordNo
    Bearer TokenToken HeaderYes
    Bearer TokenToken PrefixYes
    Bearer TokenToken TypeYes
    Bearer TokenTokenYes
    OAuth 2.0Access Token URLYes
    OAuth 2.0Client IDYes
    OAuth 2.0Client SecretNo
    OAuth 2.0Client AuthYes
    OAuth 2.0ScopeNo
    OAuth 2.0Trusted CA CertificateNo

Editing a Connection

Once a connection has been created, it can only be modified from the Plugins > Connections window. Follow these steps to edit a connection:

  1. Click the connection you want to edit.
  2. From the Actions menu, select Edit.
  3. Make the necessary changes.
  4. Click Update Connection.