Description
n8n-nodes-laposta
This is an n8n community node. It lets you use Laposta email marketing and newsletter management in your n8n workflows.
Laposta is a Dutch email marketing platform that helps you manage newsletter subscribers, campaigns, and email automation.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Use Cases
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
From n8n Community Nodes
Install directly in n8n by navigating to Settings > Community Nodes and searching for:
n8n-nodes-laposta
From npm
npm install n8n-nodes-laposta
The package is published on npm and hosted on GitHub under the NOLAI organization.
Operations
This node provides comprehensive access to the Laposta API:
Members
- Create/Upsert – Add or update a subscriber in a list
- Update – Update subscriber information
- Get – Retrieve a specific subscriber
- Get Many – List all subscribers in a list
- Delete – Remove a subscriber
Lists
- Create – Create a new mailing list
- Get – Get details of a specific list
- Get Many – Retrieve all your mailing lists
- Update – Update list properties
- Delete – Delete a mailing list
- Empty – Remove all active members from a list
Fields
- Create – Add a custom field to a list
- Get – Get details of a specific field
- Get Many – Retrieve all fields of a list
- Update – Update field properties
- Delete – Remove a field
Segments
- Create – Create a segment for targeted campaigns
- Get – Get details of a specific segment
- Get Many – Retrieve all segments of a list
- Update – Update segment properties
- Delete – Remove a segment
Campaigns
- Create – Create a new email campaign
- Get – Get campaign details
- Get Many – List all campaigns
- Update – Update campaign properties
- Delete – Delete a campaign
- Get Content – Retrieve campaign HTML/text content
- Set Content – Update campaign content
- Send – Send campaign immediately
- Schedule – Schedule campaign for later delivery
- Send Test – Send a test email
Credentials
You'll need a Laposta API key to use this node.
Getting your API Key
- Log in to your Laposta account
- Navigate to Toegang & Abonnement (Access & Subscription)
- Select Koppelingen – API (Integrations – API)
- Copy your API key
- In n8n, create a new Laposta API credential
- Paste your API key
The API key uses HTTP Basic Authentication with the key as the username and an empty password.
Compatibility
Compatible with n8n@1.60.0 or later
Use Cases
CRM to Newsletter Sync
Automatically add new customers from your CRM to your Laposta newsletter list when they opt in.
E-commerce Integration
Sync WooCommerce or Shopify customers to specific segments based on purchase history or product interests.
Event Registration
Add event registrants to a mailing list with custom fields for event details and preferences.
Automated Campaigns
Create workflows that automatically send targeted campaigns based on user behavior or data changes.
Multi-system Sync
Keep subscriber data synchronized between Laposta and other platforms like Salesforce, HubSpot, or custom databases.
Lead Scoring
Update custom fields in Laposta based on user engagement tracked in other systems.
Resources
- npm package
- GitHub repository
- n8n community nodes documentation
- Laposta API documentation
- Laposta website
License
Author
Julian van der Horst – julianvanderhorst@pm.me