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

v0.1.10

Published

n8n community nodes for Delightloop — manage contacts and campaigns

Readme

n8n-nodes-delightloop

This package provides n8n community nodes for Delightloop — a gifting and campaign management platform. It lets you automate contact and campaign workflows directly from n8n.

Nodes

Delightloop

Action node with two resources:

Contact

| Operation | Description | |-----------|-------------| | Create | Create a new contact | | Bulk Create | Create multiple contacts at once | | Get | Retrieve a contact by ID | | Get Many | Retrieve a list of contacts with optional search and pagination | | Update | Update contact fields |

Campaign

| Operation | Description | |-----------|-------------| | Get | Retrieve a campaign by ID | | Get Many | Retrieve a list of campaigns with optional status filter | | Add Contacts | Add one or more contacts to a live campaign |

Delightloop Trigger

Webhook trigger node. Starts a workflow when Delightloop fires an event. Supported events:

  • campaign.created — A new campaign is created
  • campaign.updated — Campaign details are updated
  • campaign.status_changed — Campaign status changes (draft → live → completed)
  • campaign.deleted — A campaign is deleted
  • campaign.recipients_added — Recipients are added to a campaign
  • recipient.created — A recipient is added to a campaign
  • recipient.status_changed — A recipient status changes
  • recipient.email_sent — An email is sent to a recipient
  • recipient.feedback_submitted — A recipient submits gift feedback

Credentials

Only one field is required:

| Field | Description | |-------|-------------| | API Key | Your Delightloop API key. Get it from Settings → API Keys in the Delightloop dashboard. |

The API key is validated automatically when you save the credential.

Installation

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

n8n-nodes-delightloop

Example Workflows

Sync contacts from a CRM to Delightloop

  1. Trigger: Schedule or CRM webhook
  2. Delightloop → Contact → Bulk Create with mapped fields

React to gift feedback in real time

  1. Delightloop Trigger → select recipient.feedback_submitted
  2. Connect to Slack, email, or CRM node to log the feedback

Add contacts to a campaign when they fill a form

  1. Trigger: Typeform / Google Sheets / Webhook
  2. Delightloop → Contact → Create
  3. Delightloop → Campaign → Add Contacts using the returned contactId

Resources

License

MIT