Documentation Index
Fetch the complete documentation index at: https://docs.postiz.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Listmonk is a self-hosted newsletter and mailing list manager. When creating campaigns, you need to specify the subject, preview text, list, and optionally a template.Settings Schema
Properties
| Property | Type | Required | Description |
|---|---|---|---|
__type | string | ✅ | Must be "listmonk" |
subject | string | ✅ | Email subject line (min 1 char) |
preview | string | ✅ | Preview text for email clients |
list | string | ✅ | List ID to send to |
template | string | ❌ | Template ID to use |
Example
Notes
- Get the list and template IDs from your Listmonk admin dashboard
- Content should be HTML formatted
- The
previewtext appears in email clients before opening the email - If no template is specified, the default template will be used

