Salesforce · Example Payload

Salesforce Record9 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesIdDeveloperNameMasterLabelChannelType

Example Payload

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