Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve the server configuration. It is useful for users who want to programmatically access the current configuration settings of their Listmonk server, such as administrators or developers managing email campaigns or server settings. For example, it can be used to fetch server details for monitoring or integration with other systems.

Use Case Examples

  1. Fetching the current Listmonk server configuration to display in a dashboard.
  2. Automating the retrieval of server settings for backup or audit purposes.

Properties

Name Meaning
Request Options Options to customize the API request behavior, including batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • serverConfig - The JSON object containing the server configuration details retrieved from the Listmonk API.

Dependencies

  • Requires an API key credential for authenticating with the Listmonk API server.

Troubleshooting

  • If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Ensure the base URL in credentials is correct and accessible from the network where the node runs.
  • If using a proxy, verify the proxy URL and credentials are correct.
  • Timeout errors may occur if the server is slow or unreachable; increase the timeout setting if needed.

Links

Discussion