Skip to content

Flow

Type: object

Flow steps of a smart campaign

Properties

Property Type Required Description Constraints
steps array No

Generated example

{
  "steps": [
    {
      "id": 123,
      "activityTypeId": 123,
      "activityTypeName": "Example name",
      "stepChoice": [
        {
          "id": 123,
          "default": true,
          "attributes": [
            {
              "id": 123,
              "activityTypeAttribId": 123,
              "name": "Example name",
              "dataType": "string",
              "value": "string"
            }
          ],
          "rule": {
            "name": "Example name",
            "operator": "string",
            "ruleType": "activity",
            "ruleTypeId": {
              "id": null,
              "type": null
            },
            "values": [
              "string"
            ]
          }
        }
      ]
    }
  ]
}

Referenced models

Source

Generated from swagger-asset.json.