Salesforce · Example Payload

Salesforce Attributes15 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

typeproperties

Example Payload

Raw ↑
{
  "type": "example_value",
  "properties": {
    "type": {
      "type": "example_value"
    },
    "url": "https://www.example.com"
  }
}