AvantGuard - Acumbamail icon

AvantGuard - Acumbamail

AvantGuard - Acumbamail

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

Discussion