What problem does it solve?
Celigo lookup caches eliminate slow, repeated external lookups by storing reference data as fast in-memory key-value entries for integration processing.
Core Features & Use Cases
- Fast cross-reference ID mapping: Resolve external-to-internal IDs (and other fields) without per-record API calls during imports/exports.
- Deduplication and debouncing: Track processed record IDs or composite keys to prevent duplicate work.
- State tracking across runs: Maintain timestamps, batch markers, and other workflow state without adding custom storage.
- Static reference tables: Cache relatively stable data such as category hierarchies or overrides, with optional inclusion in templates/cloning.
- Operational controls: Create caches, load/upssert key-value data, retrieve keys by exact match or prefix, delete selected keys, or purge all entries; manage size governance and refresh strategies.
Quick Start
Ask: "Create a Celigo lookup cache named Product SKU to NetSuite ID, load SKU-to-internal-ID mappings, then configure an import lookup that extracts nsId from each cached JSON value using the cache key."