Tool to create a new Confluence blog post. Use when you need to publish content in a specific space. Response includes `data.id` for the post ID and `data._links.base` + `data._links.webui` for the URL.
bodyRequiredobjectContent body of the blog post. Must be a dict with `representation` set to `'storage'` and `value` containing valid Confluence storage format markup (XML-based). Raw markdown or plain strings will cause validation errors.
titleRequiredstringThe title of the new blog post.
statusRequiredstringStatus of the blog post. Use `'current'` to publish immediately (publicly visible) or `'draft'` to save as private draft.
spaceIdRequiredstringID of the space where the blog post will be created.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.