Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "operation": "add",
  "selection": {
    "selection_base": "contactfield",
    "criterion": {
      "field_name": "firstname",
      "operation": "equals",
      "value": "Max"
    }
  }
}

Attribute “fieldname” “selection_base” must be set to “contactfield” constant and denotes that such rules are based on contactfields. Mandatory attribute.

...