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 allows users to preview a campaign by its unique identifier (ID) using the Listmonk API. It is useful for marketers or campaign managers who want to fetch and review the content or details of a specific campaign before sending or analyzing it. For example, a user can input the campaign ID to retrieve a preview of the campaign's content to ensure it appears as expected.
Use Case Examples
- Preview a campaign with ID 123 to verify its content before sending it out to subscribers.
- Fetch the preview of a campaign to check formatting and links within the campaign email.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the campaign to preview. This is a required numeric input. |
| Request Options | Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout to customize the API call behavior. |
Output
JSON
campaignPreview- The JSON object containing the preview details of the specified campaign.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- If the campaign ID is invalid or does not exist, the node may return an error or empty response. Verify the ID before running the node.
- Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.
- SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this is insecure and should be used cautiously.
- Proxy configuration errors may occur if the proxy URL or credentials are incorrect; verify proxy settings.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including campaign preview endpoints.