Skip to main content
Connectors let you authorize Ingestly to interact with external services on your behalf. Once a connector is set up, pipeline nodes such as the HTTP action can use it to make authenticated requests without exposing credentials in the pipeline configuration.

Connector catalog

The connector catalog lists all available integration types. Open Settings and select Connectors, then click New Connector to browse the catalog and choose a service to connect.

Creating a connector

  1. Click New Connector
  2. Select a connector type from the catalog
  3. Read the Setup instructions that appear below the form. Each connector type lists the prerequisites you need on the external service side (for example, registering an app, choosing scopes, or copying a tenant ID into the form)
  4. Fill in any required fields, then click Authorize to start the OAuth flow for that service
  5. Sign in to the external service and grant the requested permissions
  6. You are redirected back to Ingestly when authorization completes
Once authorized, the connector appears in your connectors list and is available for use in pipelines. Business Central connectors expose two extra fields in the form, shown only for the Business Central connector type:
  • Environment: the BC environment name (for example production). Use 1 to 50 characters made up of letters, digits, dots, underscores, or hyphens.
  • Company ID: an optional default company GUID. When set, it must be a valid GUID.

Managing connectors

The connectors list shows a dedicated Type column (the connector type, for example Business Central) alongside Name and Status. From the connectors list you can:
  • Edit: update the connector name. For a Business Central connector, the Edit Connector dialog also lets you update the Environment and default Company ID.
  • Test: verify the connector is still authorized and the connection is healthy
  • Rotate: refresh the credentials for a connector without re-authorizing from scratch
  • Disconnect: revoke Ingestly’s access to the external service while keeping the connector entry
  • Delete: permanently remove the connector
The per-type setup instructions are also available from the Rotate Credentials dialog through a help icon next to the dialog title, so you can review prerequisites while re-authorizing without leaving the dialog.
Deleting a connector that is referenced in an active pipeline will cause those pipeline steps to fail. Update any affected pipelines before deleting.

Permissions

Managing connectors requires the Account.Connector permission. See roles and permissions for details.