Mailwizz icon

Mailwizz

Interact with Mailwizz API

Actions5

Overview

This node interacts with the Mailwizz API to perform operations related to campaigns, lists, and templates. Specifically, for the Template resource with the Get All operation, it fetches all templates from Mailwizz with optional pagination support. This is useful for users who want to retrieve and manage their email templates programmatically, for example, to display available templates in a workflow or to automate template selection.

Use Case Examples

  1. Fetch all email templates with pagination to display in a dashboard.
  2. Retrieve all templates to automate email campaign creation using predefined templates.

Properties

Name Meaning
Pagination Controls the pagination of the results when fetching templates, including the page number and the number of items per page.

Output

JSON

  • json - Contains the list of templates retrieved from Mailwizz, including template details as provided by the API.

Dependencies

  • Requires Mailwizz API credentials including an API key and base URL.

Troubleshooting

  • Ensure Mailwizz API credentials are correctly configured; missing credentials will cause the node to throw a 'No credentials provided!' error.
  • Pagination parameters should be valid numbers; invalid values may cause API request failures.
  • If the API returns errors, check network connectivity and API key validity.

Links

Discussion