Post text and photos to Lemmy communities from n8n.
// n8n HTTP Request — Lemmy upload
const node = {`{`}
type: 'n8n-nodes-base.httpRequest',
parameters: {`{`}
method: 'POST',
url: 'https://api.upload-post.com/api/upload',
platform: ['lemmy'],
title: 'My Lemmy community post'
{`}`}
{`}`}; Get your text post or photo ready.
POST to Upload-Post with platform[]=lemmy.
Poll until processing completes.
Post is live in the Lemmy community.
n8n Lemmy automation posts directly to the community of your choice — just specify the target community when you publish through Upload-Post.
Publish text posts or attach a single image, uploaded through the instance's pict-rs media backend.
Posting to Lemmy from n8n works with lemmy.world or your own self-hosted instance. Connect with your instance URL, username, and password.
Yes. Each Lemmy community has its own posting rules and moderation. Make sure your automated posts comply to avoid removal.
Yes. Combine the n8n Schedule Trigger with Upload-Post, or use Upload-Post's built-in scheduling to queue Lemmy posts.
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.