Skip to content

Use case

Keep a searchable, exportable record of every business text.

Import the inbox and sent history already on your phones, merge it with your live messages, and retain or export it — a real business SMS archive.

Why teams archive

  • Business conversations live on staff phones and vanish when a device is lost or wiped.
  • Auditors, disputes, and policies require a retrievable record of what was sent and received.
  • Sent history from the phone’s own app is invisible to any tool that only captures messages going forward — only an import can recover it.

How SMSKit fits

Opt-in import pulls existing inbox + sent history into your isolated account; the unified timeline tags each message by origin; bulk export (NDJSON/CSV) and the pull API make it retrievable; retention and deletion are under your control.

Example bash
# Export your account's full message timeline for compliance/backup
curl "https://api.smskit.cloud/api/archive/export?from=2026-01-01&format=csv" \
  -H "X-Api-Key: sk_live_your_key" -o sms-archive.csv