n8n-nodes-pleasanter
v0.1.1
Published
n8n node for Pleasanter API integration
Maintainers
Readme
n8n-nodes-pleasanter
A custom node for n8n to integrate with Pleasanter API.
Implemented according to the Pleasanter OpenAPI Specification.
Installation
As a Community Node
- Go to n8n Settings > Community nodes
- Search for
n8n-nodes-pleasanterand install
Manual Installation
cd ~/.n8n/nodes
npm install n8n-nodes-pleasanterFeatures
The following operations are available through the Pleasanter API:
| Operation | Description | |-----------|-------------| | Get | Retrieve records (single/multiple) | | Create | Create a new record | | Update | Update an existing record | | Delete | Delete a record |
Credential Configuration
| Parameter | Description | Example |
|-----------|-------------|---------|
| Base URL | Pleasanter server URL | https://your-pleasanter.com |
| API Key | Pleasanter API key | - |
| API Version | API version | 1.0 or 1.1 |
Usage
Get Record
Retrieve records by specifying Site ID or Record ID.
Key Options:
Offset: Pagination offsetSearch: Search keywordColumnFilterHash: Column filter conditionsColumnSorterHash: Sort conditions
Create Record
Create a new record by specifying Site ID.
Configurable Fields:
Title,Body: Basic fieldsStatus,Manager,Owner: Status and assigneesClassHash,NumHash,DateHash: Classification, numeric, and date fields
Update Record
Update an existing record by specifying Record ID.
Delete Record
Delete a record by specifying Record ID.
Links
License
MIT
