ghl_blog_post_create
Creates a blog post on a specified blog site by providing title, content, image, categories, tags, author, and status (DRAFT, PUBLISHED, SCHEDULED, or ARCHIVED).
Instructions
Create Blog Post The "Create Blog Post" API allows you create blog post for any given blog site. Please use blogs/post.write Endpoint: POST /blogs/posts (Version header: v3; source: v3/blogs-v3.json) OAuth scopes: blogs/post.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). |