n8n community node for PocketBase - Open Source backend with realtime database, authentication, and file storage
npm install n8n-nodes-pbThis 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.
Follow the installation guide in the n8n community nodes documentation.
``bash`
npm install n8n-nodes-pocketbase
This node supports the following PocketBase API operations:
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) |_superusers`) |
| Email | Admin or user email |
| Password | Account password |
| Auth Collection | Authentication collection (default:
- PocketBase: v0.22.0+
- n8n: v1.0.0+
- PocketBase Documentation
- n8n Community Nodes