ItemCreateFromRequestValve

Valve for creating a new item and adding all request parameters as item properties.

Properties

Name Description Default value Mandatory Supports property expansion
dest_id Id of new item Yes Yes

Example Configuration

{      
  "name": "ItemCreateFromRequestValve",
  "enabled": "true",
  "config": {
    "dest_id": "{{request.dn}}"
  }
}

Requirements