8kit Node Actions
The 8kit Node provides five core actions that enable you to implement reliable patterns in your n8n workflows. Each action corresponds to one of 8kit's core capabilities.
Getting Started
Need help installing and configuring the 8kit Node? Check out our Getting Started guide for step-by-step instructions.
Available Actions
| Action | Purpose | Key Features |
|---|---|---|
| Uniqs | Track unique values to prevent duplicate processing and ensure data consistency | Add values, check existence, remove values, get all values |
| Lookups | Store bi-directional ID mappings between systems and maintain data relationships | Create mappings, search values, get all mappings, remove mappings |
| Locks | Coordinate access to shared resources and prevent race conditions | Acquire locks, check lock status, release locks |
| Last Updated | Track last successful polling time to enable incremental data fetching and resume after failures | Create records, get timestamps, update records |
| App Info | Monitor application health and get system information | Health checks, version info, system statistics |
Action Overview
| Action | Purpose | Use Cases |
|---|---|---|
| Uniqs | Prevent duplicate processing | Email deduplication, order processing |
| Lookups | Map IDs between systems | CRM integration, data synchronization |
| Locks | Coordinate resource access | File processing, API rate limiting |
| Last Updated | Track last successful polling time | Incremental polling, resume after failures |
| App Info | Monitor system health | Health checks, monitoring |
Next Steps
Ready to dive deeper? Explore each action in detail:
- Uniqs Actions - Prevent duplicate processing
- Lookups Actions - Map data between systems
- Locks Actions - Coordinate resource access
- Last Updated Actions - Enable incremental polling
- App Info Actions - Monitor system health
Each action includes detailed documentation, examples, and best practices to help you implement reliable patterns in your workflows.