The Segment integration sends customer data and event tracking from Convor to your Segment workspace. Convor pushes events like conversations started, messages
The Segment integration sends customer data and event tracking from Convor to your Segment workspace. Convor pushes events like conversations started, messages sent, and conversations closed to Segment, which then forwards them to any of your 400+ connected destinations including analytics tools, CRMs, and marketing platforms.
In your Segment Dashboard, go to Sources, then Catalog. Create a new source (choose "JavaScript SDK" or any server-side source type). Once the source is created, open its settings and copy the Write Key from the API Keys section.
# Segment Write Key format
# Can be a legacy Write Key or a token depending on your source type
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxIn your Convor dashboard, open Integrations → Segment. Enter your Write Key. Click Test Connection to verify the credentials, then save. Convor will begin sending events to Segment immediately.
{
"integration": "segment",
"writeKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}Convor sends the following events to Segment. Each event includes relevant properties like conversation ID, visitor ID, and timestamp. You can use these events to build funnels, trigger workflows, and analyze customer support patterns across your analytics tools.
| Event | Description | Properties |
|---|---|---|
| conversation_started | A visitor starts a new conversation | conversation_id, visitor_id, page_url |
| message_sent | A message is sent in a conversation | conversation_id, sender_type, message_type |
| conversation_closed | A conversation is marked as resolved | conversation_id, resolution_time, operator_id |
| Feature | Description | Status |
|---|---|---|
| Event Tracking | Send conversation and message events to Segment | Supported |
| Identify Users | Associate visitor profiles with Segment identities | Supported |
| 400+ Destinations | Forward events to any Segment-connected tool | Supported |
| Real-time | Events are sent immediately as they occur | Supported |
Warning
Segment Write Keys are source-specific. If events are not reaching your destinations, verify that the Write Key belongs to the correct source and that your destinations are connected to that source.
Last updated: Aug 10, 2026
Was this page helpful?