Newer Version Available

This content describes an older version of this product. View Latest

Field List

Input representation of a field match that contains the field name and value.
JSON example
1{
2  "fieldList": [
3    {
4      "field": "priority__c",
5      "value": "high"
6    }
7  ]
8}
Properties
Name Type Description Required or Optional Available Version
field String Name of the field. Optional 60.0
value Object Field value of the additional criteria for incoming events. Optional 60.0