Publish markdown articles to your Hashnode publication from n8n.
// n8n HTTP Request — Hashnode upload
const node = {`{`}
type: 'n8n-nodes-base.httpRequest',
parameters: {`{`}
method: 'POST',
url: 'https://api.upload-post.com/api/upload',
platform: ['hashnode'],
title: 'My Hashnode article'
{`}`}
{`}`}; Write your article title and markdown body.
POST to Upload-Post with platform[]=hashnode.
Poll until processing completes.
Article is live on your Hashnode blog.
Connect Hashnode with a Personal Access Token (PAT) and your publication ID. Upload-Post handles the GraphQL API for you.
Hashnode articles are written in markdown. Send your full markdown body — headings, code blocks, and images included.
Articles are published to the Hashnode publication you configured when connecting your account.
No need to write Hashnode GraphQL mutations in n8n. One simple REST call to Upload-Post publishes the article.
We're here to help you streamline your social media workflow
Have questions? We'd love to hear from you.
Send us a message and we'll respond as soon as possible.