HTML Event Interaction

Define actions that happen when a specific HTML event is dispatched on an element.

Use this interaction to listen for standard or custom events and trigger actions when those events occur.

Interaction Settings

Option Default Type Description
HTML Event Name None Text Field

The attribute value to match.

If provided, the interaction will trigger only when the attribute’s value exactly matches this.

If left blank, the interaction will trigger based solely on whether the attribute was added or removed, regardless of its value.