Publish markdown articles to your DEV Community account from n8n.
// n8n HTTP Request — Dev.to upload
const node = {`{`}
type: 'n8n-nodes-base.httpRequest',
parameters: {`{`}
method: 'POST',
url: 'https://api.upload-post.com/api/upload',
platform: ['devto'],
title: 'My Dev.to article'
{`}`}
{`}`}; Write your article in markdown.
POST to Upload-Post with platform[]=devto.
Poll until processing completes.
Article is live on your Dev.to profile.
n8n Dev.to automation connects with a single DEV Community API key — no OAuth app or complex setup required.
Yes. Publishing to Dev.to from n8n sends full markdown articles, including code blocks, headings, and lists.
Yes. Add images inline through standard markdown syntax in the article body and they render on Dev.to.
The article title is taken from your title override or from the first line of the caption you send from n8n.
Articles are published instantly on your Dev.to profile. You can also schedule them with Upload-Post or an n8n Schedule Trigger.
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.