Skip to main content

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 a page in a Confluence space.
External DocumentationTo learn more, visit the Confluence documentation.

Parameters

ParameterDescription
Content FormatSelect the content format type.

For more information refer to the official documentation for Storage Format
and ADF Format.
Content ValueThe content value of the page to be created.
Live DocSelect to create a live doc.
Space IDThe ID of the space where the page will be created.
StatusSelect the status to assign to the page.
TitleThe title of the page.

Note: You must provide this value whenever the page status is current.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop