Platform
Data Connectors
Auto-ingest data from Slack, GitHub, Notion, and more. Connect once, and Tellodb continuously syncs new content as it arrives.
What are Connectors?
Connectors automatically pull data from external services into your Tellodb cluster. Once configured, they run on a schedule (typically every 15 minutes) and ingest new content as conversation memories, fact memories, or decision records depending on the source.
Each connector requires OAuth authorization or an API token. Credentials are encrypted at rest in our database. You can revoke a connector at any time from the Connectors page.
Available Connectors
| Metric | Service | What Gets Ingested | Memory Kind |
|---|---|---|---|
| Slack | Channel messages and thread replies | Conversation | |
| GitHub | Issues, pull requests, commits, comments | Decision, Fact | |
| Notion | Pages, databases, and their content | Fact | |
| Gmail | Emails and thread conversations | Conversation | |
| Google Drive | Documents, sheets, slides | Fact |
Each connector's data is automatically tagged with its source for traceability.
Setup Guide
- Navigate to your cluster → Connectors tab.
- Select the service you want to connect (e.g., Slack).
- Click 'Connect' — you'll be redirected to the service's OAuth authorization page.
- Authorize Tellodb to access the required scopes (read-only where possible).
- You'll be redirected back to the Connectors page showing your new connector as 'Active'.
- The first sync starts automatically within 15 minutes. Click 'Sync Now' for an immediate sync.
- Monitor sync status, last sync time, and item count from the Connectors page.
curl https://api.tellodb.com/api/clusters/YOUR_CLUSTER_ID/connectors \
-H "x-api-key: YOUR_API_KEY"