Skip to main content

IntegrationAdded

An integration was added to a conversation.

type IntegrationAdded implements Timestamped {
conversationId: String!
createdAt: DateTime!
externalId: ID!
id: ID!
provider: IntegrationProvider!
title: String!
updatedAt: DateTime!
url: Url!
}

Fields

IntegrationAdded.conversationId ● String! non-null scalar common

The id of a ticket that that this event belongs to.

IntegrationAdded.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

IntegrationAdded.externalId ● ID! non-null scalar common

The external identifier of this integration.

IntegrationAdded.id ● ID! non-null scalar common

IntegrationAdded.provider ● IntegrationProvider! non-null enum common

The provider of the integration.

IntegrationAdded.title ● String! non-null scalar common

The title of the integration URL.

IntegrationAdded.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

IntegrationAdded.url ● Url! non-null scalar common

The external integration URL.

Interfaces

Timestamped interface common

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

Member of

IntegrationAddedConnection object ● IntegrationAddedEdge object

Implemented by

ChangeTypeUnion union