SalesforceSalesforce / Upload File

appKey: salesforce
actionKey: upload-file

Action Inputs

The following parameters are available when configuring this action:
description
Description
string
downloadUrl
Download Url
string | Array<string>
title
Title
string
findLinkObjectMethod
Find Link Object Method
The method to search for the record to link to. Accepted values: filter | select
('filter' | 'select') | undefined
linkFileToObject
Link File To Object
Select to attach uploaded file to an existing record
If true, will attach the uploaded file to the record
boolean | undefined
Required if findMethod is filter. Note: these values are dynamically populated depending on selected sObject
string | undefined
Required if findMethod is filter, this field is required. The value to search for against the selected filter.
string | undefined
The object to which the uploaded file will be attached
The object to which the uploaded file will be attached. Note: the list of available objects will be loaded from a Salesforce account.
string | undefined
sLinkObjectId
S Link Object Id
Required if findMethod is select. The ID of the record to link to. Note: the user will be able to select from a list of records dynamically populated from their Salesforce account.
string | undefined
versionData
Version Data
string | undefined