Skip to content
  • There are no suggestions because the search field is empty.

Integrations

The Integrations tab allows you to connect your account with third-party systems by creating and managing custom integrations. This guide walks you through the process of setting up a new integration, choosing the appropriate authentication method, and testing your connection.

Adding a New Integration

  1. Navigate to the Integrations tab after you open your agent.

  2. Click the Create New Integration button.

    • A setup window will appear.

  3. Complete the following fields:

    • Name: Provide a clear and recognisable name for your integration (e.g., “Salesforce CRM” or “Payment Gateway”).

    • Integration URL: Enter the base URL of the system you want to connect to.

    • Authentication Method: Choose how your integration will authenticate requests.

  4. Once you’ve entered the required information and selected the appropriate authentication method, click Create.

  5. The integration will now appear in your list under the Integrations tab.

Authentication Options

  • API Key

    • Use when the external system provides a unique key string for access.

    • Enter the API key in the designated field.

  • Bearer Token

    • Typically used with OAuth2 and other token-based services.

    • Enter the token string you received from the third-party system.

  • Username and Password

    • Use when the integration requires standard account credentials.

    • Enter the username and password associated with your third-party account.

Best Practices

  • Use descriptive integration names so your team can easily identify them.

  • Store authentication credentials securely, and rotate keys/tokens regularly if required by the external system.

  • Test connections after setup and periodically to ensure integrations remain valid.