basecamp_upload_attachment
Upload a file to Basecamp and receive an attachable_sgid for embedding in comments, messages, or rich text content.
Instructions
Upload a file (image, video, document) to Basecamp. Returns an attachable_sgid that can be used in comments, messages, or any rich text content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caption | No | Optional caption for the attachment (shown below images) | |
| file_name | No | Name for the uploaded file (optional, defaults to original filename) | |
| file_path | Yes | Absolute path to the file to upload |