Package Information
Available Nodes
Documentation
@cogmo.colab/n8n-nodes-coghub
Automate your
Coghub
workflows with
n8n
!

- GitHub: cogmo-technology/n8n-nodes-coghub
- npm: @cogmo.colab/n8n-nodes-coghub
- Coghub API reference: https://www.coghub.com/developers/api/
- 👉 Generated from
Coghub OpenAPI
using
n8n-openapi-node
Tables of Contents
Installation
Install the community node package in your n8n instance:
@cogmo.colab/n8n-nodes-coghub
Usage
- Install the community package to your n8n instance.
- Add Coghub API credentials in n8n.
- 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.