n8n-nodes-email-edit

0.1.3 • Public • Published

n8n-nodes-email-edit

This is an n8n community node. It lets you add a EmailSend node with custom List-Unsubscribe header to emails sent via n8n, improving deliverability and making it easier for recipients to unsubscribe.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Add List-Unsubscribe and List-Unsubscribe-Post Header: Automatically appends a List-Unsubscribe header to outgoing emails.

Supports URL and Email Unsubscribe Methods: Allows adding both a URL and an email address for unsubscription.

Usage

  1. Add this node to an n8n workflow.

  2. Configure the List-Unsubscribe settings:

    • List Unsubscribe POST : Set List Unsubscribe Post value with List-Unsubscribe=One-Click.
    • List Unsubscribe URL: A link to the unsubscribe page.
    • Unsubscribe Email: An email address to handle unsubscriptions.

Set Email Credential for the node to an email service (e.g., SMTP, SendGrid, Mailgun).

Run the workflow to send emails with the List-Unsubscribe header.

Example of a generated email header:

List-Unsubscribe: https://example.com/unsubscribe, mailto:unsubscribe@example.com List Unsubscribe Post: List-Unsubscribe=One-Click

For users new to n8n or needing guidance, check out the Try it out documentation.

Resources

Package Sidebar

Install

npm i n8n-nodes-email-edit

Weekly Downloads

6

Version

0.1.3

License

MIT

Unpacked Size

88.2 kB

Total Files

17

Last publish

Collaborators

  • vano-t