Package Information
Downloads: 0 weekly / 40 monthly
Latest Version: 1.1.1
Author: DuanPeng1314
Available Nodes
Documentation
n8n-nodes-pocketbase
This is an n8n community node for PocketBase - an open-source backend with realtime database, authentication, and file storage.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-pocketbase
Features
This node supports the following PocketBase API operations:
Records
- Get Many - List records with filter, sort, and pagination
- Get - Get a single record by ID
- Create - Create a new record
- Update - Update an existing record
- Delete - Delete a record
Collections
- Get Many - List all collections
- Get - Get collection details
Files
- Get URL - Get file download URL with optional thumbnail
- Get Token - Get protected file access token
Health
- Check - Check PocketBase server health status
Credentials
To use this node, you need to configure the following credentials:
| Field | Description |
|---|---|
| PocketBase URL | Your PocketBase instance URL (e.g., https://your-pb.com) |
| Admin or user email | |
| Password | Account password |
| Auth Collection | Authentication collection (default: _superusers) |
Compatibility
- PocketBase: v0.22.0+
- n8n: v1.0.0+
