Salesforce · Example Payload

Salesforce Message Segment1 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Message Segment1 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

motifreferencetexttype

Example Payload

Raw ↑
{
  "motif": {
    "color": "example_value",
    "largeIconUrl": "https://www.example.com",
    "mediumIconUrl": "https://www.example.com",
    "smallIconUrl": "https://www.example.com",
    "svgIconUrl": "https://www.example.com"
  },
  "reference": {
    "id": "abc123",
    "url": "https://www.example.com"
  },
  "text": "example_value",
  "type": "example_value"
}