upservice_upload_file_to_channel
Upload a local file to an external channel in Upservice by providing the absolute file path and channel UUID.
Instructions
Upload a local file to an external channel in Upservice.
Args: params (UploadFileToChannelInput): channel_unique_identifier (str), file_path (absolute local path)
Returns: str: JSON of the uploaded file record, including its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |