Salesforce · Example Payload

Salesforce Donor3 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

donorTypeorganizationNamefirstNamelastNamephoneemailaddressaccountCustomFields

Example Payload

Raw ↑
{
  "donorType": "example_value",
  "organizationName": "example_value",
  "firstName": "example_value",
  "lastName": "example_value",
  "phone": "example_value",
  "email": "user@example.com",
  "address": [],
  "accountCustomFields": 42
}