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).
- Instagram platform integration, including posts, reels, stories, and profile data.
- INTERNAL
- Internal Archive-managed source used for synthetic or system-generated content.
- TIKTOK
- TikTok platform integration, including videos and creator profile data.
- YOUTUBE
- YouTube platform integration, including Shorts, videos, thumbnails, and profile data.
- status IntegrationStatus!
- Lifecycle state of the integration. CONNECTED = active and verified; DISCONNECTED = the account was removed or the integration failed; PENDING = setup in progress.
- CONNECTED
- The integration is active and verified; Archive can fetch content for this account.
- DISCONNECTED
- The integration has been removed by the user or has failed and is no longer active. Archive cannot fetch new content for this account until it is reconnected.
- PENDING
- The integration is being established; initial verification or onboarding has not completed yet.