Actions42
- Campaigns Actions
- Create Campaign
- Create Template
- Duplicate Template
- Get Campaign Basic Information
- Get Campaign Clicks
- Get Campaigns
- Get Campaign Information By ISP
- Get Campaign Links
- Get Campaign Openers
- Get Campaign Openers By Browser
- Get Campaign Openers By Countries
- Get Campaign Openers By Os
- Get Campaign Soft Bounces
- Get Campaign Total Information
- Get Stats By Date
- Send Template Campaign
- Subscribers Actions
- SMS Actions
- SMTP Actions
- Webhooks Actions
Overview
This node allows duplicating an existing email template within a campaign management system. It is useful when you want to create a new template based on an existing one but with some modifications, without starting from scratch. For example, marketers can quickly generate variations of a newsletter template by duplicating and then editing the HTML content.
Properties
| Name | Meaning |
|---|---|
| Template Name | The name for the duplicated template. This is required and identifies the new template. |
| Html Content | The HTML content that the duplicated template will contain. This is required. |
Output
The node outputs JSON data representing the result of the duplication operation. This typically includes details about the newly created template such as its ID, name, and other metadata returned by the API. There is no indication of binary data output.
Dependencies
- Requires an API key credential for authentication with the external campaign management service.
- The node sends requests to the service's API endpoint at
https://acumbamail.com/api/1. - Proper configuration of this API key credential in n8n is necessary for successful execution.
Troubleshooting
- Missing Required Fields: If "Template Name" or "Html Content" are not provided, the node will likely fail. Ensure these fields are filled.
- Authentication Errors: Invalid or missing API credentials will cause authorization failures. Verify the API key credential is correctly set up.
- API Endpoint Issues: Network problems or changes in the external API may cause errors. Check connectivity and API status.
- Invalid HTML Content: Malformed HTML might cause the template creation to fail or produce unexpected results. Validate HTML before submission.
Links and References
- Acumbamail API Documentation (for detailed API usage and template management)
- n8n Documentation on Creating Custom Nodes