n8n-nodes-pangolin
v1.0.0
Published
n8n node to connect and use the Pangolin API
Maintainers
Readme
n8n-nodes-pangolin
This is an n8n community node to connect to the Pangolin API. This was completely vibe coded so I wouldn't be surprised if there are bugs. Please open an issue and I will try to fix it as soon as possible.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Version history
Installation
- Go to Settings > Community Nodes.
- Select Install.
- Enter in
n8n-nodes-pangolinas the package name. - Check the box to accept the risk of installing from a public source.
- Click on the "Install" button.
Operations
Every endpoint listed in the Official Pangolin SWAGGER API is in this node as an operation. They are currently named as the description of the endpoint. I would eventually like to come up with a better naming convention.
Credentials
Please read the Pangolin Integration API page to learn how to set up the API. As of November 2025, the integration API is disabled by default. The integration API is different than the internal Pangolin API.
There are multiple types of API keys: organization keys and root keys.
- Organization keys can be made from within the organization.
- From within an organization, in the left menu, ORGANIZATION > API Keys
- https://pangolin.example.tld/[organization slug]/settings/api-keys
- Root keys can only be made by a server admin. These keys are able to control the entire Pangolin instance so use and protect these keys with care.
- These can be created/edited in Server Admin > API Keys
- https://pangolin.example.tld/admin/api-keys
Compatibility
This node has been created on N8N version 1.118 and Pangolin 1.12. Prior versions may work but have not been tested.
| Tested | N8N Version | Pangolin Version | | --- | --- | --- | | Untested | < 1.118 | < 1.12 | | ✅ | 1.118-1.121 | 1.12 |
Resources
- n8n community nodes documentation
- Pangolin Home Page
- Pangolin Docs
- Pangolin API Documentation
- Pangolin Github
Version history
1.0.0
- Initial release.
