phabricator_blog_post_create
Create a new Phame blog post by providing title, body content in Remarkup, and blog PHID, with optional visibility and subscriber settings.
Instructions
Create a new Phame blog post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Post title | |
| body | Yes | Post body content (supports Remarkup) | |
| blogPHID | Yes | PHID of the blog to post to | |
| subtitle | No | Post subtitle | |
| visibility | No | Visibility: 0 (draft, default), 1 (published), 2 (archived) | |
| addSubscriberPHIDs | No | Subscriber PHIDs to add |