ENUM
NotificationType
The type of notification.
link GraphQL Schema definition
- enum NotificationType {
- # When a job is assigned to me
- # When a job assigned to me is completed successfully
- # When a job assigned to me is completed unsuccessfully
- # When a job assigned to me is rescheduled
- # When a network alert is generated for one of my alerting rotations
- # When a dispute is created
- # When a dispute status becomes `won` or `lost`
- # When a ticket is assigned to me
- # When a ticket is assigned to a group I belong to
- # When a ticket assigned to me receives a reply
- # When a ticket assigned to a group I belong to receives a reply
- # When a ticket assigned to me receives a comment
- # When a ticket assigned to a group I belong to receives a comment
- # When a task is assigned to me
- # When a task assigned to me is due soon
- # When a task assigned to me is past due
- # When an import completes successfully
- # When an import fails
- # When a purchase order I approved or created could not be emailed to its vendor
- # When any purchase order is approved
- # When a purchase order is canceled
- # When a purchase order created by me is approved
- # When any purchase order is marked as complete
- # When a product request is created and needs approval
- # When a purchase order created by me is rejected
- # When a print to mail batch fails
- # When there are insufficient funds available to send a print to mail batch
- # When a print to mail batch has completed
- # When the funds available for print to mail fall below the configured threshold
- # When the funds available for SMS messages fall below the configured threshold
- # When there are insufficient funds available to send an SMS message
- # When a system backup fails
- # When a Plan is imported from Vetro FiberMap
- # When an inbound mailbox slack integration is disabled due to repeated failures
- # When there are synchronization events for a DHCP Server
- # When there are synchronization events for an Inline Device
- # When there are updates to the Adtran Mosaic cloud live audit
- }
link Require by
- AdtranMosaicSettingAn Adtran Mosaic settings record.
- CallDetailRecordImportAn import of call detail records (CDRs).
- DhcpServerA DHCP server.
- DisputeA dispute.
- FibermapPlanFiberMap plan.
- ImportAn import.
- InboundMailboxAn inbound mailbox.
- InlineDeviceA device that sits inline with customer traffic to impose network policy.
- InventoryItemAn inventory item.
- JobA job, typically in the field.
- NotificationA `Notification`.
- NotificationSettingA user's notification setting.
- NotificationSettingMutationInputUser settings for a `Notification` type.
- PrintToMailBatchA batch of invoices to mail and print.
- PurchaseOrderA purchase order for items from a third party vendor.
- Querynull
- SystemBackupA backup of your Sonar instance's data.
- SystemBackupExportA log of a system backup export attempt.
- TaskA task.
- TicketA ticket.
- UserA user that can login to Sonar.
- VoiceProviderRateImportAn import of voice provider rates.