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
Follow the installation guide in the n8n community nodes documentation.
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.
-
Add this node to an n8n workflow.
-
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.