add_attachment
Attach a file to a Confluence page using the page ID, filename, and base64-encoded content. Optionally include a version comment.
Instructions
Add an attachment to a Confluence page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | ID of the page to attach the file to | |
| comment | No | Optional comment for the attachment version | |
| filename | Yes | Desired filename for the attachment | |
| fileContentBase64 | Yes | Base64 encoded content of the file |