CommunicationTag
A communication tag allows email communications to be categorized by specifying a word or phrase.
type CommunicationTag {
code: String!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
}
Fields
CommunicationTag.code
● String!
non-null scalar
The code associated with the communication tag.
CommunicationTag.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
CommunicationTag.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CommunicationTag.id
● ID!
non-null scalar
The unique identifier for the communication tag.
CommunicationTag.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
CommunicationTag.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Member Of
CeContactStore
object ● ContactStore
object ● CreateCommunicationTagPayload
object ● Event
object ● MembershipContactStore
object ● MergeDocument
object