The VK Teams connector synchronizes team messages, documents, and channel information from VK Teams into your knowledge base. Each message thread and document is converted to a searchable document with metadata.
Authentication
OAuth 2.0 — requires:
messages:read— Read team messagesdocs:read— Read team documents
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Workspace | Selector | Yes | Select VK Teams workspace |
| Channels | Multi-select | No | Select specific channels to sync (all by default) |
| Include Docs | Switch | No | Include team documents and files |
| Date Range | Date Picker | No | Sync messages from date range |
How It Works
- Workspace Validation — Verifies OAuth access to VK Teams workspace
- Channel Listing — Retrieves selected channels
- Message Fetching — Downloads message threads with pagination
- Document Generation — Each thread/document becomes a searchable entry
Document Format
Channel: #general
Thread: Q2 Planning
Messages: 47
Last Updated: 2026-05-21
Participants: 8
Summary: Discussion of Q2 goals and timelineMetadata Tags
| Tag | Type | Description |
|---|---|---|
| Channel | Category | Channel name |
| Thread ID | Text | Unique thread identifier |
| Created By | Text | Message author name |
Pagination
Uses message ID offset. Cursor format: offset:{message_id}.
Limitations
- Message sync limited to last 1000 characters per thread
- Pinned messages kept in conversation history
- Private channels require explicit permission

