Source Connectors
Beyond manual upload and API ingestion, Talonic connects to external systems to automatically ingest documents. Each connector authenticates via OAuth or credentials and syncs documents into a source.
Available connectors
| Parameter | Type | Description |
|---|---|---|
| Google Drive | OAuth | Sync files from Google Drive folders. Shared drives supported. |
| Gmail | OAuth | Ingest email attachments. Search bar with Gmail query passthrough. |
| SharePoint | OAuth | Sync documents from SharePoint sites and document libraries. |
| OneDrive | OAuth | Sync files from OneDrive personal or business accounts. |
| Outlook | OAuth | Ingest email attachments with date range and body inclusion settings. |
| Teams | OAuth | Ingest meeting transcripts and channel attachments. Requires tenant-admin consent for privileged scopes. |
| Notion | OAuth | Sync pages and databases. Users choose which pages to share during OAuth consent. |
| SQL | credentials | Connect to MSSQL or PostgreSQL databases. Browse tables, run saved queries. |
| Amazon S3 | credentials | Sync from S3 buckets (and S3-compatible storage like MinIO, R2). |
| Azure Blob | credentials | Sync from Azure Blob Storage containers. |
Google and Microsoft connectors share a single OAuth client each. OAuth tokens are encrypted at rest using aes-256-gcm. Each source card includes a Batch Processing toggle to defer extraction at 50% cost.
Connectors are feature-gated on their OAuth client ID/secret. Without credentials configured, the connector dropdown entry is disabled.