Skip to main content

IntegrationTypeInfo

A supported integration type that can be configured for your organization.

type IntegrationTypeInfo {
id: String!
name: String!
description: String
docs: String!
configSchema: Map!
authSchema: Map!
}

Fields

IntegrationTypeInfo.id ● String! non-null scalar {#id}

Unique identifier for this integration type

IntegrationTypeInfo.name ● String! non-null scalar {#name}

Display name

IntegrationTypeInfo.description ● String scalar {#description}

What this integration does

IntegrationTypeInfo.docs ● String! non-null scalar {#docs}

URL to the documentation

IntegrationTypeInfo.configSchema ● Map! non-null scalar {#config-schema}

JSON Schema for the config field when creating this integration

IntegrationTypeInfo.authSchema ● Map! non-null scalar {#auth-schema}

JSON Schema for the auth field when creating this integration

Member Of

IntegrationTypesPage object