Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Object

    Integration

    A connected social account for the workspace. Each entry represents one connected account, distinct from Workspace.mentions, which lists tracked @-mention terms. Multiple integrations may share the same handle (e.g. two TikTok accounts under one tag) and each gets a distinct id.

    Fields

    Object, input and enum types open in place — use + to reveal their fields. A type that is already open above the row stops at a ↻ circular marker, and anything nested past the depth limit links out to its own page instead.

    connectedAt DateTimeWithZone!
    Timestamp when the integration was first established (ISO 8601 UTC).
    handle String!
    Public-facing account handle for this integration (for example "support_testing"). Sourced from the associated mention tag.
    id ID!
    Stable unique identifier for this integration (UUID). Distinguishes multiple integrations that share the same handle.
    provider Provider!
    Platform on which this account is connected (for example INSTAGRAM, TIKTOK, YOUTUBE, or INTERNAL).
    status IntegrationStatus!
    Lifecycle state of the integration. CONNECTED = active and verified; DISCONNECTED = the account was removed or the integration failed; PENDING = setup in progress.