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

Triggers a workflow on every new event matching a given query.

**Endpoint**: `/v1.0/event/query`

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

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                   |
  | ----------- | ----------------------------- |
  | Description | The description of the event. |
  | Event Types | The event types.              |
  | Scopes      | The scopes for the request.   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter            | Description                            |
  | -------------------- | -------------------------------------- |
  | Confidence Indicator | The confidence indicator of the event. |
  | Event States         | The event states.                      |
  | Severities           | The event severities.                  |
</div>

## Sample Event

```json theme={"dark"}
{
  "eventId": "b6dzd2das24423213ffa3849ccf68f52",
  "customerId": "myCompany",
  "saas": "office365_emails",
  "entityId": "321ee437asa6043d93c55e92h2f3z6c",
  "state": "new",
  "type": "phishing",
  "confidenceIndicator": "malicious",
  "eventCreated": "2024-05-07T00:54:23.671820+00:00",
  "severity": "4",
  "description": "Phishing attempt detected in an email from joeSmith@gmail.com",
  "data": "#{"entityId": "321ee437asa6043d93c55e92h2f3z6c"}",
  "additionalData": null,
  "availableEventActions": null,
  "actions": [],
  "senderAddress": "jonDoe@gmail.com",
  "entityLink": "https://portal.checkpoint.com/dashboard/email&collaboration/CG34?route=cHJvZFDSF3samZasdAEDF12DSAdsahaWxzX2VtYWlADA21ASDGMJNBdlMDk0ZmE2MDRjYmQ5M2M1NWU5YzkyMDZj"
}
```
