Adobe Campaign · Example Payload

Adobe Campaign Standard Transactional Event Example

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

Adobe Campaign Standard Transactional Event Example is an example object payload from Adobe Campaign, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

emailmobilePhonepushPlatformctxscheduledexpiration

Example Payload

Raw ↑
{
  "email": "user@example.com",
  "mobilePhone": "example_value",
  "pushPlatform": "apns",
  "ctx": {},
  "scheduled": "example_value",
  "expiration": "example_value"
}