Skip to main content

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

ActionPurposeKey Features
UniqsTrack unique values to prevent duplicate processing and ensure data consistencyAdd values, check existence, remove values, get all values
LookupsStore bi-directional ID mappings between systems and maintain data relationshipsCreate mappings, search values, get all mappings, remove mappings
LocksCoordinate access to shared resources and prevent race conditionsAcquire locks, check lock status, release locks
Last UpdatedTrack last successful polling time to enable incremental data fetching and resume after failuresCreate records, get timestamps, update records
App InfoMonitor application health and get system informationHealth checks, version info, system statistics

Action Overview

ActionPurposeUse Cases
UniqsPrevent duplicate processingEmail deduplication, order processing
LookupsMap IDs between systemsCRM integration, data synchronization
LocksCoordinate resource accessFile processing, API rate limiting
Last UpdatedTrack last successful polling timeIncremental polling, resume after failures
App InfoMonitor system healthHealth checks, monitoring

Next Steps

Ready to dive deeper? Explore each action in detail:

  1. Uniqs Actions - Prevent duplicate processing
  2. Lookups Actions - Map data between systems
  3. Locks Actions - Coordinate resource access
  4. Last Updated Actions - Enable incremental polling
  5. App Info Actions - Monitor system health

Each action includes detailed documentation, examples, and best practices to help you implement reliable patterns in your workflows.