Short answer: Drop the "Medium → Create Medium Post" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.