Salesforce · Example Payload

Salesforce Promotions Creation Request Example

A sample description.

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Promotions Creation Request Example is an example object payload from Salesforce, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namestartDateTimedisplayNamepriorityNumberdescriptionendDateTimeobjectiveloyaltyProgramadditionalFieldValuespromotionLimitspromotionEligibility

Example Payload

Raw ↑
{
  "name": "Example Title",
  "startDateTime": "2026-01-15T10:30:00Z",
  "displayName": "example_value",
  "priorityNumber": 10,
  "description": "A sample description.",
  "endDateTime": "2026-01-15T10:30:00Z",
  "objective": "example_value",
  "loyaltyProgram": {
    "name": "Example Title"
  },
  "additionalFieldValues": {
    "attributes": {
      "promotionLocation__c": "example_value"
    }
  },
  "promotionLimits": {
    "perLineItemLimit": 10,
    "vouchersLimit": 10,
    "vouchersPerCustomerLimit": 10,
    "perCartLimit": 10,
    "usePerCustomerLimit": 10,
    "liabilityLimit": 10,
    "loyaltyProgramCurrency": {
      "id": "abc123"
    },
    "pointsPerCustomerLimit": 10
  },
  "promotionEligibility": {
    "eligibleProductCategories": [],
    "eligibleProducts": [],
    "eligibleChannels": [],
    "eligibleCustomerEvents": {
      "event": "example_value",
      "eventPeriodUnit": "example_value"
    },
    "eligibleEnrollmentPeriod": {
      "isEnrollmentRequired": true,
      "enrollmentStartDate": "example_value",
      "enrollmentEndDate": "example_value"
    },
    "eligibleLoyaltyTiers": []
  }
}