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

**Endpoint**: `/v2/alerts`

<Note>
  Workflows with this trigger check for new events **every 5 minutes by default**. You can adjust this interval in the Trigger settings.
</Note>

## Parameters

<div className="integrations-table">
  | Parameter     | Description                                    |
  | ------------- | ---------------------------------------------- |
  | Triage Status | Select the triage status to filter results by. |
  | Type          | Select the alert type to filter results by.    |
</div>

## Sample Event

```json theme={"dark"}
{
	"action": "Block",
	"alertType": "BadBehavior",
	"assetCount": 1,
	"displayStatus": "Visible",
	"firstOccurredAt": "2024-03-07T11:52:41Z",
	"id": "a1b2c3d4-0000-0000-0000-000000000000",
	"kind": "MaliciousExecutable",
	"lastOccurredAt": "2024-03-07T11:52:41Z",
	"primaryProcess": {
		"artifact": {
			"filePath": "string",
			"kind": "Certificate",
			"sha256": "string"
		},
		"commandLine": "string",
		"kind": "DriverProcessResponse",
		"parentPid": "string",
		"pid": "string",
		"userId": "string",
		"username": "string"
	},
	"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
	"totalOccurrences": 1,
	"triageStatus": "New"
}
```
