Mailwizz icon

Mailwizz

Interact with Mailwizz API

Actions5

Overview

This node interacts with the Mailwizz API to perform operations related to mailing lists, campaigns, and templates. Specifically, for the 'List' resource with the 'Get All' operation, it fetches all mailing lists from Mailwizz with support for pagination. This is useful for scenarios where users want to retrieve and manage their mailing lists programmatically, such as syncing lists with other systems or displaying them in a custom interface.

Use Case Examples

  1. Fetch all mailing lists with pagination to display in a dashboard.
  2. Retrieve mailing lists to sync with another marketing tool.

Properties

Name Meaning
Pagination Controls the pagination of the results when fetching lists.

Output

JSON

  • data
    • records - Array of mailing list records returned by Mailwizz API.
    • meta - Metadata about the pagination and total records.

Dependencies

  • Mailwizz API key credential

Troubleshooting

  • Ensure valid Mailwizz API credentials are provided; otherwise, the node will throw a 'No credentials provided!' error.
  • If pagination parameters are invalid or out of range, the API may return empty results or errors.
  • Network or API errors may cause the node to fail; enabling 'Continue On Fail' allows processing to continue with error details in output.

Links

Discussion