Docs/App Integrations/Salesforce

Salesforce

App Integrations

Salesforce Node

Overview

Supports the following operations: Create Lead, Create Contact, Create Account, Create Opportunity, Update Record, Search Records (SOQL).

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
sobjectTypestring—Configuration field for sobjectType
recordIdstring—Configuration field for recordId
soqlQuerystring—Configuration field for soqlQuery
fieldMappingstring—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