Salesforce · Example Payload

Salesforce Subject Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

entityLabelidmotifmySubscriptionnametypeurl

Example Payload

Raw ↑
{
  "entityLabel": {
    "label": "Example Title",
    "labelPlural": "example_value"
  },
  "id": "abc123",
  "motif": {
    "color": "example_value",
    "largeIconUrl": "https://www.example.com",
    "mediumIconUrl": "https://www.example.com",
    "smallIconUrl": "https://www.example.com",
    "svgIconUrl": "https://www.example.com"
  },
  "mySubscription": "example_value",
  "name": "Example Title",
  "type": "example_value",
  "url": "https://www.example.com"
}