PutSalesforceObject 2.3.0¶
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.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
oauth2-access-token-provider |
Service providing OAuth2 Access Tokens for authenticating using the HTTP Authorization Header |
read-timeout |
Maximum time allowed for reading a response from the Salesforce REST API |
record-reader |
Specifies the Controller Service to use for parsing incoming data and determining the data’s schema |
salesforce-api-version |
The version number of the Salesforce REST API appended to the URL after the services/data path. See Salesforce documentation for supported versions |
salesforce-url |
The URL of the Salesforce instance including the domain without additional path information, such as https://MyDomainName.my.salesforce.com |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
For FlowFiles created as a result of an execution error. |
success |
For FlowFiles created as a result of a successful execution. |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
error.message |
The error message returned by Salesforce. |