Overview
This node interacts with the Mailwizz API to retrieve information about email templates. Specifically, the 'Get' operation under the 'Template' resource fetches details of a single email template by its ID. This is useful for scenarios where you need to access or display the content and metadata of a specific email template stored in Mailwizz, such as for email campaign management or template editing workflows.
Use Case Examples
- Retrieve a specific email template by its ID to preview or modify its content before sending a campaign.
- Fetch template details to integrate with other marketing tools or CRM systems.
Properties
| Name | Meaning |
|---|---|
| Template ID | The unique identifier of the email template to retrieve. This is a required input to specify which template's details to fetch. |
Output
JSON
json- The JSON object containing the details of the requested email template as returned by the Mailwizz API.
Dependencies
- Requires Mailwizz API credentials including an API key and base URL to authenticate and interact with the Mailwizz service.
Troubleshooting
- Common issues include missing or invalid API credentials, which will cause authentication failures.
- If the specified Template ID does not exist or is incorrect, the node will fail to retrieve the template and may throw an error.
- Network connectivity issues can prevent the node from reaching the Mailwizz API endpoint.