Salesforce · Example Payload

Salesforce Actions22 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

actionListContextactionTargetactionTargetTypeapiNameexternalIdiconUrlidisMassActionlabellwcComponentprimaryColorrelatedListRecordIdrelatedSourceObjectsectionsourceObjectsubtypetargetObjecttargetUrltype

Example Payload

Raw ↑
{
  "actionListContext": "example_value",
  "actionTarget": "example_value",
  "actionTargetType": "example_value",
  "apiName": "example_value",
  "externalId": "500123",
  "iconUrl": "https://www.example.com",
  "id": "abc123",
  "isMassAction": "example_value",
  "label": "Example Title",
  "lwcComponent": "example_value",
  "primaryColor": "example_value",
  "relatedListRecordId": "500123",
  "relatedSourceObject": "example_value",
  "section": "example_value",
  "sourceObject": "example_value",
  "subtype": "example_value",
  "targetObject": "example_value",
  "targetUrl": "https://www.example.com",
  "type": "example_value"
}