Short answer: You can create medium post in Medium by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Medium Create Medium Post action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Title title | string | Required | Title |
Content (HTML) content | html | Required | Content (HTML) |
Content Format contentFormat | options | Optional | Content Format. Options: HTML, Markdown |
Status publishStatus | options | Optional | Status. Options: Draft, Public, Unlisted |
Tags tags | string | Optional | Comma-separated, max 5 |
{"title": "{{trigger.title}}","content": "{{trigger.content}}","contentFormat": "{{trigger.contentFormat}}","publishStatus": "{{trigger.publishStatus}}","tags": "javascript, tutorial, beginner"}
{"data": {"id": "post123","url": "https://medium.com/@user/my-post-abc123","title": "My Post","publishStatus": "draft"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.