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.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.
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
- Click New Connector
- Select a connector type from the catalog
- 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)
- Fill in any required fields, then click Authorize to start the OAuth flow for that service
- Sign in to the external service and grant the requested permissions
- You are redirected back to DocPipe when authorization completes
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 theAccount.Connector permission. See roles and permissions for details.