Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation updates the preview of a campaign by its ID using the Listmonk API. It is useful for users who want to modify and preview campaign details before finalizing or sending them. For example, marketing teams can update campaign previews to ensure content accuracy and appearance before launching email campaigns.

Use Case Examples

  1. Updating the preview of an email campaign by specifying its unique campaign ID to see how the changes will appear to recipients.
  2. Modifying campaign content dynamically in an automation workflow and previewing the updated campaign before sending.

Properties

Name Meaning
Id The unique identifier of the campaign whose preview is to be updated. This is a required numeric input.
Request Options Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • response - The JSON response from the Listmonk API after updating the campaign preview, containing updated campaign details and status information.

Dependencies

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

Troubleshooting

  • Ensure the campaign ID provided is valid and exists in the Listmonk system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Verify that the API key credential is correctly configured and has sufficient permissions to update campaign previews.

Links

Discussion