StoreDataValve
Valve to be used with legacy STORE-DATA command.
Converts a request property to an item property.
Properties
Example Configuration
{
"name": "StoreDataValve",
"config": {
"dest_id":"example_data",
"key":"mobile_number",
"value":"{{request.mobile}}"
}
}
Requirements
Item set must have at least one entry.