Triggers
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True | Automatically assigned when created. | |
Title | String | False | The title of the trigger. | |
Active | Boolean | False | Whether the trigger is active. | |
Position | Integer | False | Position of the trigger, determines the order they will execute in. | |
ConditionsAll | String | False | An object that describes the conditions under which the trigger will execute. | |
ConditionsAny | String | False | An object that describes the conditions under which the trigger will execute. | |
Actions | String | False | An object describing what the trigger will do. | |
Description | String | False | The description of the trigger. | |
CreatedAt | Datetime | True | The time the trigger was created. | |
UpdatedAt | Datetime | True | The time of the last update of the trigger. |
Last updated