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

v0.2.3

Published

Propstack CRM API community node for n8n — automate real estate CRM workflows.

Readme


A community node for n8n that integrates with the Propstack real estate CRM API. Manage contacts, properties, deals, projects, and more directly from your n8n workflows. Supports both API v1 (stable) and v2 (beta).

API Coverage

The node ships in two versions targeting different Propstack API generations:

  • Propstack (v1): stable API, page-based pagination, 20 resources
  • Propstack V2: beta API, adds scroll pagination, deleted record retrieval, and new resources
  • Propstack Trigger: webhook-based trigger with 18 event types

| Resource | Operations | | --- | --- | | Activities | Get, Get Many, Get Activity Types, Get Reservation Reasons | | Brokers | Get Many | | Contacts | Create, Delete, Get, Get Many, Update | | Custom Fields | Get Many | | Deal Pipelines | Get, Get Many | | Deals | Create, Delete, Get, Get Many, Update | | Documents | Create, Delete, Get, Get Many, Update | | Emails | Get, Send, Update | | Events | Get Many | | Features | Create, Get Many, Get Parent Features | | Locations | Get Many | | Notes | Get Many | | Portal Export | Publish | | Projects | Create, Get, Get Many, Update | | Properties | Create, Delete, Get, Get Many, Update | | Search Profiles | Create, Delete, Get Many, Update | | Snippets | Get Many | | Tasks | Create, Delete, Get, Get Many, Update | | Teams | Get Many | | Webhooks | Create, Delete, Get Many |

| Resource | Operations | | --- | --- | | Activities | Scroll | | Brokers | Create, Get, Get Many, Update | | Clients | Create, Delete, Get, Get Deleted, Get Many, Scroll, Update | | Client Properties | Create, Delete, Get, Get Many, Scroll, Update | | Custom Fields | Create, Create Option, Delete, Delete Option, Get, Get Many, Update | | History | Get (messages, notes, events, tasks, deals) | | Note Attachments | Create | | Projects | Create, Delete, Get, Get Many, Update | | Properties | Create, Create Link, Delete, Delete Link, Get, Get Deleted, Get Many, Get Options, Scroll, Update, Update Link | | Reference Data | Get Many (property statuses, publishings, portals, client statuses, client sources, snippet categories, groups, folders, comments, message trackings, recipes, rights) | | Relationships | Create, Delete, Get Many | | Snippets | Create, Delete, Get Many, Update, Add Attachment |

| Event | Type | | --- | --- | | Client Created | Webhook | | Client Updated (also fires on delete) | Webhook | | Client Property Created | Webhook | | Client Property Updated | Webhook | | Client Property Deleted | Webhook | | Document Created | Webhook | | Document Updated | Webhook | | Document Deleted | Webhook | | Project Created | Webhook | | Project Updated | Webhook | | Property Created | Webhook | | Property Updated (also fires on delete) | Webhook | | Saved Query Created | Webhook | | Saved Query Updated | Webhook | | Saved Query Deleted | Webhook | | Task Created | Webhook | | Task Updated | Webhook | | Task Deleted | Webhook |

Installation

  1. Create a new workflow or open an existing one
  2. Open the nodes panel by selecting + or pressing N
  3. Search for Propstack
  4. Select Install to install the node for your instance

Credentials

  1. Log in to Propstack and copy your API token
  2. In n8n, go to Credentials > Add credential
  3. Search for Propstack API (v1) or Propstack API v2 and paste your token

Each API version uses its own credential: v1 uses Propstack API, v2 uses Propstack API v2.

Resources & Operations

See the collapsible tables above under API Coverage for a full list.

For a detailed comparison between v1 and v2, see docs/v1-vs-v2.md. For a comparison with the Zapier integration, see docs/n8n-vs-zapier.md.

Development

git clone https://github.com/hansdoebel/n8n-nodes-propstack.git
cd n8n-nodes-propstack
npm install
npm run build
npm run lint

License

MIT