Salesforce · Example Payload

Salesforce Version Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

apiNameenabledidnameshowExplExternallystartDatestepsvariablesversionNumber

Example Payload

Raw ↑
{
  "apiName": "example_value",
  "enabled": true,
  "id": "abc123",
  "name": "Example Title",
  "showExplExternally": true,
  "startDate": "example_value",
  "steps": [],
  "variables": [],
  "versionNumber": 10
}