Adobe Campaign · JSON Structure

Adobe Campaign Classic Workflow Request Structure

SOAP envelope containing the workflow internal ID for start/stop operations.

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

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

Properties

workflowId

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-classic-workflow-request-structure.json",
  "name": "WorkflowRequest",
  "description": "SOAP envelope containing the workflow internal ID for start/stop operations.",
  "type": "object",
  "properties": {
    "workflowId": {
      "type": "int32",
      "description": "Internal ID of the workflow.",
      "example": 42
    }
  }
}