Salesforce · Example Payload

Salesforce Associated Contact Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

contactIdemailfirstNamelastName

Example Payload

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