basecamp_create_upload
Upload a file to a Basecamp vault using its attachable SGID, with options to rename the file and add a description.
Instructions
Create a file upload in a vault. First use basecamp_upload_attachment to get an attachable_sgid, then use this to place it in a vault.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault_id | Yes | Vault ID to upload into | |
| base_name | No | Rename the file (without extension) | |
| project_id | Yes | ||
| description | No | File description | |
| attachable_sgid | Yes | SGID from basecamp_upload_attachment |