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
Salesforce application.Query— SOQLSELECTagainst active records. -QueryAll— SOQLSELECTincluding soft-deleted and archived records. -Search— SOSLFINDtext search. -Search Parametrized— Parametrized search with structured filters (object, fields, where clauses, …).
The SOQL/SOSL string or parametrized search configuration.
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 response returned by the Salesforce REST API.