upservice_upload_file
Upload a local file to Upservice and obtain its file ID for attaching to tasks or other records.
Instructions
Upload a local file to Upservice (e.g. to attach it to a task via its returned file ID).
Args: params (UploadFileInput): 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 |