> ## 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.

# New Alert

Triggers a workflow on every new alert. In order to fetch the alert details, use the 'ListAlerts' action in your workflow.

**Endpoint**: `/public/v1/data/alerts/update-alerts`

<Note>
  Workflows based on this trigger will search for new events **every minute**.
</Note>

## Sample Event

```json theme={"dark"}
{
	"_id": "5f47d75fc79f324f3aa3a096",
	"updateDate": "2020-08-27T15:55:11.607Z"
}
```
