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

# Activity Event

> Triggers a workflow on a Case Management activity 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 activity events based on the selected event types. Multiple event types can be chosen. |
  | Table Name  | Specifies the table on which the workflow should be triggered.                                     |
  | Fields Name | Specifies the fields on which the workflow should be triggered.                                    |
</div>

## Sample Event

```json theme={"dark"}
{
    "case_uuid": "3638ec87-3a9e-40f7-a23e-367a3a115ac1",
    "entity_id": "b5f7e008-e381-4e5c-9f19-4240fbb71b3e",
    "entity_name": "Phishing Email Analysis",
    "event_data": "Lorem ipsum",
    "event_field": "description",
    "event_time": 1756639422904,
    "event_type": "entity_modified",
    "modifier": "blink@blinkops.com",
    "parsed_event": "Alerts: 'Phishing Email Analysis' Description changed to Lorem ipsum by blink@blinkops.com",
    "table_name": "alerts"
}
```
