Mapping the inputs of the activity
To map the inputs of the activity, perform the following step:
- Click the Map Input link in the Configure Activity section displayed under the orchestration.
Mandatory fields: The activity has following mandatory fields:
Name | Type | Required | Description |
uploadType | String | Yes | This is used to specify the upload mechanism for upload. Currently, upload is supported only through FTPs and by default, the UPLOAD_THROUGH_FTPS option is selected. |
contentType | String | Yes | This has following two options:
|
name | String | Yes | The name of the file to be uploaded at Box.com. |
folderId | String | Yes | The ID of the folder to which file is to be uploaded at Box.com. |
Optional fields: The activity has following optional fields:
Name | Type | Required | Description |
textContent | String | No | The file content in text format. |
binaryContent | BASE64Binary | No | The file content in binary format. |