Skip to main content

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

  1. Ensure your listmonk instance is reachable from the internet or from the network where your sync runs.
  2. Identify your listmonk base URL (for example, https://listmonk.example.com).
  3. 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

FieldTypeRequiredDescription
base_urlstringBase URL of your listmonk instance. Must start with http:// or https://. Trailing slashes are ignored. Example: https://listmonk.example.com
usernamestringlistmonk username used for Basic Auth.
passwordstringlistmonk 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.