Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve statistics for running campaigns. Specifically, it supports fetching stats for a given campaign ID, which is useful for monitoring campaign performance in real-time or near real-time. Practical applications include marketing automation workflows where campaign metrics need to be analyzed or reported automatically.

Use Case Examples

  1. Retrieve stats for a specific campaign to monitor its performance.
  2. Integrate campaign stats retrieval into a marketing dashboard workflow.
  3. Automate reporting by fetching running campaign stats and sending summaries via email.

Properties

Name Meaning
Campaign Id The ID of the campaign for which to retrieve running stats. This is a required numeric input.
Request Options Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout.

Output

JSON

  • campaignStats - The statistics data retrieved for the specified running campaign.

Dependencies

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

Troubleshooting

  • Ensure the Campaign Id is valid and corresponds to an existing running campaign; invalid IDs will result in errors or empty responses.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option only if you trust the endpoint.
  • Proxy settings must be correctly configured if used; incorrect proxy URLs or credentials will cause request failures.
  • Timeouts can occur if the server is slow or unresponsive; increase the timeout setting if necessary.

Links

Discussion