Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation deletes a campaign by its unique identifier (ID) in the Listmonk system. It is useful for scenarios where you need to programmatically remove a specific campaign, such as cleaning up outdated or test campaigns, or managing campaigns dynamically based on workflow conditions.

Use Case Examples

  1. Deleting a campaign after it has been completed to keep the campaign list clean.
  2. Removing a campaign that was created by mistake or is no longer relevant.

Properties

Name Meaning
Id The unique identifier of the campaign to be deleted.
Request Options Additional options to customize the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the campaign deletion was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

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

Troubleshooting

  • Ensure the campaign ID provided exists; otherwise, the deletion will fail with an error indicating the campaign was not found.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, the request will be blocked. Enable this option only if you trust the server.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts can occur if the server is slow to respond; increase the timeout setting if necessary.

Links

Discussion