Presets overview
A preset defines the message content and format for notifications sent from Coralogix to external systems such as Slack, PagerDuty, or Generic HTTPS. Each preset determines what data is included in a notification and how it is formatted. Presets can be reused across multiple connectors to maintain consistent message structures.
Understand preset types
Notification Center supports two preset types:
| Preset type | Description |
|---|---|
| System preset | A read-only preset provided by Coralogix. Use this when no customization is required. |
| Custom preset | A user-defined preset that allows full customization of message templates and logic. |
Each preset follows the schema of its destination type and entity (alert or case).
For supported destinations, see Destination types
Understand preset layers
Presets are composed of configuration layers that define the final rendered message.
| Layer | Purpose |
|---|---|
| General layer | Defines the default template for all notifications using this preset. |
| Override layer | Defines subtype-specific templates. Overrides the general layer when applicable. |
At runtime, Notification Center merges these layers to produce the final message payload.
Create a custom preset
Use presets to define message content for a specific destination type.
Select Integrations, then Notification Center, then Presets.
Open the tab for the entity type you want to configure (Alert or Case).
Select the destination type for the new preset.
Select + New preset.
Enter a name and description.
In the Message section, configure the template:
- General: Pre-populated from the system preset to help you get started. Modify the fields available for your destination type.
- Override templates (optional): Add subtype-specific overrides.
- Use the Preview panel to view the rendered message.
Select Send test notification to verify output.
- Choose a connector for delivery.
- Notification Center sends a test payload using an example schema.
Note
Dynamic connector fields are ignored for test notifications.
Select Create preset to save.
The new preset becomes available for reuse across connectors and routing rules.
Edit an existing preset
- In the Presets tab, locate the preset you want to modify.
- Select Edit from the Actions menu.
- Update variables, templates, or logic.
- Select Save changes.
Changes apply automatically to all router destinations using that preset.
Manage existing presets
Manage all configured presets from the Presets list. Each entry shows its name, preset type, and last update date.
Available actions
- View preset configuration
- Edit templates and logic
- Duplicate a preset to reuse configuration
- Delete unused presets
- Send test notification to validate output
Presets referenced in routers or connectors must be unlinked before deletion.
Understand notification rendering
When an alert or case triggers a notification, Notification Center merges preset layers to build the final message. The rendering flow differs for system presets and custom presets.
See the following for more detail:
Check required permissions
Creating or editing presets requires specific permissions.
See Roles and Permissions
Next steps
- Preset message rendering flow: Understand how General and Override layers merge at runtime
- Preset creation flows: Decide when to use system presets or custom presets
- Routing overview: Attach presets to destinations in routing rules for consistent formatting across alerts
