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

v1.0.0

Published

A comprehensive n8n community node for DealHub providing quote management, DealRoom operations, product catalog, playbook automation, and CRM synchronization with 10 resources and 80+ operations.

Readme

n8n-nodes-dealhub

[Velocity BPA Licensing Notice]

This n8n node is licensed under the Business Source License 1.1 (BSL 1.1).

Use of this node by for-profit organizations in production environments requires a commercial license from Velocity BPA.

For licensing information, visit https://velobpa.com/licensing or contact [email protected].

A comprehensive n8n community node for DealHub, the quote-to-cash ecosystem that unifies CPQ (Configure, Price, Quote), CLM (Contract Lifecycle Management), subscription management, and revenue recognition. This node enables workflow automation for quote management, document generation, DealRoom operations, and CRM synchronization.

n8n Version License

Features

  • Quote Management - Create, update, approve, reject, publish, and manage quotes with full lifecycle support
  • DealRoom Operations - Create interactive proposal rooms, manage files, track visitor engagement, and handle e-signatures
  • Product Catalog - Manage products, pricing rules, bundles, and attributes
  • Playbook Automation - Access guided selling playbooks, questions, and simulate configurations
  • Approval Workflows - Handle approval requests, delegation, and approval history
  • Document Generation - Generate proposals, contracts, and export to PDF/Excel
  • Opportunity Sync - Bidirectional CRM synchronization for opportunities
  • User Management - Access user details, teams, and activity logs
  • Version Control - Manage product/playbook versions and rollbacks
  • Webhook Events - Real-time event notifications for quote and DealRoom activities

Installation

Community Nodes (Recommended)

  1. Open n8n
  2. Go to Settings > Community Nodes
  3. Click Install
  4. Enter n8n-nodes-dealhub
  5. Click Install

Manual Installation

# Navigate to your n8n installation directory
cd ~/.n8n

# Install the package
npm install n8n-nodes-dealhub

Development Installation

# Clone the repository
git clone https://github.com/Velocity-BPA/n8n-nodes-dealhub.git
cd n8n-nodes-dealhub

# Install dependencies
npm install

# Build the project
npm run build

# Create symlink to n8n custom nodes directory
mkdir -p ~/.n8n/custom
ln -s $(pwd) ~/.n8n/custom/n8n-nodes-dealhub

# Restart n8n
n8n start

Credentials Setup

DealHub API Credentials

| Field | Description | |-------|-------------| | API Key | API key generated from DealHub Admin Settings > API Configuration | | Environment | Select Production or Sandbox environment | | Subdomain | Your DealHub subdomain identifier (e.g., mycompany from mycompany.dealhub.io) |

Obtaining API Credentials

  1. Log in to your DealHub admin account
  2. Navigate to Admin Settings > API Configuration
  3. Generate a new API key with appropriate permissions
  4. Copy the API key and configure in n8n

Resources & Operations

Quote (14 operations)

| Operation | Description | |-----------|-------------| | Get | Retrieve a specific quote by ID | | Get All | List all quotes with filtering | | Create | Create a new quote via headless API | | Update | Update quote details and metadata | | Delete | Delete a draft quote | | Submit | Submit quote for approval | | Approve | Approve a pending quote | | Reject | Reject a quote with reason | | Publish | Publish quote to DealRoom | | Clone | Clone an existing quote | | Get Versions | Get all versions of a quote | | Set Active Version | Set a specific version as active | | Export PDF | Export quote as PDF document | | Export Excel | Export quote as Excel spreadsheet |

DealRoom (11 operations)

| Operation | Description | |-----------|-------------| | Get | Get DealRoom details by ID | | Get All | List all DealRooms | | Create | Create a new DealRoom for a quote | | Update | Update DealRoom settings | | Delete | Delete a DealRoom | | Add File | Add a file to DealRoom | | Remove File | Remove a file from DealRoom | | Get Activity | Get visitor activity metrics | | Get Signers | Get signers and status | | Send Reminder | Send signing reminder | | Expire | Manually expire a DealRoom |

Product (10 operations)

| Operation | Description | |-----------|-------------| | Get | Get product details by ID | | Get All | List all products in catalog | | Create | Create a new product | | Update | Update product information | | Delete | Remove a product from catalog | | Get Pricing | Get pricing rules for a product | | Update Pricing | Update product pricing | | Get Attributes | Get product attributes | | Add to Bundle | Add product to a bundle | | Remove from Bundle | Remove product from bundle |

Playbook (5 operations)

| Operation | Description | |-----------|-------------| | Get | Get playbook details | | Get All | List all playbooks | | Get Questions | Get playbook questions | | Get Answer Options | Get answer options for a question | | Simulate | Simulate playbook answers |

User (6 operations)

