Productsup

Create a connector

Step-by-step guide to creating a new connector in the Dev Portal.

To create a connector, open the Dev Portal and click Add connector.

Fill in the required fields in the creation dialog:

FieldRequiredNotes
NameYesDisplay name for the connector. Can be changed later.
TypeYesData source, Export, Export delta, etc. Cannot be changed after creation.
DescriptionNoShort description shown to end-users.
FlowNoDefault, Standalone, or Migration. Defaults to Default. Cannot be changed after creation.
Execution modeNoEnvironment variable (recommended) or Command options. Cannot be changed after creation.
OwnerNoThe organization that owns this connector. Defaults to your organization.

For detailed explanations of each field, see Connector details.

Choose Type, Flow, and Execution mode carefully — they're locked after creation.

Click Add connector. The connector is created and you're taken to the setup wizard, which guides you through the remaining configuration:

  1. Version Control configuration — connect to your Git repository
  2. Application configuration — define how to run your connector
  3. Authentication and secrets (optional) — set up auth providers and vault secrets
  4. Individual configuration (optional) — define form fields for end-users
  5. Execution configuration — review how config values are passed at runtime
  6. Type-specific configuration — additional settings based on connector type

Once configured, proceed to Build and deploy to build and release your connector.

For a hands-on walkthrough of the entire process, see the Quickstart.

How is this guide?