ItemCreateFromRequestValve
Valve for creating a new item and adding all request parameters as item properties.
If the configured id of the item does not exist, it will be created.
Properties
Example Configuration
{      
  "name": "ItemCreateFromRequestValve",
  "enabled": "true",
  "config": {
    "dest_id": "{{request.dn}}"
  }
}