@connectorx/n8n-nodes-cortex
v0.1.30
Published
n8n nodes for Cortex API
Maintainers
Keywords
Readme
n8n-nodes-cortex
This is an n8n Community Node for interacting with the Cortex API. It allows you to send messages, manage conversations, and interact with Kanban resources within your Cortex environment.
Features
- Authentication: Supports standard Cortex User Tokens and API Tokens.
- Dynamic Tenant Selection: Automatically fetches accessible tenants.
- User Tokens: Lists all tenants the user has access to.
- API Tokens: Automatically detects the single tenant associated with the token.
- Resources:
- Message: Send text, media, notes, and reactions.
- Conversation: Update conversation status, owner, and column.
Installation
You can install this node directly in n8n via Settings > Community Nodes.
Package Name: @connectorx/n8n-nodes-cortex
Credentials
- Base URL: The URL to your Cortex API functions (e.g.,
https://your-project.supabase.co/functions/v1/api). - Access Token: Your Cortex JWT or API Token (
cortex_...).
Usage
Tenant Selection
The node requires you to select a Tenant to interact with.
- If you use a User Token, the dropdown will populate with all your tenants.
- If you use an API Token (
cortex_...), the dropdown will automatically show the specific tenant bound to that token.
Operations
- Send Message: Supports various types (Text, Image, Video, Audio, Document, Voice, Note, Reaction).
- Update Conversation: Move cards between columns, change owners, or update status (Open/Closed/Snoozed).
