npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-laposta

v0.1.4

Published

n8n node for Laposta API - email marketing and newsletter management

Readme

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

  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 [email protected] 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

License

MIT

Author

Julian van der Horst - [email protected]