OOffloop Docs

Connectors

Connect external accounts and data surfaces to Offloop.

Connectors let Offloop work with data from the tools your team already uses.

Connected surfaces

Current product surfaces include connector flows for:

  • Gmail and Calendar through Google
  • GitLab
  • Vercel
  • Notion
  • Manus

The connector row should name the concrete data surface. For example, Google is displayed as Gmail & Calendar because the connector gives Offloop access to Gmail and Calendar data, not only Google sign-in.

Identity copy

When a Google connector is connected, the secondary text should identify the linked identity as:

Google account: {name}

This keeps authentication identity separate from the data surface.

Token connectors

GitLab and Vercel can use token-based connection flows. Tokens are account-scoped and should be handled as secrets by the backend.

Provider detail

Provider-specific details should be exposed through stable backend-owned shapes. Frontend code should not receive raw OAuth tokens or call third-party APIs directly with user secrets.

On this page