Overview
This node interacts with the Mailwizz API to retrieve information about mailing lists. Specifically, the 'List' resource with the 'Get' operation allows users to fetch details of a single mailing list by providing its unique List 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 email marketing campaigns or list management.
Use Case Examples
- Retrieve details of a specific mailing list by its ID to display or use in further workflow steps.
- Verify the existence and properties of a mailing list before sending campaigns.
Properties
| Name | Meaning |
|---|---|
| List ID | The unique identifier of the mailing list to retrieve. This is a required string input. |
Output
JSON
json- The JSON object containing the details of the requested mailing list as returned by the Mailwizz API.
Dependencies
- Mailwizz API credentials including API key and base URL are required to authenticate and interact with the Mailwizz service.
Troubleshooting
- If no credentials are provided, the node will throw an error indicating missing credentials. Ensure that valid Mailwizz API credentials are configured.
- If the provided List ID is invalid or does not exist, the API call may fail or return an error. Verify the List ID before execution.
- Network or API errors may occur; enabling 'Continue On Fail' can help handle such errors gracefully within workflows.