Adobe Experience Cloud · Example Payload

Journey Optimizer Api Content Template List Example

AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Journey Optimizer Api Content Template List Example is an example object payload from Adobe Experience Cloud, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

templatestotalCount

Example Payload

Raw ↑
{
  "templates": [
    {
      "id": "abc123",
      "name": "Example Name",
      "channel": "example",
      "content": {},
      "createdAt": "2025-03-15T14:30:00Z"
    }
  ],
  "totalCount": 35
}