PutSalesforceObject 2.0.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.
Tags
put, salesforce, sobject
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success For FlowFiles created as a result of a successful execution.
failure For FlowFiles created as a result of an execution error.
Reads Attributes
Name Description
objectType The Salesforce object type to upload records to. E.g. Account, Contact, Campaign.
Writes Attributes
Name Description
error.message The error message returned by Salesforce.
See Also