> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Alert

This action modifies the properties of an existing alert.

## Parameters

<div className="integrations-table">
  | Parameter                  | Description                                                                                                                                                   |
  | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Condition Threshold        | The number of log occurrences that is needed to trigger the alert.                                                                                            |
  | Condition Timeframe        | The bounded time frame for the threshold to be occurred within, to trigger the alert.                                                                         |
  | Condition Type             | Type of condition. Must be included if the threshold or timeframe fields are updated.                                                                         |
  | Expiration                 | Alert expiration date (to the day).                                                                                                                           |
  | ID                         | Alert ID.                                                                                                                                                     |
  | Is Active                  | Determines whether the alert is active or not.                                                                                                                |
  | Log Filter Filter Type     | Type of the log filter.                                                                                                                                       |
  | Log Filter Text            | The log text that we wanted to be notified on. Can be in an `advanced` format for more accurate results (required when choosing `Filter Type` as `template`). |
  | Name                       | Alert name.                                                                                                                                                   |
  | Notifications Emails       | A comma-separated list of email address to notify when the alert was triggered.                                                                               |
  | Notifications Integrations | A comma-separated list of integration channels to notify when the alert was triggered (Each item in the array is the alias name of the integration).          |
  | Severity                   | Alert severity.                                                                                                                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "success",
	"message": "Alert updated successfully",
	"alert_id": "ae91e24e-68a9-4f45-97db-4ee837952991",
	"unique_identifier": "72bfcf0c-088d-4c14-a5f6-b51420efd06a"
}
```

## Workflow Library Example

[Update Alert with Coralogix and Send Results Via Email](https://library.blinkops.com/workflows/update-alert-with-coralogix-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-alert-with-coralogix-and-send-results-via-email/canvas" />
</div>
