Upload Multiple Attachments
confluence_upload_attachmentsUpload multiple attachments to Confluence pages or blog posts in one operation, automatically versioning existing files. Ideal for bulk uploading documentation assets.
Instructions
Upload multiple attachments to Confluence content in a single operation.
More efficient than calling upload_attachment multiple times. If files with the same names exist, new versions are created automatically.
Useful for:
Bulk uploading documentation assets (diagrams, screenshots, etc.)
Adding multiple related files to a page at once
Batch updating existing attachments with new versions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | (Optional) Comment for all uploaded attachments. Visible in version history. Example: 'Q4 2024 batch upload' | |
| content_id | Yes | The ID of the Confluence content (page or blog post) to attach files to. Example: '123456789'. If uploading multiple files with the same names, new versions will be created automatically. | |
| file_paths | Yes | Comma-separated list of file paths to upload. Can be absolute or relative paths. Examples: './file1.pdf,./file2.png' or 'C:\docs\report.docx,D:\image.jpg'. All files uploaded with same comment/minor_edit settings. | |
| minor_edit | No | (Optional) Whether this is a minor edit. If true, watchers are not notified. Default is false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |