Skip to content

SmartCampaignFlowStepActionType

Type: object

Properties

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

Generated example

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

Referenced models

Source

Generated from swagger-asset.json.