Salesforce · Example Payload

Salesforce Record10 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesIdDeveloperNameEventChannelFilterExpressionSelectedEntity

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "url": "https://www.example.com"
  },
  "Id": "abc123",
  "DeveloperName": "example_value",
  "EventChannel": "example_value",
  "FilterExpression": "example_value",
  "SelectedEntity": "example_value"
}