> ## 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**: `https://{accountName}.logicmonitor.com/santaba/rest/alert/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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Fields    | A comma delimited list of fields. Filters the response to only include the listed fields for each object.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  | Filter    | Filters the response to include only the results that include the specified value. <br />You can substitute \_all with a field name to filter on only a specific field. <br />Note that filtering is only available for id, type, acked, rule, chain, severity, cleared, sdted, startEpoch, <br />monitorObjectName, monitorObjectGroups, resourceTemplateName, instanceName, and dataPointName. <br /><br />Operators include: <br />Greater than or equals: `>:`<br />Less than or equals: `<:`<br />Greater than: `>`<br />Less than: `<`<br />Does not equal: `!:`<br />Equals: `:`<br />Includes: `~`<br />Does not include: `!~` |
</div>

## Sample Event

```json theme={"dark"}
{
	"resourceId": 0,
	"anomaly": true,
	"instanceName": "string",
	"monitorObjectId": 0,
	"endEpoch": 0,
	"rule": "string",
	"threshold": "string",
	"type": "string",
	"startEpoch": 0,
	"enableAnomalyAlertGeneration": "string",
	"internalId": "string",
	"ackComment": "string",
	"monitorObjectName": "string",
	"dataPointName": "string",
	"instanceId": 0,
	"dataPointId": 0,
	"suppressDesc": "string",
	"nextRecipient": 0,
	"suppressor": "string",
	"id": "string",
	"detailMessage": {},
	"ruleId": 0,
	"tenant": "string",
	"alertValue": "string",
	"adAlert": true,
	"ackedBy": "string",
	"severity": 0,
	"sdted": true,
	"ackedEpoch": 0,
	"chain": "string",
	"SDT": {},
	"subChainId": 0,
	"enableAnomalyAlertSuppression": "string",
	"receivedList": "string",
	"monitorObjectType": "string",
	"customColumns": {},
	"acked": true,
	"resourceTemplateType": "string",
	"clearValue": "string",
	"instanceDescription": "string",
	"dependencyRoutingState": "string",
	"monitorObjectGroups": {},
	"dependencyRole": "string",
	"chainId": 0,
	"resourceTemplateId": 0,
	"cleared": true,
	"adAlertDesc": "string",
	"resourceTemplateName": "string"
}
```
