JSON representation of the trigger

The following table contains description of trigger definition which may be included in the JSON response of the command /<TaskID>.

Field Value Type Description Import / Execute
id string The ID of the trigger type ✳️
properties object Settings of the trigger ✳️

Import and Execute availability legend

  • ✳️ Required: has to be set in order to create a valid series

Examples

{
  "id": "trigger.filechange",
  "properties": {
    "folderpath": "E:\\Documents",
    "filepath": null,
    "type": "folder"
  }
}
{
  "id": "trigger.serverstart",
  "properties": {}
}