Salesforce · Example Payload

Salesforce Publishsingleevent Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

Annual_Mileage__cCurrent_Vehicle__cModel_Year__c

Example Payload

Raw ↑
{
  "Annual_Mileage__c": 10,
  "Current_Vehicle__c": "example_value",
  "Model_Year__c": 10
}