create_post
Create and publish blog posts directly to Google Blogger, supporting HTML content, labels, and draft management.
Instructions
Create a new blog post
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blogId | No | Blog ID (optional if DEFAULT_BLOG_ID is set) | |
| title | Yes | Post title | |
| content | No | Post content (HTML allowed). For content larger than 10KB, use content_file instead to avoid parameter size limits. | |
| content_file | No | Path to a file containing post content (HTML). Recommended for large posts. Takes precedence over content if both are provided. | |
| labels | No | Post labels/tags (optional) | |
| isDraft | No | Whether to create as draft (default: true) |