Package Information
Released: 6/10/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 1.0.2
Author: valyors
Available Nodes
Documentation
n8n-nodes-flowtly
This node allows you to integrate Flowtly with n8n. It offers the following features:
- Authentication with Flowtly API
- Organization retrieval
- JWT token management
Installation
npm install n8n-nodes-flowtly
Configuration
- In n8n, add a new Flowtly node
- Configure the credentials with your Flowtly email and password
- Select the desired operation (Login, Get Organizations, etc.)
Available Operations
Login
Authenticates the user and returns a JWT token.
Get Organizations
Retrieves the list of organizations accessible with the JWT token.
Development
# Install dependencies
npm install
# Build
npm run build
# Tests
npm run test
Support
For any questions or issues, please open an issue on GitHub.
License
MIT