Overview
This node interacts with the Mailwizz API to retrieve information about mailing lists. Specifically, the 'List' resource with the 'Get' operation fetches details of a single mailing list by its ID. This is useful for scenarios where you need to access or verify the properties of a specific mailing list within Mailwizz, such as for managing subscribers or integrating list data into other workflows.
Use Case Examples
- Retrieve details of a specific mailing list by providing its List ID to use in subsequent email campaign workflows.
- Fetch a mailing list's information to synchronize or display list details in an external system.
Properties
| Name | Meaning |
|---|---|
| List ID | The unique identifier of the mailing list to retrieve from Mailwizz. |
Output
JSON
json- The JSON response containing the details of the requested mailing list from Mailwizz API.
Dependencies
- Requires Mailwizz API credentials including API key and base URL for authentication.
Troubleshooting
- Ensure that valid Mailwizz API credentials are provided; otherwise, the node will throw a 'No credentials provided!' error.
- If the specified List ID does not exist or is incorrect, the API call may fail or return an error; verify the List ID is correct.
- Network or API connectivity issues may cause failures; check network access and Mailwizz API status.