Skip to content

Execute Action

Item Action Types

Executes an item action that is stored in a file.

Type ID: ra_additions:execute_action

Fields

Field Type Default Description
item_action String optional The Identifier of the tag or action file to be executed

Example

{
  "type": "ra_additions:execute_action",
  "item_action": "ra_additions:modify_item_example"
}

This example will run the ra_additions:modify_item_example item action.