create_knowledge_connector
Automate content ingestion from external sources by creating a knowledge connector for SharePoint, Confluence, or custom sources into Cognigy.AI.
Instructions
Creates a new Cognigy.AI knowledge connector for automated content ingestion from external sources like SharePoint or Confluence. MUTATING: Set dryRun=false to create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the connector | |
| type | Yes | Connector type (e.g., 'sharepoint', 'confluence', 'custom') | |
| dryRun | No | If true (default), validates without creating. Set to false to actually create. | |
| schedule | No | Cron expression for scheduled runs | |
| settings | No | Type-specific connector settings | |
| connectionId | No | Connection ID for authentication | |
| knowledgeStoreId | Yes | The knowledge store ID to create the connector in |