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

# Timeline Event

> Triggers a workflow on a Case Management timeline event.

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

## Parameters

<div className="flow-table">
  | Parameter    | Description                                                                                        |
  | ------------ | -------------------------------------------------------------------------------------------------- |
  | Event Type   | Filters the timeline events based on the selected event types. Multiple event types can be chosen. |
  | Fields Names | Specifies the fields on which the workflow should be triggered.                                    |
  | Table Name   | Specifies the table on which the workflow should be triggered.                                     |
</div>

## Sample Event

```json theme={"dark"}
   {
      "modifier": "emmanuel.appiah@owens-minor.com",
      "parsed_event": "Alerts: 'Trojan - Firewall Rule Added For Program With All Protocols Allowed' linked by emmanuel.appiah@owens-minor.com",
      "event_data": "",
      "event_field": "case_ids",
      "event_type": "entity_modified",
      "event_time": 1753904339889,
      "table_name": "alerts",
      "entity_name": "Trojan - Firewall Rule Added For Program With All Protocols Allowed",
      "entity_id": "a8c39dac-7df0-4adb-a812-d96f94037ced",
      "case_id":"<caseID>",
      "case_name":"<casename>"
    }
```
