ENUM

NotifiableType

The type of entity that is related to this Notification.

link GraphQL Schema definition

  • enum NotifiableType {
  • # A `Task`.
  • Task
  • # A `Ticket`.
  • Ticket
  • # A `Job`.
  • Job
  • # An `InventoryItem`.
  • InventoryItem
  • # A `PurchaseOrder`.
  • PurchaseOrder
  • # A `Print to mail batch`.
  • PrintToMailBatch
  • # An `InboundMailbox`.
  • InboundMailbox
  • # An `Import`.
  • Import
  • # A `SystemBackup`.
  • SystemBackup
  • # A `SystemBackupExport`.
  • SystemBackupExport
  • # A `CallDetailRecordImport`.
  • CallDetailRecordImport
  • # A `VoiceProviderRateImport`.
  • VoiceProviderRateImport
  • # A `Fibermap Plan`.
  • FibermapPlan
  • }