Actions71
- Settings Actions
- Subscribers Actions
- Create Subscriber
- Manage Subscriber Lists By Query
- Get Subscribers
- Delete Subscriber By List
- Get Subscriber By Id
- Update Subscriber By Id
- Delete Subscriber By Id
- Manage Subscriber Lists
- Manage Subscriber List By Id
- Manage Blocklist By Subscriber List
- Manage Blocklist Subscribers By Id
- Export Subscriber Data By ID
- Get Subscriber Bounces By Id
- Delete Subscriber Bounces By Id
- Subscriber Send Optin By Id
- Delete Subscriber By Query
- Blocklist Subscribers Query
- Bounces Actions
- Import Actions
- Campaigns Actions
- Update Preview Campaign By Id
- Get Campaigns
- Create Campaign
- Get Campaign By Id
- Update Campaign By Id
- Delete Campaign By Id
- Get Running Campaign Stats
- Get Campaign Analytics
- Preview Campaign By Id
- Preview Campaign Text By Id
- Update Campaign Status By Id
- Update Campaign Archive By Id
- Create Campaign Content By Id
- Test Campaign By Id
- Media Actions
- Templates Actions
- Public Actions
- Miscellaneous Actions
- Admin Actions
- Logs Actions
- Lists Actions
- Transactional Actions
- Maintenance Actions
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
- Fetch campaign details by ID to display in a dashboard.
- Retrieve campaign information to analyze campaign performance.
- 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
- Listmonk API Documentation - Get Campaign By Id - Official API documentation for retrieving a campaign by its ID.