basevn-service

n8n node for BaseVN - App Service integration

Package Information

Downloads: 131 weeklyĀ /Ā 703 monthly
Latest Version: 0.1.10
Author: BaseVN

Documentation

n8n-nodes-basevn-service

n8n community node for BaseVN - App Service integration.

NPM Version

Installation

Install from npm in your n8n root directory:

npm install n8n-nodes-basevn-service

Or install via n8n Community Nodes:

  1. Go to Settings → Community Nodes
  2. Click Install
  3. 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

  1. Add new credentials: BaseVN - App Service
  2. Enter your Base.vn domain (e.g., example.base.vn)
  3. 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

License

MIT

Discussion