cogfy

n8n community node package for Cogfy API integration

Package Information

Released: 9/16/2025
Downloads: 3 weekly / 24 monthly
Latest Version: 1.2.2
Author: Amon Libanio

Documentation

n8n Cogfy Nodes

Publish Package to npm

n8n community nodes for Cogfy integration.

Contents

Installation

Install the community node package in your n8n instance:

@amonlibanio/n8n-nodes-cogfy

Usage

  1. Install the package in your n8n instance
  2. Add Cogfy API credentials in n8n
  3. 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

Discussion