Actions
Create Content
Create content or publish a content draft.
To learn more, visit the Confluence Data Center documentation.
Basic Parameters
Parameter | Description |
---|---|
Body | The body of the content. |
Title | The title of the content. |
Type | The type of the content. |
Advanced Parameters
Parameter | Description |
---|---|
Ancestors | A comma-separated list of the ancestors objects of the content. |
Children | The children of the content. |
Container | The container of the content. |
Container Reference | The container Reference of the content. |
Content Draft ID | The id of the content draft. If provided, publishes the draft with the given information. |
Descendants | The descendants of the content. |
Extensions | The extensions of the content. |
History | The history of the content. For more information see Confluence documentation. For example:{ "latest": true, "createdBy": { "profilePicture": {}, "displayName": "Joe Smith", "type": "<string>" }, "createdDate": "2020-01-01T00:00:00Z", "contributors": { "idProperties": {}, "expanded": true }} |
History Reference | The history reference of the content. |
Links | The links of the content. For Example:{ "webui": "https://www.example.com/display/SPACEKEY/My+Page"} |
Metadata | The metadata of the content. |
Operations | An array of the operations of the content. For Example: [ { "operation": "read", "targetType": "page" } ] |
Position | The position of the content. |
Restrictions | The restrictions of the content. |
Space | The space of the content. For more information see Confluence documentation. For example:{ "id": 123456, "key": "TEST", "name": "Test Space", "status": "current", "homepage": { "idProperties": {}, "expanded": true }} |
Space Reference | The space reference of the content. |
Status | The status of the content. |
Version | The version of the content. For more information see Confluence documentation. For example:{ "by": { "profilePicture": {}, "displayName": "Joe Smith", "type": "<string>" }, "when": "2020-01-01T00:00:00Z", "message": "A message", "number": 1, "minorEdit": true, "hidden": true, "syncRev": "123456"} |
Version Reference | The version reference of the content. |
Example Output
Workflow Library Example
Create Content with Confluence Data Center and Send Results Via Email
Preview this Workflow on desktop