Salesforce Marketing Cloud · Example Payload

Salesforce Marketing Cloud Contact Example

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Salesforce Marketing Cloud Contact Example is an example object payload from Salesforce Marketing Cloud, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

contactKeycontactIDcontactStatuscreatedDatemodifiedDateattributeSets

Example Payload

Raw ↑
{
  "contactKey": "example_value",
  "contactID": "500123",
  "contactStatus": "example_value",
  "createdDate": "example_value",
  "modifiedDate": "example_value",
  "attributeSets": []
}