n8n nodes for create charges and payments with Woovi
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-woovi
in Enter npm package name. field. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
To get started install the package in your n8n root directory:
npm install n8n-nodes-woovi
- Go to Credentials.
- Select
Add Credential
button. - Select
Woovi API
from the Search for app dropdown. - Get your Woovi API key from API Getting Started.
- Enter your Woovi API key in the API Key field.
- Fork it (https://github.com/entria/n8n-nodes-woovi/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'feat(fooBar) Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request