> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Page

Create a page in a Confluence space.

<Note>
  External Documentation

  To learn more, visit the [Confluence documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter      | Description                                                                                                                                                                                                                                                                                                                                |
  | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Content Format | Select the content format type.<br /><br />**For more information** refer to the official documentation for [Storage Format](https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html)<br />and [ADF Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/#atlassian-document-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.<br /><br />**Note:** You must provide this value whenever the page `status` is `current`.                                                                                                                                                                                                                           |
</div>

## Example Output

```json theme={"dark"}
{
	"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>"
	}
}
```

## Workflow Library Example

[Create Page with Confluence and Send Results Via Email](https://library.blinkops.com/workflows/create-page-with-confluence-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-page-with-confluence-and-send-results-via-email/canvas" />
</div>
