Overview
This node interacts with the Mailwizz API to perform operations on different resources such as campaigns, lists, and templates. Specifically, for the Template resource with the Get All operation, it fetches a paginated list of all email templates available in Mailwizz. This is useful for scenarios where users want to retrieve and manage their email templates programmatically, for example, to display them in a UI or to automate email campaign setups.
Use Case Examples
- Fetch all email templates with pagination to display in a dashboard.
- Retrieve templates to select one for creating a new email campaign.
Properties
| Name | Meaning |
|---|---|
| Pagination | Controls the pagination of the results when fetching templates. |
Output
JSON
datarecords- Array of template records retrieved from Mailwizz, each representing an email template with its details.
Dependencies
- Requires Mailwizz API credentials including an API key and base URL.
Troubleshooting
- Common issues include missing or invalid API credentials, which will cause authentication errors.
- If pagination parameters are invalid (e.g., negative page numbers), the API may return errors or empty results.
- Network or API downtime can cause request failures; ensure the Mailwizz service is reachable.
Links
- Mailwizz API Documentation - Official documentation for Mailwizz API endpoints and usage.