Skip to main content

CRM: Salesforce

Run read-side Salesforce calls — SOQL Query / QueryAll, SOSL Search, or a parametrized search — and emit the response as JSON. For write operations (insert / upsert / update / delete) use CRM::SalesforceIngest.

Pre-requisite: Install Salesforce application in Profile > {Organization} > Applications to grant Zparse access.

Parameters

InstanceREQUIRED
Configured Salesforce application.
EndpointREQUIRED
  • Query — SOQL SELECT against active records. - QueryAll — SOQL SELECT including soft-deleted and archived records. - Search — SOSL FIND text search. - Search Parametrized — Parametrized search with structured filters (object, fields, where clauses, …).
Query / Search

The SOQL/SOSL string or parametrized search configuration.

Dynamic

When enabled, the query / search body is read from the input connector at runtime instead of being baked into the node configuration.

Input

The input connector shape depends on the selected endpoint and on whether Dynamic is enabled — when off, the node has no input connector; when on, it exposes a connector matching the chosen endpoint's request shape.

Output

JSON

JSON response returned by the Salesforce REST API.