Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node interacts with the Listmonk API to retrieve templates. It is useful for scenarios where users need to fetch email or message templates managed in Listmonk for use in automation workflows, such as sending campaigns or managing content dynamically.

Use Case Examples

  1. Fetching all available templates to display in a dashboard.
  2. Retrieving a specific template's details for editing or sending.

Properties

Name Meaning
No Body Boolean flag to specify whether the API response should include the body content or not.
Request Options Collection of advanced request settings including batching, SSL certificate handling, proxy configuration, and request timeout.

Output

JSON

  • templates - Array of template objects retrieved from the Listmonk API.
  • statusCode - HTTP status code of the API response.
  • headers - HTTP headers returned by the API response.

Dependencies

  • Listmonk API with an API key credential for authentication

Troubleshooting

  • Common issues include network errors due to incorrect proxy settings or SSL certificate validation failures if 'Ignore SSL Issues' is not enabled.
  • Timeout errors if the server takes too long to respond; can be adjusted via the 'Timeout' property.
  • Batching misconfiguration may lead to unexpected request throttling behavior.

Links

Discussion