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.
- 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.
You can install this node directly in n8n via Settings > Community Nodes.
Package Name: @connectorx/n8n-nodes-cortex
- 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_...).
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.
- 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).