Adobe Campaign · Example Payload

Adobe Campaign Classic Subscription Request Example

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

Adobe Campaign Classic Subscription Request Example is an example object payload from Adobe Campaign, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

serviceNamerecipientcreate

Example Payload

Raw ↑
{
  "serviceName": "Example Campaign",
  "recipient": {
    "email": "user@example.com",
    "id": 42
  },
  "create": true
}