Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation allows users to preview the text content of a specific campaign by providing the campaign's ID. It is useful for marketers or campaign managers who want to quickly view the campaign message before sending or further processing. For example, a user can input the campaign ID to fetch and review the campaign text to ensure correctness and appropriateness.

Use Case Examples

  1. Previewing the text of an email marketing campaign by its ID to verify content before sending.
  2. Fetching the campaign text to display a preview in a dashboard or reporting tool.

Properties

Name Meaning
Id The unique identifier of the campaign for which the preview text is requested.
Request Options Additional options to customize the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • campaignPreviewText - The preview text content of the specified campaign.

Dependencies

  • Requires an API key credential to authenticate with the Listmonk API service.

Troubleshooting

  • If the campaign ID is invalid or does not exist, the node may return an error or empty response. Verify the ID before running.
  • Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.
  • SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
  • Proxy misconfiguration can cause request failures; ensure proxy settings are correct if used.

Links

  • Listmonk API Documentation - Official API documentation for Listmonk, providing details on endpoints including campaign preview.

Discussion