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 statistics for running campaigns. Specifically, it supports fetching stats for a given campaign ID, which is useful for monitoring campaign performance in real-time or near real-time. Practical applications include marketing automation workflows where campaign metrics need to be analyzed or reported automatically.
Use Case Examples
- Retrieve stats for a specific campaign to monitor its performance.
- Integrate campaign stats retrieval into a marketing dashboard workflow.
- Automate reporting by fetching running campaign stats and sending summaries via email.
Properties
| Name | Meaning |
|---|---|
| Campaign Id | The ID of the campaign for which to retrieve running stats. This is a required numeric input. |
| Request Options | Additional options to customize the API request, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
campaignStats- The statistics data retrieved for the specified running campaign.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- Ensure the Campaign Id is valid and corresponds to an existing running campaign; invalid IDs will result in errors or empty responses.
- If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option only if you trust the endpoint.
- Proxy settings must be correctly configured if used; incorrect proxy URLs or credentials will cause request failures.
- Timeouts can occur if the server is slow or unresponsive; increase the timeout setting if necessary.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, detailing endpoints and usage.