upload_attachment
Upload a file to Basecamp 2 and return its attachment token and name, then pass both to create_todo or create_comment to attach the file.
Instructions
Upload a file to Basecamp 2 and get an attachment token. Returns { token, name }; pass both (as one of the "attachments" entries) to create_todo or create_comment to actually attach the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the file to upload | |
| content_type | Yes | MIME type of the file (e.g. image/png) |