hivelearn_create_post
Publish a new post to the community feed. Either content (markdown) or content_json (tiptap) is required. content_format must match which field you sent. category is optional — omit for default "general".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Markdown body (use when content_format=markdown) | |
| category | No | ||
| content_json | No | Tiptap JSON doc (use when content_format=tiptap_json) | |
| content_format | No | Defaults to markdown |