PutSalesforceObject 2025.10.9.21

Bundle

org.apache.nifi | nifi-salesforce-nar

Description

Creates new records for the specified Salesforce sObject. The type of the Salesforce object must be set in the input flowfile ‘s’ objectType’ attribute. This processor cannot update existing records.

Tags

put, salesforce, sobject

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
oauth2-access-token-providerService providing OAuth2 Access Tokens for authenticating using the HTTP Authorization Header
read-timeoutMaximum time allowed for reading a response from the Salesforce REST API
record-readerSpecifies the Controller Service to use for parsing incoming data and determining the data’s schema
salesforce-api-versionThe version number of the Salesforce REST API appended to the URL after the services/data path. See Salesforce documentation for supported versions
salesforce-urlThe URL of the Salesforce instance including the domain without additional path information, such as https://MyDomainName.my.salesforce.com

Relationships

NameDescription
failureFor FlowFiles created as a result of an execution error.
successFor FlowFiles created as a result of a successful execution.

Writes attributes

NameDescription
error.messageThe error message returned by Salesforce.

See also