Overview
This node interacts with the Mailwizz API to retrieve a specific email template by its ID. It is useful in scenarios where you need to fetch detailed information about a particular email template stored in Mailwizz, such as for editing, previewing, or using the template in email campaigns.
Use Case Examples
- Retrieve a template by its unique ID to display its content in a dashboard.
- Fetch template details to use in automated email campaign workflows.
Properties
| Name | Meaning |
|---|---|
| Template ID | The unique identifier of the template to retrieve, required to specify which template to fetch. |
Output
JSON
jsondata
*record- The detailed information of the retrieved template, including its content and metadata.
Dependencies
- Requires Mailwizz API credentials including an API key and base URL for authentication.
Troubleshooting
- Common issues include missing or invalid API credentials, which will cause authentication errors.
- If the specified Template ID does not exist, the node will likely return an error or empty data.
- Network issues or incorrect base URL configuration can prevent successful API calls.
Links
- Mailwizz API Documentation - Official documentation for Mailwizz API endpoints and usage.