Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation retrieves a specific campaign by its ID from the Listmonk API. It is useful for scenarios where you need detailed information about a particular campaign, such as its status, content, or statistics. For example, marketers can use this to fetch campaign details for reporting or to trigger follow-up actions based on campaign data.

Use Case Examples

  1. Fetch campaign details by ID to display in a dashboard.
  2. Retrieve campaign information to analyze campaign performance.
  3. Get campaign data to automate email follow-ups based on campaign status.

Properties

Name Meaning
Id The id value of the campaign you want to get.
No Body Boolean flag to specify whether the response should include the body or not.
Request Options Additional request options such as batching, SSL certificate handling, proxy settings, and timeout configuration.

Output

JSON

  • id - The unique identifier of the campaign.
  • name - The name of the campaign.
  • status - The current status of the campaign.
  • created_at - Timestamp when the campaign was created.
  • updated_at - Timestamp when the campaign was last updated.
  • details - Additional details or metadata about the campaign.

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 time out or fail to connect.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Verify that the API key credential is correctly configured and has the necessary permissions.

Links

Discussion