IntegrationExternalChange
A change to a conversation was triggered by a linked integration.
type IntegrationExternalChange implements Timestamped {
action: JSON!
createdAt: DateTime!
externalId: ID!
id: ID!
provider: IntegrationProvider!
updatedAt: DateTime!
}
Fields
IntegrationExternalChange.action ● JSON! non-null scalar common
The details about the change (JSON encoded).
IntegrationExternalChange.createdAt ● DateTime! non-null scalar common
The date and time that the object was created.
IntegrationExternalChange.externalId ● ID! non-null scalar common
The external identifier of this integration.
IntegrationExternalChange.id ● ID! non-null scalar common
IntegrationExternalChange.provider ● IntegrationProvider! non-null enum common
The provider of the integration.
IntegrationExternalChange.updatedAt ● DateTime! non-null scalar common
The date and time that the object was last updated.
Interfaces
Timestamped interface common
An object with timestamp fields for when it was created and last updated.
Implemented by
ChangeTypeUnion union