Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation fetches a JSON language pack for internationalization (i18n) purposes. It is useful in scenarios where you need to dynamically load language-specific content or translations in your workflow, enabling multi-language support. For example, you can use this node to retrieve language packs for a user interface or application that supports multiple languages.

Use Case Examples

  1. Fetching the French language pack to display UI elements in French.
  2. Loading the Spanish language pack to provide localized content in a marketing campaign.

Properties

Name Meaning
Lang The specific JSON language pack to retrieve, identified by its language code or name.
Request Options Settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • languagePack - The retrieved JSON language pack content for the specified language.

Dependencies

  • Requires an API key credential for authentication to the Listmonk API or similar service providing the language packs.

Troubleshooting

  • If the node fails to retrieve the language pack, check that the 'Lang' property is correctly set to a valid language identifier.
  • Timeout errors may occur if the server is slow or unresponsive; increase the 'Timeout' setting if needed.
  • SSL certificate errors can be bypassed by enabling 'Ignore SSL Issues', but this is insecure and should be used cautiously.
  • Proxy settings must be correctly configured if your network requires routing through a proxy.

Discussion