Cekat CRM Automation

The Cekat CRM node lets you automate CRM operations in n8n. Use triggers to react to CRM events and actions to read or modify CRM data.
How It Works
1
Trigger
A CRM event fires — item created, updated, deleted, or a value changes.
2
Process
Your n8n workflow processes the event data.
3
Action
Perform CRM actions — look up boards, create items, update records, etc.
Node Types
| Node Type | Description |
|---|---|
| Cekat CRM Trigger | Listens for CRM events |
| Cekat CRM | Performs CRM actions (lookup or modify) |
Authentication
Both nodes require a CekatOpenApi credential configured in n8n. Add your CekatAI API key when creating the credential.
Make sure your CekatAI account has the necessary permissions for the operations you want to perform.
Quick Reference
Triggers
| Trigger | Event | Description |
|---|---|---|
| On crm item created | crm_item.created | Fires when a new CRM item is created |
| On crm item updated | crm_item.updated | Fires when a CRM item is updated |
| On crm item deleted | crm_item.deleted | Fires when a CRM item is deleted |
| On crm value upserted | crm_value.upserted | Fires when a CRM field value is created or updated |
| On crm value deleted | crm_value.deleted | Fires when a CRM field value is deleted |
Lookup Actions
| Action | Operation | Description |
|---|---|---|
| Get all boards | (default) | Retrieve all CRM boards |
| Get board | getBoard | Retrieve a single board by ID |
| Get all items | getAllItems | Retrieve all items from a board |
| Get item | getItem | Retrieve a single item by ID |
| Search items | searchItems | Search items with filters |
Action Actions
| Action | Operation | Description |
|---|---|---|
| Create item | (default) | Create a new CRM item |
| Update item | updateItem | Update an existing CRM item |
| Delete items | deleteItems | Delete one or more CRM items |
