Adobe Campaign · Example Payload

Adobe Campaign Classic Session Logon Request Example

Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

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

Top-level fields

strLoginstrPassword

Example Payload

Raw ↑
{
  "strLogin": "example_value",
  "strPassword": "example_value"
}