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 the text content of a specific campaign by providing the campaign's ID. It is useful for marketers or campaign managers who want to quickly view the campaign message before sending or further processing. For example, a user can input the campaign ID to fetch and review the campaign text to ensure correctness and appropriateness.
Use Case Examples
- Previewing the text of an email marketing campaign by its ID to verify content before sending.
- Fetching the campaign text to display a preview in a dashboard or reporting tool.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the campaign for which the preview text is requested. |
| Request Options | Additional options to customize the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
campaignPreviewText- The preview text content of the specified campaign.
Dependencies
- Requires an API key credential to authenticate with the Listmonk API service.
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.
- Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.
- SSL certificate validation errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
- Proxy misconfiguration can cause request failures; ensure proxy settings are correct if used.
Links
- Listmonk API Documentation - Official API documentation for Listmonk, providing details on endpoints including campaign preview.