Package Information
Documentation
n8n-nodes-vibetrack
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
- In n8n, open Settings → Community Nodes
- Click Install
- Enter one of the package names below
- 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
- Add a Vibetrack node
- Select Resource Project, Operation Get Many → you get the list of projects
- Add another Vibetrack node, Resource Conversions, Operation Get Many Online
- Pick the project from the dropdown, choose a date range, and optionally filter by trigger or email
- 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