v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0187270483.0 KB
Connectors

Create a Connector

post/v3/connectors

Request body

type'box' | 'paragon' required

Connector type.

namestring required

Human-friendly name for this connector.

workflowIDstring

One of workflowID or workflowName must be provided.

If both are provided, they must refer to the same workflow.

workflowNamestring

One of workflowID or workflowName must be provided.

If both are provided, they must refer to the same workflow.

boxClientIDstring

Box client ID (from your Box application).

boxClientSecretstring

Box client secret (from your Box application).

boxEnterpriseIDstring

Box enterprise ID.

boxFolderIDstring

Box folder ID to watch for new uploads.

paragonIntegrationstring

Paragon integration, eg. "googledrive".

paragonConfigurationobject

Configuration specific to the type of integration.

Response

The request has succeeded.

type'box' | 'paragon' required

Connector type.

connectorIDstring required

Unique identifier for the connector.

namestring required

Human-friendly name for this connector.

workflowIDstring required

Workflow API ID that will be triggered by this connector.

workflowNamestring required

Workflow name that will be triggered by this connector.

boxClientIDstring required

Box client ID (from your Box application).

boxClientSecretstring required

Box client secret (from your Box application).

Note: This value is sensitive and should be stored securely.

boxEnterpriseIDstring required

Box enterprise ID.

boxFolderIDstring required

Box folder ID to watch for new uploads.

paragonSyncIDstring required

Paragon sync ID.

paragonIntegrationstring required

Paragon integration, eg. "googledrive".

paragonConfigurationobject required

Configuration specific to the type of integration.