Skip to main content

Preset creation flow

Notification Center supports both system-generated and user-created presets. Each flow defines how message templates are created, extended, and customized for notification delivery. The sections below show how presets are built and modified in Notification Center.

Understand preset creation paths

Two preset creation paths are available: basic and advanced.

Flow typeDescription
Basic flowUses a system-provided preset with default message templates.
Advanced flowCreates a new custom preset that can modify or extend existing templates.

View preset creation flow

Flow summary: How users create and customize presets

  • Basic flow: Use the built-in system preset without editing. The message follows the predefined template for the selected destination type.
  • Advanced flow: Create a custom preset to edit message content or add override templates.
    • Define a general message template as the base for all notifications using this preset.
    • Add override templates for specific entity subtypes such as metric threshold or logs immediate alerts.
    • Notification Center merges the general and override layers when rendering messages.

System presets are available by default for each destination type. They use preconfigured message templates aligned with the entity type and destination type schema. System presets work for most use cases. Use a system preset when you do not need to customize notification messages.

Note

Aim for one variation per preset to keep routing simple and reduce template maintenance.

Attach context to the notification

A preset can send supporting context alongside the message, so a responder can judge severity from the channel before opening the Case. Two attachment types are available:

  • Alert graphs: The alert evaluation chart, rendered when the Case opens, so it shows the behavior that triggered the Case rather than the state at the time someone reads the message.
  • Log samples: A sample of the logs behind the Case.

Use the attachments toggle under Settings, then Attachments, to control this per preset. With attachments on, select one of two policies:

OptionWhat it attaches
DefaultAlert graphs and log samples
AllEvery supported attachment type, so a preset picks up new types as they are added

Because the setting lives on the preset, one destination can carry full context while another stays terse, without touching the connector or the router.

Next steps

Use Tera expressions to enrich and personalize notification content in Dynamic templating.

Last updated on