Skip to Content

Connector Store in Wevo iPaaS

The Connector Store provides access to all available connectors. Connectors are tools that connect to specific systems, such as databases, ERP systems, marketplace platforms, and SaaS services. These tools establish connections with their target systems to enable integration.

Overview

To access the connector catalog, click Builder > Connector Store in the platform menu:

connector store 1

The Connector Store menu provides the following options:

  • Search connector: Search for a connector by name.

  • Installed: Displays only the connectors that are already installed in your environment.

  • Available: Displays the complete catalog of connectors that are available for installation.

Install and configure a connector

To install a connector, select the Available filter, locate the connector that you want, and click Install Connector. After you save your changes, the connector appears in the Installed filter.

connector store 2

To configure a connector once it is installed, select it from the connector catalog, then either Create a new account or use the Actions, Triggers, or Accounts tabs to make configuration changes.

The account configuration fields for each connector type generally include the following:

  • Account name: Enter a name to identify the account.

  • Account parameters: Enter the endpoint's authentication credentials and connection settings that are required for the connector to access the target system. Account parameters might include regions, access keys, authentication tokens, usernames, and passwords.

    connector credentials

    Account parameters are described next to a lightbulb icon directly under each field.

    Note

    You can create multiple accounts for the same connector with different parameters by clicking Create New Account after selecting the connector.

  • Show advanced: Additional configuration parameters may be hidden. Select the Show advanced checkbox to see additional configuration fields.

  • References: Opens the Connected flows dialog, listing all flows connected to the account and their statuses. You can filter the list by name or status:

    configure a new application on an on-premise agent image 7

    Click the shortcut icon of a flow to open it.

  • Audit Log: Opens the audit log filtered on the account.

  • Cancel: Closes the account configuration without saving.

  • Save: Saves the account configuration.

On-premise agent connections

Some connectors need to communicate with internal systems that are not publicly accessible. The on-premise agent enables secure communication between Wevo iPaaS and your internal services through a VPN.

Before you configure a connector to use an on-premise agent, complete the following prerequisites:

  1. Have an on-premise agent installed and running in your environment.

  2. Register applications on the agent (see Configure a new application on an on-premise agent).

Configure an on-premise agent for a connector

To configure a connector to use an on-premise agent, complete the following steps:

  1. Follow the standard connector installation process.

  2. After you enter the required account parameters, locate the On-Premise Agent section in the account configuration screen.

  3. Select the agent and application that you previously registered from the dropdown menus.

  4. (Optional.) Enable Configure Host entry to define how requests are routed. Complete the following fields:

    configure host entry

    • Hostname: Enter the hostname or domain of your service (for example, api.company.com).
    • Destination IP: Enter an IP address for the target system, or select Use Wevo iPaaS Destination IP to use the platform's gateway IP address.
    • HTTPS: Select this option only when the protocol is HTTP.

    The host entry configuration ensures that applications using this connector account can communicate correctly with internal or external services through the on-premise agent.

  5. Complete the remaining account parameters and click Save.

Actions

Each connector provides actions that perform operations on its endpoint, such as creating, reading, deleting, updating, or querying data.

Action parameters

Action parameters define the inputs and data structure for each action. You can preview parameters in the Connector Store before configuring them in your flows.

connector store 5

Event triggers

Event triggers start integration flows automatically when specific events occur in your connected systems. To view available triggers for a connector, select the connector and click the Triggers tab:

trigger tab