Medium Make integrationAutomate Medium with Make.
Can Make still post to Medium for you? The Medium Make integration gives you 5 modules: 3 actions and 2 searches. This page shows what each one does, how to plug in an existing connection, and why the app's deprecation changes your plans.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Medium Make integration do for you?
The Medium Make integration lets a Make scenario (the automation you build, a chain of bricks called modules) write to your Medium account. It creates posts on your profile or inside a publication, uploads images, and lists the publications and contributors you work with. No code, only modules you drop into the editor.
Ship drafts from the tool where you write. A developer advocate finishes an article in a doc or a database, another app's module picks it up, and Create a Post turns it into a Medium post on your profile. Nothing to copy and paste.
Feed a team publication. If you run a company publication, List Publications finds it and Create a Post for Publication files the article there. List Contributors tells you who can write in it before you assign anything.
Keep your cover image attached. Upload an Image sends a picture to Medium first, so the post you create next can point to it.
Now the honest part. The Medium app in Make is deprecated: connections you already have keep working, but you can't create a new one, and Medium no longer hands out new integration tokens. If you never connected Medium before, this page is mostly a map of what you missed. Before you commit, check the Medium n8n integration and read n8n vs Make. If an old connection starts failing, Make troubleshooting is the place to start.
How do you connect Medium to Make?
- 01
Add a Medium module
Open your scenario, click the +, search for Medium and pick any module. Make asks for a connection, meaning your Medium account linked once and reused by every Medium module. If you already have one, select it in the list.
- 02
Name the connection
When you click Create a connection, Make lets you give it a name. It's optional, but a label like the account's owner saves you from guessing later, especially if a teammate built the original link.
- 03
Authorize and save
Make then asks you to authorize it on Medium's side or to paste the token Medium gave you. Click Save and the module can list what it reads. Heads up: this step is exactly where the deprecation blocks new accounts.
Your first scenario with Medium and Make
GoalWhen the scenario runs on its schedule, Make uploads an image to Medium and then creates a post that uses it.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the big +. Medium has no trigger, so this first module is an action that Make runs on the scenario's clock.
- 02
Add Upload an Image
Search for Medium, choose Upload an Image and select your existing connection. Fill the fields; once the connection works, Make shows what it can read from your account.
- 03
Chain Create a Post
Click the + to the right of the first module and add Create a Post. Map what Upload an Image returned into the post fields, so each bundle (one item passing between modules) carries the picture along.
- 04
Test with Run once
Click Run once. Make executes the scenario a single time and shows the bundles each module received. Open them and check the post on Medium before going further.
- 05
Schedule and switch on
Click the clock on the first module. The default is every 15 minutes; adjust it, then turn the scenario on. Each module run counts as one operation on your plan.
What the Medium modules do
Medium gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Post
ActionIn Make“Creates a post on the authenticated user’s profile.”
This one writes a new article straight onto your personal Medium profile, using whatever text and title earlier modules hand it. It is the core of any Medium scenario.
Create a Post for Publication
ActionIn Make“Creates a post and associates it with a publication on Medium.”
Same idea as a profile post, except the article gets attached to a publication on Medium, the shared space a team or brand runs. Readers find it under that masthead rather than your name alone.
Upload an Image
ActionIn Make“Uploads an image.”
Sends a picture from your scenario to Medium, so your cover art is already there when the post gets built. Put it before the post module, not after.
List Contributors
SearchIn Make“Returns a list of contributors for a given publication.”
Returns the people attached to a given publication. Being a search, it can come back with zero, one or many bundles, one per contributor.
List Publications
SearchIn Make“Returns a full list of publications that the user is related to in some way.”
Pulls every publication your Medium account is related to in some way, one bundle per publication. You then keep the one you need with a filter.
Need help automating Medium with Make?
A person reads every message.