| Operation | Description | |-----------|-------------| | Get | Get user details by ID | | Get All | List all users | | Get Current | Get authenticated user | | Get Teams | Get user's teams | | Get Quotes | Get quotes assigned to user | | Get Activity | Get user activity log |

Version (7 operations)

| Operation | Description | |-----------|-------------| | Get | Get version details | | Get All | List all versions | | Get Current | Get active version | | Get Products | Get products in version | | Get Playbooks | Get playbooks in version | | Publish | Publish a version | | Rollback | Rollback to previous version |

Opportunity (6 operations)

| Operation | Description | |-----------|-------------| | Get | Get opportunity details | | Get All | List all opportunities | | Create | Create new opportunity | | Update | Update opportunity details | | Get Quotes | Get quotes for opportunity | | Sync | Sync with CRM |

Approval (6 operations)

| Operation | Description | |-----------|-------------| | Get | Get approval request details | | Get All | List pending approvals | | Approve | Approve a request | | Reject | Reject with reason | | Delegate | Delegate to another approver | | Get History | Get approval history |

Document (7 operations)

| Operation | Description | |-----------|-------------| | Get | Get document by ID | | Get All | List all documents | | Generate | Generate document from quote | | Download | Download document file | | Delete | Delete a document | | Get Templates | List document templates | | Preview | Preview before generation |

Webhook (7 operations)

| Operation | Description | |-----------|-------------| | Get | Get webhook configuration | | Get All | List all webhooks | | Create | Create new webhook | | Update | Update webhook settings | | Delete | Remove webhook | | Get Events | List available events | | Test | Send test event |

Trigger Node

The DealHub Trigger node listens for real-time webhook events:

| Event | Description | |-------|-------------| | quote.created | New quote created | | quote.updated | Quote details updated | | quote.submitted | Quote submitted for approval | | quote.approved | Quote approved | | quote.rejected | Quote rejected | | quote.published | Quote published to DealRoom | | quote.won | Quote marked as won | | quote.lost | Quote marked as lost | | dealroom.viewed | DealRoom accessed by prospect | | dealroom.signed | Document signed in DealRoom | | approval.requested | New approval request | | approval.completed | Approval process completed | | document.generated | Document generation completed | | opportunity.synced | Opportunity synced with CRM |

Usage Examples

Create and Publish a Quote

// 1. Create a quote
{
  "resource": "quote",
  "operation": "create",
  "name": "Enterprise Proposal - Q1 2024",
  "opportunityId": "opp_12345",
  "playbookId": "pb_standard",
  "currency": "USD",
  "expirationDate": "2024-03-31"
}

// 2. Submit for approval
{
  "resource": "quote",
  "operation": "submit",
  "quoteId": "{{$json.id}}"
}

// 3. Publish to DealRoom
{
  "resource": "quote",
  "operation": "publish",
  "quoteId": "{{$json.id}}",
  "createDealRoom": true,
  "notifyRecipients": true
}

Generate Document from Quote

{
  "resource": "document",
  "operation": "generate",
  "quoteId": "qt_12345",
  "templateId": "tmpl_proposal",
  "format": "pdf",
  "includeLineItems": true,
  "includeTerms": true
}

Monitor DealRoom Activity

Use the DealHub Trigger node with dealroom.viewed event to track when prospects view your proposals and trigger follow-up workflows.

Error Handling

The node handles DealHub API errors with detailed messages:

| Error Code | Description | |------------|-------------| | INVALID_REQUEST (400) | Malformed request or invalid parameters | | UNAUTHORIZED (401) | Invalid or expired API key | | FORBIDDEN (403) | Insufficient permissions | | NOT_FOUND (404) | Resource not found | | RATE_LIMITED (429) | Too many requests | | INTERNAL_ERROR (500) | Server-side error |

Security Best Practices

  1. Store API keys securely - Use n8n credentials, never hardcode
  2. Use environment selection - Test in sandbox before production
  3. Verify webhook signatures - Enable signature verification for triggers
  4. Limit permissions - Create API keys with minimum required access
  5. Monitor rate limits - The node handles rate limiting automatically

Development

# Install dependencies
npm install

# Build
npm run build

# Run linting
npm run lint

# Fix linting issues
npm run lint:fix

# Run tests
npm test

# Run tests with coverage
npm run test:coverage

Author

Velocity BPA

Licensing

This n8n community node is licensed under the Business Source License 1.1.

Free Use

Permitted for personal, educational, research, and internal business use.

Commercial Use

Use of this node within any SaaS, PaaS, hosted platform, managed service, or paid automation offering requires a commercial license.

For licensing inquiries: [email protected]

See LICENSE, COMMERCIAL_LICENSE.md, and LICENSING_FAQ.md for details.

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Support

Acknowledgments

  • DealHub for their comprehensive CPQ platform and API
  • n8n for the powerful workflow automation platform
  • The n8n community for inspiration and best practices