n8n-nodes-basevn-service
v0.1.6
Published
n8n node for BaseVN - App Service integration
Downloads
405
Maintainers
Readme
n8n-nodes-basevn-service
n8n community node for BaseVN - App Service integration.
Installation
Install from npm in your n8n root directory:
npm install n8n-nodes-basevn-serviceOr install via n8n Community Nodes:
- Go to Settings → Community Nodes
- Click Install
- Enter
n8n-nodes-basevn-service
Prerequisites
- n8n instance (self-hosted or cloud)
- Base.vn account with BaseVN - App Service access
- API access token (
access_token_v2)
Configuration
- Add new credentials: BaseVN - App Service
- Enter your Base.vn domain (e.g.,
example.base.vn) - Provide your
access_token_v2
Features
Resources
Group
- Get: Retrieve group by ID
- Get Many: List all groups with pagination
Request
- Get: Get request details by ID
- Get Many: List requests with filters
- Create Request: Create a new request
- Get with Custom Table: Retrieve requests with custom table data
- Add Follower: Add follower to request
- Get Posts: Load posts from request with pagination
- Get Comments: Load comments from post with pagination
API Documentation
For complete API reference and detailed documentation, see: 📘 Base.vn Service API - Postman Documentation
Operations Examples
Create Request:
{
"username": "admin",
"group_id": "123",
"name": "New Service Request",
"content": "Request description",
"direct_managers": "hung admin"
}Get Posts with Pagination:
{
"request_id": "456",
"last_id": "0"
}Support
- Issues: GitHub Issues
- Documentation: Base.vn API Docs
License
MIT
