GraphQL OBJECT

HistoryReason

link Definition

  • type HistoryReason {
  • # Contact reason name.
  • name: String!
  • # Category of the contact reason.
  • historyCategory: HistoryCategory
  • # Contact reason code.
  • id: HistoryReasonEnum
  • # Indicates whether the history event requires a manually entered subject line.
  • requiresManualShort: Boolean!
  • }