Salesforce · Example Payload

Salesforce Associated Contact Details Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Associated Contact Details 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

firstNamelastNameemailallowDuplicateRecords

Example Payload

Raw ↑
{
  "firstName": "example_value",
  "lastName": "example_value",
  "email": "user@example.com",
  "allowDuplicateRecords": "example_value"
}