blogger_posts_insert
Create a new blog post with title, HTML content, labels, and draft status. Publish immediately or save as draft.
Instructions
Create a new blog post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new post. | |
| blogId | Yes | The unique identifier of the blog. | |
| labels | No | List of labels (tags) to apply to the post. | |
| content | Yes | Full HTML content of the new post (Markdown wrappers will be automatically cleaned). | |
| isDraft | No | Whether to create the post as a draft (true) or publish it immediately (false). | |
| customMetaData | No | Custom metadata string for the post. |