n8n-nodes-openpix
v0.3.0
Published
n8n nodes for OpenPix
Downloads
553
Readme
n8n-nodes-openpix
n8n nodes for create charges and payments with OpenPix
How to use
Community Nodes (Recommended)
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-openpix
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.
Manual installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-openpix
Setup
- Go to Credentials.
- Select
Add Credential
button. - Select
OpenPix API
from the Search for app dropdown. - Get your OpenPix API key from API Getting Started.
- Enter your OpenPix API key in the API Key field.
API Reference
Contributing
- Fork it (https://github.com/open-pix/n8n-nodes-openpix/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