Salesforce · Example Payload

Salesforce Record3 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributeslastnameTitleemail

Example Payload

Raw ↑
{
  "attributes": {
    "type": "example_value",
    "referenceId": "500123"
  },
  "lastname": "example_value",
  "Title": "Example Title",
  "email": "user@example.com"
}