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 retrieve templates. It is useful for scenarios where users need to fetch email or message templates managed in Listmonk for use in automation workflows, such as sending campaigns or managing content dynamically.
Use Case Examples
- Fetching all available templates to display in a dashboard.
- Retrieving a specific template's details for editing or sending.
Properties
| Name | Meaning |
|---|---|
| No Body | Boolean flag to specify whether the API response should include the body content or not. |
| Request Options | Collection of advanced request settings including batching, SSL certificate handling, proxy configuration, and request timeout. |
Output
JSON
templates- Array of template objects retrieved from the Listmonk API.statusCode- HTTP status code of the API response.headers- HTTP headers returned by the API response.
Dependencies
- Listmonk API with an API key credential for authentication
Troubleshooting
- Common issues include network errors due to incorrect proxy settings or SSL certificate validation failures if 'Ignore SSL Issues' is not enabled.
- Timeout errors if the server takes too long to respond; can be adjusted via the 'Timeout' property.
- Batching misconfiguration may lead to unexpected request throttling behavior.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API endpoints and usage.