Salesforce · Example Payload

Salesforce Page Reference6 Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

attributesstatetype

Example Payload

Raw ↑
{
  "attributes": {
    "objectApiName": "example_value",
    "actionName": "example_value"
  },
  "state": "example_value",
  "type": "example_value"
}