0.3.0 • Published 1 year ago

n8n-nodes-openpix v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

n8n-nodes-openpix

OpenPix N8N logo

NPM Version

https://nodei.co/npm/n8n-nodes-openpix.png?downloads=true&downloadRank=true&stars=true

n8n nodes for create charges and payments with OpenPix

How to use

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-openpix in Enter npm package name. field.
  4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
  5. Select Install.

Manual installation

To get started install the package in your n8n root directory:

npm install n8n-nodes-openpix

Setup

  1. Go to Credentials.
  2. Select Add Credential button.
  3. Select OpenPix API from the Search for app dropdown.
  4. Get your OpenPix API key from API Getting Started.
  5. Enter your OpenPix API key in the API Key field.

API Reference

Contributing

  1. Fork it (https://github.com/open-pix/n8n-nodes-openpix/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'feat(fooBar) Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request