Export data
Whole workspace
Export workspace → JSON returns a machine-readable export of:- All contacts and their custom fields
- All conversations and messages
- All knowledge sources and contents
- All flows and their configurations
- All audit-log entries
Single contact
On any contact profile → ⋯ → Export contact JSON. Returns the complete record for that person — used to fulfill GDPR subject access requests.Delete a contact
Data & privacy → Delete contact — search, select, confirm. Effects:- The contact record is deleted.
- Every conversation with this contact is deleted.
- Every message (inbound and outbound) is deleted.
- Files they uploaded are purged from storage (within 24h).
- Audit log retains the deletion event (timestamp, operator) — that stays.
Retention
Set how long resolved conversations are kept:| Retention | Effect |
|---|---|
| Forever (default) | Kept until you delete them |
| 30 / 90 / 365 days after resolution | Auto-deleted that many days after the last message on a resolved conversation |
Data residency
- Application data, knowledge vectors, and attachments live in the EU.
- LLM providers (when used) are routed through their EU endpoints where available.
- Zero-retention flags are set with every LLM provider — no prompts or completions are used for provider training.
Encryption
- At rest — AES-256.
- In transit — TLS 1.2+.
- Passwords — bcrypt, never stored in plaintext.
Who can do what
| Action | Role |
|---|---|
| Export workspace | Admin |
| Export single contact | Admin, Agent |
| Delete contact | Admin |
| Change retention policy | Admin |