Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.docpipe.ai/llms.txt

Use this file to discover all available pages before exploring further.

Connectors let you authorize DocPipe 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 DocPipe when authorization completes
Once authorized, the connector appears in your connectors list and is available for use in pipelines.

Managing connectors

From the connectors list you can:
  • 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 DocPipe’s access to the external service while keeping the connector entry
  • Delete: permanently remove the connector
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.