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
Follow the installation guide in the n8n community nodes documentation.
Install directly in n8n by navigating to Settings > Community Nodes and searching for:
n8n-nodes-laposta
npm install n8n-nodes-lapostaThe package is published on npm and hosted on GitHub under the NOLAI organization.
This node provides comprehensive access to the Laposta API:
- 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
- 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
- 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
- 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
- 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
You'll need a Laposta API key to use this node.
- 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.
Compatible with n8n@1.60.0 or later
Automatically add new customers from your CRM to your Laposta newsletter list when they opt in.
Sync WooCommerce or Shopify customers to specific segments based on purchase history or product interests.
Add event registrants to a mailing list with custom fields for event details and preferences.
Create workflows that automatically send targeted campaigns based on user behavior or data changes.
Keep subscriber data synchronized between Laposta and other platforms like Salesforce, HubSpot, or custom databases.
Update custom fields in Laposta based on user engagement tracked in other systems.
- npm package
- GitHub repository
- n8n community nodes documentation
- Laposta API documentation
- Laposta website
Julian van der Horst - julianvanderhorst@pm.me