Description
Enterprise connector for Salesforce via the official REST API: run SOQL queries plus CRUD on any sObject — six operations covering the full enterprise CRM cycle.
community_salesforce · action · Utility · Available · v1.0.0
Enterprise connector for Salesforce via the official REST API: run SOQL queries plus CRUD on any sObject — six operations covering the full enterprise CRM cycle.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
integrationLabelEtichetta integration (opzionale) | string | no | — | — |
operationOperazione | enumquerycreateupdateupsertdeleteget | yes | query | — |
sobjectSObject name (es. Account, Lead, Opportunity) | expression | no | — Lead | Required per create/update/upsert/delete/get. Es. Account, Lead, Contact, Opportunity, custom__c. |
soqlSOQL query (per operation=query) | code | no | — SELECT Id, Name, Email FROM Lead WHERE CreatedDate = TODAY LIMIT 100 | Required per operation=query. SOQL standard Salesforce. |
recordIdRecord ID (per update/get/delete) | expression | no | — | Salesforce ID 15/18-char. Required per update/get/delete. |
externalIdFieldExternal ID field (per upsert) | string | no | — External_ID__c | Required per upsert. Campo custom Salesforce marcato come External ID. |
externalIdValueExternal ID value (per upsert) | expression | no | — | Required per upsert. Valore univoco esterno (es. UUID workflow, ID CRM esterno). |
recordJsonRecord fields (JSON, per create/update/upsert) | code | no | — { "FirstName": "Mario", "LastName": "Rossi", "Company": "Acme" } | Required per create/update/upsert. Object con campi Salesforce (case-sensitive). |
Fields available to downstream nodes via $node.<alias>.json.<field>:
okdatarecordscounttotalSizerecordIdcreatedJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-community_salesforce-1",
"defId": "community_salesforce",
"label": "Salesforce: SOQL + REST",
"config": {
"operation": "query"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes