Your list, encrypted — and searchable anyway.
Import, tag, and segment contacts whose email, phone, and name are encrypted at rest with AES-256-GCM — searchable through blind lookup hashes, so you find people without ever exposing plaintext.
Plaintext is never stored or queried — lookups match the blind hash.
Encrypted at rest, searchable anyway.
Email, phone, and name are stored as ciphertext with AES-256-GCM. Lookups run against blind hashes instead of plaintext — so you can still find a contact by email or phone, and new imports de-duplicate on the email hash, without QuickGrow ever querying the readable value.
AES-256-GCM at rest
Email, phone, and name are stored as encrypted bytes, never as readable columns.
Search on blind hashes
Equality lookups match against blind lookup hashes, so the plaintext is never queried.
Dedup on the email hash
New contacts are matched against the email hash, so duplicates merge without decrypting anything.
Import your way — deduped as it lands.
Map columns from a CSV, add contacts one at a time, or push them over the REST API. Every import runs as a tracked batch you can follow to completion, de-duplicates on the email hash, and captures custom fields, tags, and source as it goes. Phone-only contacts are welcome — an email address is never required.
Consent, done right.
Record consent per channel and per type — marketing or transactional — with a full history of when it was granted and withdrawn. Enable double opt-in and a contact must confirm before their consent goes active, so every send is backed by a verifiable record.
Segments that describe themselves.
Combine AND/OR condition groups with rich operators tuned to each field type — string, number, date, array, and status — over status, source, tags, engagement score, and last-engaged date. Segments feed straight into campaigns and automations, and stay live: as contacts change, membership follows.