Back to Nodes

Cogfy Messenger

Last updated Sep 16, 2025

n8n community node package for Cogfy API integration

3 Weekly Downloads
13 Monthly Downloads

Included Nodes

Cogfy Messenger
Cogfy Tables

Description

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