Salesforce
App IntegrationsSalesforce Node
Overview
Supports the following operations: Create Lead, Create Contact, Create Account, Create Opportunity, Update Record, Search Records (SOQL).
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
sobjectType | string | — | Configuration field for sobjectType |
recordId | string | — | Configuration field for recordId |
soqlQuery | string | — | Configuration field for soqlQuery |
fieldMapping | string | — | Configuration field for fieldMapping |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{salesforce.id}}anyOutput field: id
{{salesforce.success}}anyOutput field: success
{{salesforce.errors}}anyOutput field: errors
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"sobjectType": "value",
"recordId": "value",
"soqlQuery": "value",
"fieldMapping": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Salesforce in Your Workflow
Create a free account and start building AI-powered workflows with the Salesforce node.
Open Workflow Editor