blogger_pages_insert
Create a new static page on a blog by supplying the title and HTML content, with optional draft mode before publishing.
Instructions
Create a new static page for a blog with the specified title and HTML content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the new page. | |
| blogId | Yes | The unique identifier of the blog. | |
| content | Yes | The full HTML content of the new page (Markdown wrappers will be automatically cleaned). | |
| isDraft | No | Whether to create the page as a draft (true) or published (false). |