What each connector reads
8 connectors, metadata only, line by line.
Every scope below is the literal OAuth scope the product requests, read straight from the connector registry in code. We list what we read, what we never read, and the one signal we derive from it.
- Slack
ReadsChannel membership and message metadata: who posted, when, in which channel, and which reactions landed.
Never readsMessage text, thread bodies, or direct messages.
Derived signalWho collaborates with whom across channels, and how that pattern shifts week to week.
OAuth scopesusers:readusers:read.emailchannels:readgroups:readchannels:historyreactions:read
- GitHub
ReadsPull-request reviews, issue comments, and assignment events: who reviewed whose work, and when.
Never readsSource code, diffs, commit contents, or comment bodies.
Derived signalCross-team review and handoff patterns, and where work routes around the org.
OAuth scopesread:orgread:userrepo
- Jira
ReadsTicket assignments, transitions, and handoffs between people: who picked up what, and when it moved.
Never readsTicket descriptions, comment text, or attachments.
Derived signalHow cross-functional work flows between people and where handoffs cluster.
OAuth scopesread:jira-workread:jira-useroffline_access
- Google Calendar
ReadsMeeting attendee lists and timing: who met with whom, when, and for how long.
Never readsEvent titles, descriptions, notes, or attachments.
Derived signalMeeting overlap and cross-team coordination load, and how it concentrates.
OAuth scopeshttps://www.googleapis.com/auth/calendar.readonlyhttps://www.googleapis.com/auth/userinfo.email
- Notion
ReadsPage edit history and @-mentions: who co-edited or tagged whom, and when.
Never readsPage content, block text, or comment bodies.
Derived signalCross-functional document collaboration and who is pulled into whose knowledge work.
- Google Drive
ReadsFile modification metadata: who co-edited which document, and when.
Never readsDocument content, titles, comments, or attachments.
Derived signalCross-functional document collaboration across the Google-Workspace half of the org.
OAuth scopeshttps://www.googleapis.com/auth/drive.metadata.readonlyhttps://www.googleapis.com/auth/userinfo.email
- Linear
ReadsIssue assignment handoffs and comment threads: who picked up or commented on whose issue, and when.
Never readsIssue titles, descriptions, or comment bodies.
Derived signalHow cross-functional issue work flows and where handoffs cluster, for Linear-native teams.
- GitLab
ReadsMerge-request approvals and notes: who reviewed or commented on whose work, and when.
Never readsSource code, diffs, or note bodies.
Derived signalCross-team review and handoff patterns for GitLab-hosted engineering.