Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve logs. It is useful for scenarios where users need to monitor or audit activities by fetching log data from the Listmonk system. For example, it can be used to track email campaign activities, user actions, or system events recorded in Listmonk logs.

Use Case Examples

  1. Fetching logs to analyze email campaign performance.
  2. Retrieving user activity logs for auditing purposes.

Properties

Name Meaning
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • logs - Array of log entries retrieved from the Listmonk API.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Timeout errors may occur if the server is slow or unresponsive; increase the 'Timeout' value accordingly.
  • Proxy misconfiguration can cause request failures; verify proxy URL and credentials if used.

Links

Discussion