Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to perform a health check operation under the Miscellaneous resource. It is useful for verifying the availability and responsiveness of the Listmonk service before performing further API operations. For example, it can be used in workflows to ensure the Listmonk server is up and running before sending bulk email campaigns or managing subscriber lists.

Use Case Examples

  1. A marketing automation workflow that first checks the health of the Listmonk API before proceeding to send newsletters.
  2. A monitoring workflow that periodically checks the Listmonk service status and triggers alerts if the service is down.

Properties

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

Output

JSON

  • status - The health status of the Listmonk API service, indicating if it is operational.
  • message - Additional information or message returned from the health check endpoint.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, enable the 'Ignore SSL Issues (Insecure)' option to bypass certificate validation, but be aware of security risks.
  • Timeout errors can occur if the server is slow to respond; increase the 'Timeout' value to allow more time for the response.
  • Proxy configuration errors may arise if the proxy URL or credentials are incorrect; verify the proxy settings if used.

Discussion