@avantguardllc/n8n-nodes-pxl
v0.1.7
Published
n8n node for PXL
Maintainers
Readme
PXL n8n Node
URL shortener with analytics. Create and manage short links and view click insights via the Pxl API.
Table of Contents
Installation
Follow the n8n community node installation guide.
Or install directly via npm:
npm install @avantguardllc/n8n-nodes-pxlAuthentication
This node authenticates using an API Key.
| Setting | Value |
|---------|-------|
| Type | API Key |
| Base URL | https://api.pxl.to/api (editable in credentials) |
Tip: The Base URL can be changed in the credential settings if your instance uses a different host.
Resources & Operations
Base URL: https://api.pxl.to/api
Short
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /v1/short | List short links |
| 🟢 POST | /v1/short | Create a short link |
| 🔵 GET | /v1/short/{id} | Read a short link |
| 🟡 PUT | /v1/short/{id} | Update a short link |
| 🔴 DELETE | /v1/short/{id} | Read a short link |
Insight
| | Endpoint | Description |
|---|----------|-------------|
| 🔵 GET | /v1/insight | List insight |
Compatibility
- n8n version: 1.0+ (tested on 2.x)
- Node.js version: 18+
