bookstack_attachments_create
Upload files or link external URLs as attachments to BookStack pages to enhance documentation with supporting materials.
Instructions
Create a new attachment by uploading a file or linking to an external URL
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uploaded_to | Yes | Page ID to attach the file to (required) | |
| name | Yes | Attachment name/title (required) | |
| file | No | Base64 encoded file content for upload | |
| link | No | External URL to link to (alternative to file upload) |