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 interacts with the Listmonk API to preview email templates. It is useful for users who want to see how their email templates will look before sending them out. For example, marketing teams can use this node to generate a preview of a newsletter template to ensure formatting and content are correct.
Use Case Examples
- Preview an email template to verify its layout and content before sending.
- Generate a preview of a promotional email template to check personalization tokens.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to customize the API request behavior, including batching, SSL certificate validation, proxy usage, and timeout settings. |
Output
JSON
templatePreview- The JSON object containing the preview of the email template as returned by the Listmonk API.
Dependencies
- Listmonk API
Troubleshooting
- If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
- Ensure the base URL and API credentials for Listmonk are correctly configured to avoid authentication errors.
- If requests time out, increase the 'Timeout' setting or check network connectivity.
- When using batching, ensure batch size and interval are set appropriately to avoid rate limiting or performance issues.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including endpoints for template preview.