box_folder_set_upload_email_tool
Configure or remove email upload addresses for Box folders to allow file submissions via email from collaborators or any sender.
Instructions
Sets or removes the upload email address for a folder in Box.
Args: ctx: Context: The context containing Box client information. folder_id (str): ID of the folder to set the upload email for. folder_upload_email_access (Optional[str]): The upload email access level to set. If None, removes the upload email. When set to open it will accept emails from any email address. Value is one of open,collaborators
Returns: dict[str, Any]: Dictionary containing the updated folder object or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| folder_upload_email_access | No | collaborators |