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, specifically supporting the 'Media' resource with an 'Upload Media' operation. It allows users to upload media files to the Listmonk platform, which can be useful for managing media assets within email campaigns or other marketing materials. The node supports batching of requests to handle large volumes of media uploads efficiently, and it provides options to configure SSL certificate validation, proxy settings, and request timeouts.
Use Case Examples
- Uploading multiple images or media files in batches to Listmonk for use in email campaigns.
- Configuring the node to ignore SSL certificate issues when working with self-signed certificates in a development environment.
- Using a proxy server to route requests through a corporate network.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control request behavior such as batching, SSL validation, proxy, and timeout. |
Output
JSON
response- The JSON response from the Listmonk API after uploading media, containing details about the uploaded media item(s).
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- If the node fails due to SSL certificate errors, enable the 'Ignore SSL Issues' option to bypass certificate validation (not recommended for production).
- Ensure the proxy URL is correctly formatted if using a proxy; incorrect proxy settings can cause request failures.
- Timeout errors may occur if the server is slow to respond; increase the 'Timeout' setting if needed.
- Batching settings should be adjusted based on API rate limits to avoid throttling or request rejections.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, including media upload endpoints and request parameters.