append_to_section
Append content to the end of a specified Confluence page section using its heading. Supports markdown or storage format and optional version message.
Instructions
Append content to the end of a specific section.
Args: page_id: The page ID. heading: The heading text identifying the section. content: Content to append (ignored if input_file is provided). content_format: "markdown" or "storage". version_message: Optional commit message. input_file: Path to a file whose content will be appended.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | ||
| heading | Yes | ||
| page_id | Yes | ||
| input_file | No | ||
| content_format | No | markdown | |
| version_message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |