Create Blogpost
create_blogpostCreate blog posts in Confluence spaces, publishing them immediately or saving them as drafts.
Instructions
Create a new blog post in a space.
Args:
space_id: The ID of the space to publish in.
title: Title of the blog post.
body_value: HTML/storage body content.
body_representation: Body format — 'storage', 'wiki', or 'atlas_doc_format'.
status: 'current' to publish immediately, or 'draft' to save as draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | current | |
| space_id | Yes | ||
| body_value | Yes | ||
| body_representation | No | storage |