Skip to main content

List Salesforce Records

GET 

/api/integrations/:integration_id/salesforce/records/:resource

List a Salesforce object's records for the node-config record-ID dropdown.

Returns a tiny [{id, name}] payload (only Id + label fields are SELECTed, never the full record). The LIMIT is always present in the SOQL, so even the paginating soql_query helper never pulls a whole org to the browser. Optional query pushes a LIKE filter down to Salesforce.

Request

Responses

Successful Response