setupaiagents.com
Guide · Updated April 22, 2026

OpenAI Workspace Agents Connectors: Full List + Gotchas

Every native connector OpenAI shipped with Workspace Agents at launch, grouped by category. What each connector reads, writes, and — critically — the gotchas that bite teams during setup.

Google Workspace

ConnectorReadsWrites
Google DriveDocs, Sheets, Slides, PDFs in shared foldersNew documents, edits to existing
GmailInbox, threads, labelsDrafts, labels, sent mail (with approval)
Google CalendarEvents, attendees, free/busyNew events, updates, RSVPs
Google SheetsNamed ranges, tabsRow/cell updates, new tabs
Google DocsDocument text, commentsNew docs, suggestions, comments
Google Drive gotcha: Permission inheritance from folder structure. Scope to specific folders, not 'all Drive.'
Gmail gotcha: OAuth scope for 'send' is broad — use 'modify' and keep send behind human review for first 30 days.
Google Calendar gotcha: External vs internal attendee detection depends on domain filters you configure.
Google Sheets gotcha: Formulas break if the agent overwrites a formula cell. Define read-only ranges explicitly.
Google Docs gotcha: Agents editing live docs create real-time changes. Prefer suggestion mode for drafts.

Microsoft 365

ConnectorReadsWrites
OneDriveFiles, folders in user's driveNew files, edits
OutlookMail, calendar, contactsDrafts, calendar events
TeamsChannel messages (where permitted), filesChannel posts (with approval)
OneDrive gotcha: Enterprise policies (Purview DLP) override connector permissions.
Outlook gotcha: Shared mailboxes require delegate access configured before the connector sees them.
Teams gotcha: Tenant policies frequently disable external-bot posting by default. Coordinate with IT.

Messaging

ConnectorReadsWrites
SlackChannel messages, threads, DMsMessages, threads, reactions
Slack gotcha: Rate limits hit fast with chatty agents — use scheduled posts, not continuous monitoring, for most use cases.

CRM

ConnectorReadsWrites
HubSpotContacts, deals, companies, engagement timelineNotes, tasks, properties, engagement
SalesforceAccounts, opportunities, contacts, custom objectsNotes, tasks, fields
HubSpot gotcha: Custom properties need to be mapped explicitly in the agent spec — naming inconsistencies are the #1 source of bugs.
Salesforce gotcha: Governor limits apply. Heavy agents need careful query design to avoid exceeding daily API quotas.

Dev tools

ConnectorReadsWrites
GitHubRepos, issues, PRs, codeIssues, PR comments, PR creation
LinearIssues, projects, cycles, commentsNew issues, updates, comments
GitHub gotcha: Fine-grained tokens are preferred over classic PATs. Scope to specific repos, not the whole org.
Linear gotcha: Workflow states per team can differ — hardcode the state transitions per team the agent touches.

Docs & notes

ConnectorReadsWrites
NotionPages, databases, blocksNew pages, block updates, database rows
Notion gotcha: API access requires per-page integration sharing. Parent-page sharing doesn't always propagate.

Data warehouse

ConnectorReadsWrites
BigQueryQueries against authorized datasetsResults to configured sheets/docs (not direct warehouse writes)
SnowflakeQueries via configured warehouseResults to configured destinations
BigQuery gotcha: Use service accounts with row-level security. Cost-monitor — agents running frequent large queries add up fast.
Snowflake gotcha: Warehouse auto-suspend interacts badly with bursty agent queries — tune resume/suspend behavior.

When native isn't enough: Actions and Zapier

For tools not in the native catalog, Workspace Agents support the Actions framework — OpenAPI-defined REST endpoints that the agent can call as tools. Any API with a well-formed OpenAPI spec can become an agent-callable action in a few hours of work. For tools without a spec, it's 1–3 hours to define one.

Zapier acts as a bridge for the long tail. A single Actions-compatible integration with Zapier exposes 6,000+ tools. Use this when the ROI of building a proper Action doesn't justify the custom work.

Pending connectors (based on public statements)

Zendesk
Intercom
Front
Airtable
Asana
ClickUp
Monday
Zoom
Dropbox
Box
Jira
Confluence

This list is based on OpenAI's public roadmap statements as of April 2026. Specific launch dates are not announced.

Questions

Need an agent against a tool that isn't natively supported?

20-min intro call. I've built Actions-based integrations for Zendesk, Front, Airtable, Asana, and dozens more.

Related