Salesforce · Example Payload

Salesforce Lookup Results Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Top-level fields

Account

Example Payload

Raw ↑
{
  "Account": {
    "count": 42,
    "currentPageToken": "CAUQAA",
    "currentPageUrl": "https://www.example.com",
    "nextPageToken": "CAUQAA",
    "nextPageUrl": "https://www.example.com",
    "previousPageToken": "CAUQAA",
    "previousPageUrl": "https://www.example.com",
    "records": []
  }
}