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-wapro

v0.1.3

Published

WebAPI WAPRO Integrator – n8n community node for WAPRO Mag ERP integration

Readme

n8n-nodes-wapro

Custom community node for n8n integrating WAPRO Mag ERP with HubSpot CRM via WAPRO WebAPI.

What it does

Automates the flow: sales invoices (FV) linked to sales orders (ZO) in WAPRO Mag → HubSpot Deals + Line Items.

  • Fetches invoices and realized sales orders from WAPRO Mag
  • Matches invoices with their source orders (ZO)
  • Looks up companies in HubSpot by NIP (tax ID)
  • Creates Deals with correct pipeline and stage
  • Creates Line Items with product name, SKU, quantity and price
  • Marks processed orders in WAPRO (anti-duplication via stored procedure)

Nodes included

Integrator WAPRO MAG / WebAPI

Connects to WAPRO Mag ERP through WAPRO WebAPI (Aprosystem).

| Operation | Description | |---|---| | Pobierz Faktury | Fetch sales invoices for a given period with pagination | | Pobierz Realizacje Zamówień | Fetch realized sales orders, with anti-duplication filter (POLE1) | | Pobierz Pozycje Dla Faktur | Fetch line positions for each invoice (with pagination per invoice) | | Pobierz Artykuły Dla Pozycji | Fetch article data (name, catalog index) for invoice positions | | Pobierz Kontrahentów Dla Faktur | Fetch unique contractors for a set of invoices | | Wywołaj Procedurę | Call any WAPRO stored procedure (e.g. mark order as sent) | | [Diagnostyka] Surowe Zapytanie | Fetch first 5 rows from any table — for debugging | | [Diagnostyka] Test Połączenia | Test API connectivity |

HubSpot (WAPRO Integration)

Connects to HubSpot CRM API.

| Operation | Description | |---|---| | Find Company by NIP | Search company by tax_id (NIP). Returns companyId or not found. | | Create Deal | Create a deal in a specified pipeline and associate with company | | Create Line Items | Batch-create line items and associate with deal inline |

Installation

In your n8n instance go to Settings → Community Nodes → Install and enter:

n8n-nodes-wapro

Credentials

WAPRO WebAPI

| Field | Description | |---|---| | Host URL | WAPRO WebAPI base URL, e.g. https://your-server:6362 | | API Key | WAPRO WebAPI key (UUID format) |

HubSpot API

| Field | Description | |---|---| | Access Token | HubSpot Private App token with scopes: crm.objects.deals.write, crm.objects.companies.write, crm.objects.line_items.write, crm.associations.write |

Requirements

  • WAPRO Mag with WebAPI module (Aprosystem)
  • HubSpot portal with tax_id property set as unique on Companies
  • n8n v1.0+

License

MIT