Create Page from Template
confluence_create_page_from_templateCreate a new Confluence Cloud page from a template, automatically populating the page body with template content for immediate editing.
Instructions
Create a new Cloud page pre-populated with a template's body.
This operation is only available for Confluence Cloud. Fetches the named template and creates a page with its storage-format content. The page can be edited afterwards via confluence_update_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the new page. | |
| parent_id | No | Optional ID of the parent page. | |
| space_key | Yes | Key of the space in which to create the page. | |
| template_id | Yes | ID of the template to use as the page body. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |