---
title: "Event Tagger"
slug: "dataflow-nodes-event-tagger"
updated: 2025-04-30T06:21:55Z
published: 2025-04-30T06:21:55Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.knovvu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Tagger

This node attaches the [Tags](/v1/docs/dataflow-architecture-textual-data#events) defined in the parameters to the incoming events.

## Parameters

| name | description | default |
| --- | --- | --- |
| Tags | Semicolon-Separated (;) list of the tags that will be attached to incoming events. |  |

## Inputs

### Audio

None.

### Events

Accepts Everything

## Outputs

### Audio

None.

### Events

Appends the tags to the incoming event and outputs it as is.

## Remarks

### Supported flow types

Batch, Stream

## Release Notes

****v3.4.0****

    
    

- Introduced Node.
