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 a specific template by its ID. It is useful for users who want to fetch and review the content or details of an email or message template stored in Listmonk before sending or modifying it. For example, marketers or developers can use this node to programmatically retrieve a template preview to ensure it looks correct or to use its content in further automation workflows.
Use Case Examples
- Preview an email template by providing its unique ID to verify its content before sending a campaign.
- Fetch a template preview to dynamically display it in a custom dashboard or application.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the template to preview. This is a required numeric input. |
| Request Options | Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration to customize how the API request is made. |
Output
JSON
template- The preview data of the requested template, including its content and metadata.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- Ensure the provided template ID exists and is correct to avoid 'template not found' errors.
- Check network connectivity and proxy settings if requests time out or fail.
- If SSL validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Verify that the API key credential is valid and has sufficient permissions to access templates.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including endpoints for managing and previewing templates.