Connect every data source in your company.
All 38 connectors inherit our idempotent BaseConnector architecture with automatic exponential backoff, error isolation, and deduplication.
Slack
Messages, threads, and replies from joined public & private channels
slack:{channel_id}:{ts}→Google Docs
Document text, paragraph headers, lists, and formatted tables
gdoc:{doc_id}→Google Sheets
Spreadsheet tabs converted to structured key-value row text
gsheet:{spreadsheet_id}:{sheet_name}→Google Drive
Folder hierarchy metadata and document text contents
gdrive:{file_id}→Gmail
Email threads, internal messages, and plain-text body content
gmail:{message_id}→GitHub
Issues, PR descriptions, labels, and code review comment threads
github:{repo}:{issue_number}→Notion
Page block hierarchies, databases, and nested team wikis
notion:{page_id}→Discord
Server text channels, threaded discussions, and announcement logs
discord:{channel_id}:{message_id}→Linear
Issues, project descriptions, team context, and comments via GraphQL
linear:{issue_id}→Microsoft Outlook
Outlook email threads, calendar meeting agendas, and notes
outlook:{message_id}→Microsoft Teams
Teams channel posts, replies, and group meeting conversations
teams:{channel_id}:{message_id}→GitLab
Projects, issue trackers, merge requests, and snippet notes
gitlab:{project}:{type}:{iid}→Dropbox
Text files, markdown docs, specifications (.md, .txt, .json)
dropbox:{file_id}→Mixpanel
Tracked event schema catalog, properties, and funnels
mixpanel:event_schema:{project_id}→Amplitude
Event taxonomy definitions and behavioral analytics plans
amplitude:taxonomy:{key}→Algolia
Indexed search records and documentation facets
algolia:{index}:{objectID}→Exa AI
Semantic web research results for company-configured domains
exa:{hash(query)}→Perplexity AI
AI search completions, citations, and syntheses
perplexity:{hash(prompt)}→Facebook Pages
Page posts, public updates, and customer comment queries
facebook:{post_id}→Todoist
Project tasks, checklists, descriptions, and comments
todoist:{task_id}→Web Crawler
Scraped internal documentation sites and public portal text
webcrawler:{url_hash}→Jira
Sprint backlog issues, acceptance criteria, work logs, comments
jira:{issue_key}→Asana
Project boards, task descriptions, subtasks, milestone stories
asana:{task_gid}→ClickUp
Tasks, embedded docs, custom fields, and conversation threads
clickup:{task_id}→Airtable
Base tables, schema metadata, field records, and linked relations
airtable:{base_id}:{record_id}→Monday.com
Boards, workspace items, column statuses, and update logs
monday:{item_id}→Basecamp
Message boards, campfire chats, to-do lists, and schedules
basecamp:{recording_id}→Datadog
Incident logs, monitor descriptions, alert post-mortems
datadog:{incident_id}→Segment
Tracking plans, protocols schema definitions, and sources
segment:{event_id}→Front
Shared inbox customer tickets, internal comments, resolution notes
front:{conversation_id}→Zoom
Cloud recording transcripts, meeting summaries, and chat logs
zoom:{meeting_id}→Twitter / X
Company tweets, support replies, and threaded conversations
twitter:{tweet_id}→HubSpot
CRM contacts, deal notes, customer ticket resolution histories
hubspot:{object_type}:{id}→Salesforce
Accounts, opportunities, cases, and knowledge articles
salesforce:{object}:{id}→Calendly
Scheduled event types, meeting routing rules, and custom Q&A
calendly:{event_uuid}→Ashby
Job requisition specs, candidate evaluation criteria, interview rubrics
ashby:{candidate_id}→BambooHR
Company announcements, time-off policies, and employee handbooks
bamboohr:{announcement_id}→Deel
Compliance policies, contractor guidelines, country-specific terms
deel:{contract_id}→Rippling
HR policy handbooks, team hierarchies, and IT security docs
rippling:{document_id}→Need a custom internal connector?
All connectors implement our open-source BaseConnector abstract class. Writing a custom connector for your proprietary API takes under 50 lines of Python.