Package Information
Released: 9/16/2025
Downloads: 3 weekly / 24 monthly
Latest Version: 1.2.2
Author: Amon Libanio
Documentation
n8n Cogfy Nodes
n8n community nodes for Cogfy integration.
Contents
Installation
Install the community node package in your n8n instance:
@amonlibanio/n8n-nodes-cogfy
Usage
- Install the package in your n8n instance
- Add Cogfy API credentials in n8n
- Create workflows using the Cogfy nodes:
- CogfyMessenger - For messaging operations
- CogfyTables - For database operations
Screenshots
Credentials Setup
CogfyMessenger Node
CogfyTables Node
Development
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm test
# Development mode
npm run dev