create_publication_post
Create posts for a Medium publication by specifying title, content format, and optional settings like tags, publish status, and license.
Instructions
Create a post under a specific Medium publication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to classify the post (max 3, max 25 chars each) | |
| title | Yes | The title of the post (max 100 chars for SEO) | |
| content | Yes | The body of the post in HTML or Markdown format | |
| license | No | License for the post | |
| canonical_url | No | Original home of this content if published elsewhere | |
| content_format | Yes | Format of the content: 'html' or 'markdown' | |
| publication_id | Yes | The publication ID to post under (from list_publications) | |
| publish_status | No | Publish status. Writers can only use 'draft'. Editors can use 'public', 'draft', or 'unlisted'. | |
| notify_followers | No | Whether to notify followers of the publication |