Execute Action
Executes a block action that is stored in a file.
Type ID: ra_additions:execute_action
Fields
| Field | Type | Default | Description |
|---|---|---|---|
block_action |
String | optional | The Identifier of the tag or action file to be executed |
Example
{
"type": "ra_additions:execute_action",
"block_action": "ra_additions:add_block"
}
This example will run the ra_additions:add_block block action.