Skip to main content

Integration

An object with timestamp fields for when it was created and last updated.

interface Integration {
createdAt: DateTime!
id: ID!
legacyId: String!
provider: IntegrationProvider!
settings: IntegrationSettings!
uid: String
updatedAt: DateTime!
}

Fields

Integration.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

Integration.id ● ID! non-null scalar common

Integration.legacyId ● String! non-null scalar common

The Groove legacy API ID.

Integration.provider ● IntegrationProvider! non-null enum common

The integration provider.

Integration.settings ● IntegrationSettings! non-null object common

The global settings for all integrations of this provider type.

Integration.uid ● String scalar common

The integration UID.

Integration.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Member of

IntegrationConnection object ● IntegrationEdge object

Implemented by

AccountIntegration object ● ChannelIntegration object ● JiraServerIntegration object ● RechargeIntegration object ● SalesforceIntegration object ● ShopifyIntegration object ● ShopifyV2Integration object ● UserIntegration object