coghub

n8n node to connect with Coghub

Package Information

Downloads: 25 weekly / 142 monthly
Latest Version: 1.0.4
Author: Cogmo Technology

Documentation

@cogmo.colab/n8n-nodes-coghub

Automate your
Coghub
workflows with
n8n
!

screenshot

npm version

Tables of Contents

Installation

Install the community node package in your n8n instance:

@cogmo.colab/n8n-nodes-coghub

Usage

  1. Install the community package to your n8n instance.
  2. Add Coghub API credentials in n8n.
  3. Create a new workflow with the Coghub node.

Credentials

There are few types of credentials (accounts) that you can use to authenticate with Coghub API.

For different Coghub API Endpoints you'll need different credentials - please
refer to the Coghub API documentation for more information.

We suggest you create Coghub API credentials in n8n for each type of account and name it Coghub - {TYPE}
for better clarity.

Platform

This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.

User

This token can be obtained by visiting the profile page or via rails console.

or Super Admin token in some cases

Inbox

This token can be obtained by visiting the inbox settings page.

Development

The node is generated from the
Coghub OpenAPI
using
n8n-openapi-node.

Likely the fix should be done in the OpenAPI specification file or in the generator itself.

Discussion