n8n-nodes-chatwork
Version:
Provides n8n nodes to retrieve data from Chatwork API.
67 lines (41 loc) • 1.62 kB
Markdown

# n8n-nodes-chatwork
Provides n8n nodes to retrieve data from Chatwork API.
## If you have n8n installed: Install custom nodes module
Install it to the n8n root folder. This is the node_modules folder on the same level of n8n and n8n-core. This differs when you used the -g flag on n8n initial installation. From there do:
```
npm install n8n-nodes-chatwork
```
## Fresh install n8n
Navigate to desired folder, create a package json and install n8n like so:
```
cd /var/www/vhosts/
mkdir my-n8n && cd my-n8n
npm init --yes
npm install n8n
npm install n8n-nodes-chatwork
```
## Start n8n
Directly:
```
n8n
```
Plesk or C-Panel:
```
node /var/www/vhosts/n8n/bin/n8n
```
## Latest functionality
Xentral endpoints include endpoints of old and new API as well as the support for multiple databases.
## Use
// TODO
## Contribution
To make this node even better, please let us know, [how you use it](mailto:hoang.dv@outlook.com). Commits are always welcome.
## Issues
If you have any issues, please [let us know on GitHub](https://github.com/hoangsetup/n8n-nodes-chatwork/issues).
## About
Special thanks to [N8n nodemation](https://n8n.io) workflow automation by Jan Oberhauser.
Nodes by [codetheworld.io](https://codetheworld.io). For productive use and consulting on this, [contact us please](mailto:hoang.dv@outlook.com).
This node was programmed with :heart: by Hoang Dinh Van [hoangsetup](https://github.com/hoangsetup)
#25: Implement PUT /rooms/{room_id}/messages/{message_id} api
fix #25
Bum version to v1.2.0