Adobe Campaign · JSON Structure

Adobe Campaign Standard Service Create Structure

ServiceCreate from Adobe Campaign API

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

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

Properties

name label messageType

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-service-create-structure.json",
  "name": "ServiceCreate",
  "description": "ServiceCreate from Adobe Campaign API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Campaign"
    },
    "label": {
      "type": "string",
      "example": "Example Campaign"
    },
    "messageType": {
      "type": "string",
      "enum": [
        "email",
        "sms",
        "push"
      ],
      "example": "email"
    }
  },
  "required": [
    "label"
  ]
}