Salesforce · Example Payload

Salesforce Bulk 2 Query Job Request Example

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Salesforce Bulk 2 Query Job Request Example is an example object payload from Salesforce, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationquerycontentTypecolumnDelimiterlineEnding

Example Payload

Raw ↑
{
  "operation": "query",
  "query": "SELECT Id, Name, Email, Phone FROM Contact WHERE CreatedDate = LAST_YEAR",
  "contentType": "CSV",
  "columnDelimiter": "COMMA",
  "lineEnding": "LF"
}