Your Crisp conversations, in your database

Briskport exports every Crisp.chat conversation to your PostgreSQL warehouse in real-time. No manual exports, no CSV files, no data silos.

< 500ms
Average latency
24/7
Real-time sync
0
Data stored by us

Three steps to structured data

From installation to your first query in under five minutes.

01

Install the plugin

Add Briskport to your Crisp workspace from the marketplace. One click, no configuration files, no API keys to manage.

02

Connect your warehouse

Enter your PostgreSQL connection details. Briskport verifies the connection, creates the schema, and starts listening for events.

03

Query your data

Every conversation flows into your database in real-time. Use SQL, BI tools, or your own applications to analyze customer interactions.

What you can build with your data

Conversations are one of the richest data sources in your business. Put them to work.

Customer support analytics

Measure response times, identify recurring issues, and track resolution rates across your support team. Turn every conversation into actionable metrics.

Product intelligence

Extract feature requests, bug reports, and user sentiment directly from chat data. Prioritize your roadmap based on what customers actually say.

AI and ML training

Feed structured conversation data into your models. Build better chatbots, improve sentiment analysis, and automate ticket classification.

Sales pipeline insights

Identify buying signals, track lead quality, and understand conversion patterns. Connect chat interactions to revenue outcomes.

Compliance and audit

Keep a complete, queryable record of all customer interactions in your own infrastructure. Full control over retention and access policies.

Custom integrations

Your data lives in PostgreSQL - connect it to anything. Metabase, Grafana, dbt, Jupyter, or your own internal tools.

Your data, your infrastructure

Briskport does not store your conversation content. Data flows directly from Crisp to your PostgreSQL database over encrypted connections. You control retention, access, and processing.

  • TLS-encrypted connections to your database
  • Zero data retention on Briskport servers
  • Automatic retry on delivery failures
  • Full ownership of your data and schema
-- Your warehouse, your queries
SELECT c.session_id,
m.content,
m.sent_at,
m.sender_type
FROM conversations c
JOIN messages m
ON c.id = m.conversation_id
WHERE c.created_at > now() - interval '7 days'
ORDER BY m.sent_at DESC;

The full export pipeline

A complete set of tools from chat to warehouse, with more capabilities shipping regularly.

  • Real-time export of Crisp.chat conversations
  • Automatic data warehouse synchronization
  • PostgreSQL-compatible database support
  • Export monitoring dashboard with logs
  • Historical conversation retrieval Beta

Coming soon

  • Analytics and trend insights Soon
  • Selective export with conversation filters Soon
  • Trigger-based alert notifications Soon

One plan, everything included

No usage tiers, no per-seat charges, no surprises. A flat rate that covers unlimited real-time exports for your entire Crisp workspace.

50€/ month

Cancel anytime

  • Unlimited real-time conversation export
  • PostgreSQL-compatible warehouse support
  • Automatic schema creation and sync
  • Export monitoring dashboard and logs
  • Historical data retrieval (beta)
  • Dedicated support during office hours

Frequently asked questions

Can't find what you're looking for? Reach out through the chat widget and we'll help.

Briskport is a Crisp.chat plugin that exports your customer conversations to your own PostgreSQL-compatible data warehouse in real-time. Every message, metadata, and conversation event is delivered to your database as it happens, so you can analyze it with your own tools.

Stop exporting CSVs.
Start querying conversations.

Set up Briskport in under five minutes and have every Crisp conversation in your warehouse, forever.