Skip to main content

Salesforce

Integrate with Salesforce. Salesforce node in ActionFlows. Inputs, outputs, and how to use it.

Salesforce

Overview

Integrate with Salesforce.

Requirements

Credential Required

This node likely requires an integration credential. Add the related API key/secret from Integrations before execution.

Inputs

Standard Inputs

  • Fieldsjson · optional

    JSON object containing the field names and their values

    Required
    No
    Multiple
    No
  • Object Typetext · required

    The type of Salesforce object to interact with

    Required
    Yes
    Multiple
    No
  • Operationselect · optional

    The operation to perform on the Salesforce object

    Required
    No
    Multiple
    No
    Default
    create
    Options
    createupdatereadsearch
  • Querytext · optional

    Salesforce Object Query Language (SOQL) string for search operations

    Required
    No
    Multiple
    No
  • Record IDtext · optional

    The unique identifier of the Salesforce record for update/read operations

    Required
    No
    Multiple
    No

Outputs

  • Object Datajson

    The object data returned from Salesforce

  • Object IDtext

    Unique identifier of the Salesforce object

  • Successboolean

    Success state of the Salesforce operation