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

@rjsebening/n8n-nodes-vibetrack

v0.0.8

Published

vibetrack.com n8n node

Readme

n8n-nodes-vibetrack

n8n Community Node Version License

An n8n community node for the Vibetrack public API — read projects, triggers, conversions, and attribution data directly from your workflows.


What is n8n?

n8n is a workflow automation tool that connects apps and APIs (Vibetrack, CRMs, Slack, databases, webhooks, …) so processes run automatically instead of by hand.


Overview

Vibetrack is a conversion and ad-tracking platform. This node wraps the official Vibetrack API v1 so you can:

  • Retrieve authentication data through the API Call resource
  • List all projects your API key has access to
  • List online conversions with date range, trigger, email, limit, and offset filters
  • Create offline conversions for active offline triggers
  • List online and offline conversion triggers for a project
  • Aggregate attribution data for campaign, ad set, or ad identifiers
  • Manage outgoing webhooks for conversion.created events
  • Add or invite team members for project or workspace access
  • Start workflows from Vibetrack webhooks with the Vibetrack Trigger node

Operations

Resource: Project

| Operation | Description | | ---------- | -------------------------------------------------- | | Get Many | Lists all projects accessible via the API key |

Resource: API Call

| Operation | Description | | ----------------------- | ------------------------------------------------ | | Get Authentication Data | Returns user metadata for the current API key | | Make Request | Makes a custom authenticated VibeTrack API call |

Resource: Conversion Triggers

| Operation | Description | | ---------------- | ----------------------------------------- | | Get Many Online | Lists active online conversion triggers | | Get Many Offline | Lists active offline conversion triggers |

Resource: Conversions

| Operation | Description | | --------------- | -------------------------------------------------- | | Get Many Online | Lists online conversions for a project and filters | | Create Offline | Sends one offline conversion |

Resource: Attribution

| Operation | Description | | --------- | ------------------------------------------------ | | Aggregate | Aggregates attribution data for selected IDs |

Resource: Team Member

| Operation | Description | | ------------- | -------------------------------------------- | | Add or Invite | Adds an existing user or sends an invitation |

Resource: Webhooks

| Operation | Description | | ---------- | ------------------------------------- | | Get Many | Lists project webhook endpoints | | Create | Creates a project webhook endpoint | | Deactivate | Deactivates a project webhook endpoint |

Node: Vibetrack Trigger

Starts a workflow when Vibetrack sends a conversion.created webhook for a selected project.

Project and trigger dropdowns are populated automatically, so you can pick entries by name instead of pasting IDs. JSON fields such as metadata and attribution mappings accept JSON expressions or plain JSON objects.


Installation

Requirements

  • n8n 2.0.0 or higher
  • A Vibetrack account with an API key (create one in your Vibetrack workspace settings)

Install via Community Nodes

  1. In n8n, open Settings → Community Nodes
  2. Click Install
  3. Enter one of the package names below
  4. Restart n8n — the Vibetrack node will appear in the node panel

Option 1 – Scoped (recommended)

@rjsebening/n8n-nodes-vibetrack

Option 2 – Unscoped

n8n-nodes-vibetrack

Credentials

Create a new credential of type Vibetrack API:

| Field | Value | | ------------ | -------------------------------------------- | | API Base URL | https://api.vibetrack.com (default) | | API Key | Your personal Vibetrack API key |

n8n sends the API key as X-API-Key. API paths include /api/v1 as defined by the official OpenAPI specification.


Example: fetch online conversions of a project

  1. Add a Vibetrack node
  2. Select Resource Project, Operation Get Many → you get the list of projects
  3. Add another Vibetrack node, Resource Conversions, Operation Get Many Online
  4. Pick the project from the dropdown, choose a date range, and optionally filter by trigger or email
  5. Execute — you receive the matching conversion records

About the author

Built by Rezk Jörg Sebening — n8n, API and automation work for the DACH region. Follow on GitHub for more community nodes.


Disclaimer

This is an unofficial community node. It is not affiliated with, endorsed, or sponsored by Vibetrack. It only provides an interface to the publicly available Vibetrack API under Vibetrack's terms of use.

  • Maintained by the community
  • For issues with the Vibetrack API itself, please contact Vibetrack directly
  • All Vibetrack trademarks and logos belong to Vibetrack