What it does
Medium publishes posts to a user's Medium account using an Integration Token. Read-only listing of stories is not exposed by the Medium API; use the public RSS feed via Custom API if you need that.
Setup
- In Medium, open Settings → Security and apps and create an Integration token.
- In FlowFn, go to Platform Tools → Medium → Connect and paste the token.
Actions
- Publish Post — title, content (markdown or html), tags (max 5), publish status (draft / public / unlisted), canonical URL, license.
Notes
Medium no longer accepts new OAuth applications, so Integration Tokens are the only realistic way to publish via API. Tokens belong to a single user; publishing to Medium publications is not supported by this tool.