Salesforce · Example Payload

Salesforce Test Case Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Test Case 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

endTimegeneratedDatainputsstartTimestatustestNumbertestResults

Example Payload

Raw ↑
{
  "endTime": "2026-01-15T10:30:00Z",
  "generatedData": {
    "actionsSequence": "example_value",
    "invokedActions": "example_value",
    "outcome": "example_value",
    "sessionId": "500123",
    "topic": "example_value",
    "citations": "example_value"
  },
  "inputs": {
    "contextVariables": "example_value",
    "conversationHistory": [],
    "utterance": "example_value"
  },
  "startTime": "2026-01-15T10:30:00Z",
  "status": "example_value",
  "testNumber": 10,
  "testResults": []
}