Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve dashboard counts, providing insights into various metrics available on the Listmonk dashboard. It is useful for users who want to monitor and analyze their Listmonk instance's performance and statistics programmatically within an n8n workflow.

Use Case Examples

  1. A marketing team automates the retrieval of subscriber counts and campaign statistics from Listmonk to generate daily performance reports.
  2. A system administrator monitors the health and usage metrics of the Listmonk server by fetching dashboard counts regularly.

Properties

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

Output

JSON

  • dashboardCounts - The counts and metrics retrieved from the Listmonk dashboard API, representing various statistics and insights.

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, but be aware of security risks.
  • Incorrect proxy settings can cause request failures; verify the proxy URL and credentials if used.
  • Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting as needed.
  • Batching settings should be configured carefully to avoid overwhelming the API or hitting rate limits.

Links

Discussion