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 updates the archive status and related details of a campaign by its ID in the Listmonk system. It is useful for managing campaign archives, such as archiving or unarchiving campaigns, updating the archive template, and modifying archive metadata. Practical examples include automating campaign lifecycle management or integrating campaign archival status updates into a workflow.
Use Case Examples
- Archiving a campaign after it has been completed.
- Updating the archive template ID for a specific campaign.
- Modifying metadata associated with a campaign's archive status.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the campaign to update the archive status for. |
| Archive | Boolean flag to set whether the campaign should be archived (true) or unarchived (false). |
| Archive Template Id | Numeric ID of the archive template to associate with the campaign. |
| Archive Meta | JSON object containing metadata related to the campaign archive. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
id- The ID of the updated campaign.archive- The updated archive status of the campaign.archive_template_id- The archive template ID associated with the campaign.archive_meta- Metadata related to the campaign archive.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- Ensure the campaign ID provided exists; otherwise, the update will fail with a not found error.
- Verify that the API key credential is valid and has sufficient permissions to update campaigns.
- If SSL issues occur, consider enabling the 'Ignore SSL Issues' option or configuring a proper proxy.
- Batching settings should be adjusted carefully to avoid rate limiting or timeouts.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including campaign management endpoints.