Listmonk Upload API Send Newsletter Campaigns
Send newsletter campaigns to your self-hosted Listmonk instance programmatically. Newsletter API simplified.
Start Free listmonk-upload.ts
import { UploadPost } from 'upload-post';
const uploader = new UploadPost('your-api-key');
await uploader.uploadText({
title: 'My newsletter subject',
platforms: ['listmonk']
}); Listmonk API Features
Newsletter Campaigns
Create and send email campaigns to your Listmonk lists.
Rich Text Body
Publish HTML / rich text newsletter content.
Self-Hosted
Connect your own Listmonk instance URL.
API User Auth
Authenticate with an API user and token over HTTP Basic.
Target Lists
Send to any list your API user can reach by list id.
Scheduling
Schedule campaigns for optimal engagement.
Ready to automate your Listmonk newsletters?
Start sending Listmonk campaigns programmatically today.
Create Free Account