Salesforce · Example Payload

Salesforce Record4 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Record4 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

attributesnamephonewebsitenumberOfEmployeesindustry

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "referenceId": "500123"
  },
  "name": "Example Title",
  "phone": "example_value",
  "website": "example_value",
  "numberOfEmployees": "example_value",
  "industry": "example_value"
}