Skip to main content

IntegrationRemoved

An integration was removed from a conversation.

type IntegrationRemoved implements Timestamped {
conversation: Conversation!
createdAt: DateTime!
externalId: ID!
id: ID!
provider: IntegrationProvider!
title: String!
updatedAt: DateTime!
url: Url!
}

Fields

IntegrationRemoved.conversation ● Conversation! non-null interface common

The associated conversation.

IntegrationRemoved.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

IntegrationRemoved.externalId ● ID! non-null scalar common

The external identifier of this integration.

IntegrationRemoved.id ● ID! non-null scalar common

IntegrationRemoved.provider ● IntegrationProvider! non-null enum common

The provider of the integration.

IntegrationRemoved.title ● String! non-null scalar common

The title of the integration URL.

IntegrationRemoved.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

IntegrationRemoved.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.

Implemented by

ChangeTypeUnion union