Overview
This node interacts with the Mailwizz API to manage email marketing resources. Specifically, for the 'List' resource with the 'Get All' operation, it fetches all email lists from Mailwizz with support for pagination. This is useful for scenarios where users want to retrieve and process multiple email lists, such as syncing lists with other systems or displaying them in a dashboard.
Use Case Examples
- Fetch all email lists with default pagination (page 1, 10 items per page).
- Fetch a specific page of email lists with a custom number of items per page.
Properties
| Name | Meaning |
|---|---|
| Pagination | Controls the pagination of the results when fetching lists. |
Output
JSON
json- Contains the list data retrieved from Mailwizz API, including metadata about the lists.
Dependencies
- Mailwizz API credentials (API key and base URL) are required to authenticate requests.
Troubleshooting
- Common issues include missing or invalid API credentials, which will cause authentication errors.
- If the specified page or items per page are invalid, the API may return an error or empty results.
- Network connectivity issues can prevent the node from reaching the Mailwizz API.
Links
- Mailwizz API Documentation - Official documentation for the Mailwizz API, useful for understanding available endpoints and parameters.