This n8n community node lets you use PocketBase as superuser (admin) in your n8n workflows.
Follow the installation guide in the n8n community nodes documentation.
This module support all CRUD actions, executed as superuse (admin).
- Get List
- Get One
- Get Full List
- Get First List Item
- Update
- Create
- Delete
- n8n >=1.49.0
- PocketBase >=0.23.0
- Node.js >=18.10.0
If you are using PocketBase 0.22 or older, please stick with version 1.0.0 of this node, since Pocketbase introduced major changes in the API.
Older versions may work, but are not tested.
This module is a fork of n8n-nodes-pocketbase with some changes:
- All actions are performed as superuser (admin)
- Adds support for
getFirstListItem
,getFullList
anddelete
actions - Adds support for
skipTotal
parameter
Those modules are not compatible with each other, but can be installed together and used side by side.