Skip to content

SmartCampaignFlowStepType

Type: object

Flow step type valid for use as a flow step choice condition

Properties

Property Type Required Description Constraints
id integer (int32) Yes Id of the flow step type
name string Yes Name of the flow step type
constraints array No

Generated example

{
  "id": 123,
  "name": "Example name",
  "constraints": [
    {
      "id": 123,
      "type": "activity"
    }
  ]
}

Referenced models

Source

Generated from swagger-asset.json.