Medium#
Use the Medium node to automate work in Medium, and integrate Medium with other applications. Ensemble has built-in support for a wide range of Medium features, including creating posts, and getting publications.
On this page, you'll find a list of operations the Medium node supports and links to more resources.
Credentials
Refer to Medium credentials for guidance on setting up authentication.
Basic Operations#
- Post
- Create a post
- Publication
- Get all publications
Example Usage#
This Pathway allows you to post an article to a publication on Medium. This example usage Pathway uses the following two nodes.
1. Start node#
The start node exists by default when you create a new workflow.
2. Medium node#
- First of all, you'll have to enter credentials for the Medium node. You can find out how to do that here.
- Toggle Publication to true.
- Select the publication from the Publication ID dropdown list.
- Enter the title in the Title field.
- Select the format from the Content Format dropdown list.
- Enter conent of the post in the Content field.
- Click on Execute Node to run the workflow.