Skip to main content

Interface: GoogleWorkspaceIntegrationAbilityConfig

Defined in: packages/sdk/src/types/ability-types.ts:303

Shared config for Gmail, Google Calendar, and Google Drive integration abilities

Properties

accessMode?

optional accessMode: GoogleWorkspaceAccessMode

Defined in: packages/sdk/src/types/ability-types.ts:308

read_only: list linked accounts and read data only. read_write: also create or modify data (and reconnect OAuth for Gmail).


allowConnectInline?

optional allowConnectInline: boolean

Defined in: packages/sdk/src/types/ability-types.ts:315

When true AND the workspace app connection is enabled, the agent may help an unconnected member connect their own account mid-conversation (web approval card, or a short-lived secure link on SMS/voice/other channels). Default false: the agent reports not-connected and stops.