Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation allows users to preview a campaign by its unique identifier (ID) using the Listmonk API. It is useful for marketers or campaign managers who want to fetch and review the content or details of a specific campaign before sending or analyzing it. For example, a user can input the campaign ID to retrieve a preview of the campaign's content to ensure it appears as expected.

Use Case Examples

  1. Preview a campaign with ID 123 to verify its content before sending it out to subscribers.
  2. Fetch the preview of a campaign to check formatting and links within the campaign email.

Properties

Name Meaning
Id The unique identifier of the campaign to preview. This is a required numeric input.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout to customize the API call behavior.

Output

JSON

  • campaignPreview - The JSON object containing the preview details of the specified campaign.

Dependencies

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

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 the node.
  • 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 the 'Ignore SSL Issues' option, but this is insecure and should be used cautiously.
  • Proxy configuration errors may occur if the proxy URL or credentials are incorrect; verify proxy settings.

Links

Discussion