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 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
- Updating the preview of an email campaign by specifying its unique campaign ID to see how the changes will appear to recipients.
- 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
- Listmonk API Documentation - Official documentation for the Listmonk API, including endpoints for managing campaigns.