Create and send email campaigns to your self-hosted Listmonk lists from n8n.
// n8n HTTP Request — Listmonk campaign
const node = {`{`}
type: 'n8n-nodes-base.httpRequest',
parameters: {`{`}
method: 'POST',
url: 'https://api.upload-post.com/api/upload',
platform: ['listmonk'],
title: 'My newsletter subject'
{`}`}
{`}`}; Write your newsletter subject and body.
POST to Upload-Post with platform[]=listmonk.
Poll until processing completes.
Newsletter is on its way to subscribers.
Listmonk is a self-hosted newsletter manager. Connect your own instance URL — Upload-Post talks to your server directly.
Authenticate with a Listmonk API user and token over HTTP Basic. Create one under Admin > Users in your instance.
Campaigns are sent to the list id you configure. Any list your API user can access works.
Send HTML or rich text newsletter bodies. The post title becomes the email subject line.
Combine Listmonk with social platforms in one n8n workflow to announce every newsletter issue everywhere.
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.