FireTail's notification integrations allow for customizable payloads, enabling you to modify tokens and text. These customizable tokens are dynamic variables that pull information from triggered alerts or incidents. You can add, remove, or adjust these tokens in the following integrations:
Tokens are dynamic variables that are automatically filled with data from an alert. For example, the token {alert_timestamp}
will be replaced with the time the alert was triggered, displayed in UTC format, such as 21/04/2023T12:35:36
.
The payload contains dynamic variables which you can adjust and customize to suit your requirements.
For a list of all tokens, go to Dynamic variables.
Below is an example of a Slack notification payload that uses dynamic variables:
When triggered, this payload will send an alert to Slack that includes the alert name, trigger time, and condition, along with a link to view more details.
You can add, remove and change tokens and text in the payload. For example:
You can modify the payload by adding or removing tokens as needed. Below is an example of a customized payload with additional tokens:
This customized example includes additional tokens like alert_type
and alert_uuid
, giving you more detailed information when the alert is triggered.
For a list of all tokens, go to Dynamic variables.