# FX Event Triggers

## Overview

In the following section, all FX event triggers and their characteristics will be presented.&#x20;

Generally, these event triggers are customized and can be configured as desired.

The purpose is to provide the option to connect a specific FX activity to a particular event or button.

## Trigger 'limitations'

### Project trigger

Six out of the 22 FX event triggers can be accessed from within the Action menu.

These actions are linked with the following triggers:

* Open -> [Open\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/open_project.md)
* Custom -> [Custom\_FX](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/custom_fx.md)
* Restore saves -> [Restore\_Save](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/restore_save.md)
* Edit -> [Edit\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/edit_project.md)
* Duplicate -> [Duplicate\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/duplicate_project.md)
* Delete -> [Delete\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/delete_project.md)

There is one additional trigger that can be indirectly accessed from within the 'Add Project' dialog box when creating a new project from an imported project file.

* Import -> [Import\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/import_project.md)

<figure><img src="/files/UoDj5qsWzT4ELT3SWVcQ" alt="" width="241"><figcaption><p>HelmutFX Trigger</p></figcaption></figure>

### Adobe driven trigger

If the state of an Adobe project changes, certain triggers will be executed. These triggers are associated with the following triggers:

* Premiere Pro: Open a project -> [Open\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/open_project.md) (depending on PR configuration)
* Close a project -> [Unlock\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/unlock_project.md)

### Helmut4 Client driven

When a user logs into the website and a Helmut4 client with the correct version is running, it will trigger the [Connected](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/connected.md) event. Logging out from the website will trigger the [Disconnected](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/disconnected.md) trigger instead.

## Available trigger

* [Connected](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/connected.md)
* [Create\_Category](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/create_category.md)
* [Create\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/create_project.md)
* [Create\_User](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/create_user.md)
* [Custom\_FX](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/custom_fx.md)
* [Custom\_User](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/custom_user.md)
* [Delete\_Category](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/delete_category.md)
* [Delete\_Group](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/delete_group.md)
* [Delete\_Template](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/delete_template.md)
* [Delete\_User](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/delete_user.md)
* [Disconnected](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/disconnected.md)
* [Duplicate\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/duplicate_project.md)
* [Edit\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/edit_project.md)
* [Import\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/import_project.md)
* [Open\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/open_project.md)
* [Post\_Create\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/post_create_project.md)
* [Restore\_Save](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/restore_save.md)
* [Unassigned](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/unassigned.md)
* [Unlock\_Project](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/unlock_project.md)
* [Upload\_Template](/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers/upload_template.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.8.1/helmut4-components/helmutfx/streams/fx-event-triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
