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 |
folderId | String | Yes | The ID of the folder at Box.com for which a shared link is to be created. |
shared_link | OBJECT | Yes | An object representing this item’s shared link and associated permissions. |
access | STRING | Yes | The level of access required for this shared link. Can be open, company, collaborators, or null to get default share level. |
permissions | OBJECT | Yes | The permissions object. |
can_download | BOOLEAN | Yes | This is used to set whether the shared link should allow download. |
can_upload | BOOLEAN | Yes | This is used to set whether the shared link should allow upload. |
can_rename | BOOLEAN | Yes | This is used to set whether the shared link should allow renaming of folder. |
can_delete | BOOLEAN | Yes | This is used to set whether the shared link should allow should allow deletion of folder. |
can_share | BOOLEAN | Yes | This is used to set whether by using shared link the accessed folder can be shared again. |
can_invite_collaborator | BOOLEAN | Yes | This is used to set whether collaborators can be invited by using the shared link. |
can_set_share_access | BOOLEAN | Yes | This is used to set whether share access can be added by using the shared link. |
Optional fields: The activity does not have any optional fields.