Connectors
Overview of the Connectors API
Hand off to an LLM
Connectors are integrations that trigger a Bem workflow from an external system.
A connector binds an inbound source — currently Box or a Paragon-managed integration such as
Google Drive — to a specific workflow (by workflowName or workflowID). When the source
observes a new file, Bem invokes the bound workflow against that file.
Use these endpoints to create, list, and remove connectors. The fields used at create time
depend on the connector type: Box connectors require Box credentials and a folder to watch,
while Paragon connectors carry a paragonIntegration identifier and an integration-specific
paragonConfiguration object (for example, { "folderId": "..." } for Google Drive).