Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to perform maintenance operations, specifically to delete unconfirmed subscriptions. It is useful for cleaning up subscription lists by removing entries that have not been confirmed, helping maintain a clean and accurate subscriber database.

Use Case Examples

  1. A marketing team uses this node to automatically delete unconfirmed email subscriptions from their mailing list to ensure only engaged users receive campaigns.
  2. An administrator schedules this node to run periodically to remove unconfirmed subscriptions, reducing clutter and potential spam issues.

Properties

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

Output

JSON

  • success - Indicates whether the deletion of unconfirmed subscriptions was successful.
  • deletedCount - Number of unconfirmed subscriptions that were deleted.
  • message - Additional information or status message from the API response.

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).
  • Ensure the API base URL and credentials are correctly configured to avoid authentication errors.
  • Batching settings should be adjusted based on API rate limits to prevent request throttling or failures.
  • Timeout should be set sufficiently high to allow the server to respond, especially for large batch operations.

Links

Discussion