Salesforce · Example Payload

Salesforce Feed Elements Postand Search Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Feed Elements Postand Search Request 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

bodycapabilitiessubjectIdfeedElementType

Example Payload

Raw ↑
{
  "body": {
    "messageSegments": []
  },
  "capabilities": {
    "files": {
      "items": []
    }
  },
  "subjectId": "500123",
  "feedElementType": "example_value"
}