listmonk
This connector lets you connect to a self-hosted listmonk instance as a destination.
Status
The listmonk Audiences destination is currently in development. Credentials can be validated, but loading/syncing data is not yet supported.
Setup
- Ensure your listmonk instance is reachable from the internet or from the network where your sync runs.
- Identify your listmonk base URL (for example,
https://listmonk.example.com). - Create or choose a listmonk user account to use for API access.
Authentication
This connector uses HTTP Basic Authentication with a listmonk username and password.
During credential validation, the connector makes a request to:
GET {base_url}/api/lists
If the request succeeds, credentials are considered valid.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
base_url | string | ✅ | Base URL of your listmonk instance. Must start with http:// or https://. Trailing slashes are ignored. Example: https://listmonk.example.com |
username | string | ✅ | listmonk username used for Basic Auth. |
password | string | ✅ | listmonk password used for Basic Auth. |
Streams / Objects
This destination is registered as:
- listmonk Audiences
No objects are currently writable because destination loading is not yet implemented.
Hashing and normalization
This destination does not currently expose field-level hashing controls.
Data contract
Not yet available. The listmonk Audiences destination is still in development and does not currently load records.