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.
$3
Install directly in n8n by navigating to Settings > Community Nodes and searching for:
``
n8n-nodes-laposta
`
$3
`bash
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:
$3
-
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
$3
-
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
$3
-
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
$3
-
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
$3
-
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.
$3
1. Log in to your Laposta account
2. Navigate to Toegang & Abonnement (Access & Subscription)
3. Select Koppelingen - API (Integrations - API)
4. Copy your API key
5. In n8n, create a new Laposta API credential
6. 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
$3
Automatically add new customers from your CRM to your Laposta newsletter list when they opt in.
$3
Sync WooCommerce or Shopify customers to specific segments based on purchase history or product interests.
$3
Add event registrants to a mailing list with custom fields for event details and preferences.
$3
Create workflows that automatically send targeted campaigns based on user behavior or data changes.
$3
Keep subscriber data synchronized between Laposta and other platforms like Salesforce, HubSpot, or custom databases.
$3
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
MIT
Author
Julian van der Horst - julianvanderhorst@pm.me