External DocumentationTo learn more, visit the Confluence documentation.
Actions
Create Page
Create a page in a Confluence space.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Content Format | Select the content format type. For more information refer to the official documentation for Storage Format and ADF Format. |
| Content Value | The content value of the page to be created. |
| Live Doc | Select to create a live doc. |
| Space ID | The ID of the space where the page will be created. |
| Status | Select the status to assign to the page. |
| Title | The title of the page. Note: You must provide this value whenever the page status is current. |
{
"id": "<string>",
"status": "current",
"title": "<string>",
"spaceId": "<string>",
"parentId": "<string>",
"parentType": "page",
"position": 57,
"authorId": "<string>",
"ownerId": "<string>",
"lastOwnerId": "<string>",
"createdAt": "<string>",
"version": {
"createdAt": "<string>",
"message": "<string>",
"number": 19,
"minorEdit": true,
"authorId": "<string>"
},
"body": {
"storage": {},
"atlas_doc_format": {},
"view": {}
},
"labels": {
"results": [],
"meta": {
"hasMore": true,
"cursor": "<string>"
},
"_links": {
"self": "<string>"
}
},
"isFavoritedByCurrentUser": true,
"_links": {
"base": "<string>"
}
}
Was this page helpful?