SwiftCRM

Exporting data

What you'll achieve: Get your leads out anytime. CSV from the dashboard; full access via API and webhooks. Export-first, no lock-in.

CSV export

In the app: open a project → Leads → use the Export or Download CSV action. Columns include name, email, phone, source_url, created_at, and custom attributes.

API

Leads are stored per project. Use the app's authenticated routes to list and export leads programmatically. For public ingestion you use POST /api/public/lead; for reading leads you use the dashboard or future read API.

Webhooks

On Starter and Growth, configure a webhook URL to receive each new lead in real time. You can pipe that into a spreadsheet, CRM, or your own database.

Webhooks · API reference