Adobe Campaign · JSON Structure

Adobe Campaign Standard Workflow Command Structure

WorkflowCommand from Adobe Campaign API

Type: object Properties: 1 Required: 1
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

WorkflowCommand is a JSON Structure definition published by Adobe Campaign, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

method

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-standard-workflow-command-structure.json",
  "name": "WorkflowCommand",
  "description": "WorkflowCommand from Adobe Campaign API",
  "type": "object",
  "properties": {
    "method": {
      "type": "string",
      "enum": [
        "start",
        "pause",
        "resume",
        "stop"
      ],
      "description": "The workflow control command to execute.",
      "example": "start"
    }
  },
  "required": [
    "method"
  ]
}