Segment destination
Updated August 20, 2026Getting started
- Go to Data & Integrations > Integrations and select the Segment entry in the Directory tab.
- (Optional) Select the data sources that you want to connect to your outbound integration. You can always connect data sources later. We'll only show you data sources that work with your integration.
-
Configure your integration.
- Source Write Key: The **Write Key** of a Segment source.
- Endpoint Region: The region to send your data.
- Click Enable Destination.
Actions
When you're done setting things up, you can go to the Actions tab to see how we map incoming data to your integration.
| Action | Default Trigger | Description |
|---|---|---|
| Send Identify | type = "identify" | Send an identify call to Segment’s tracking API. This is used to tie your users to their actions and record traits about them. |
| Send Group | type = "group" | Send a group call to Segment’s tracking API. This is used to associate an individual user with a group |
| Send Screen | type = "screen" | Send a screen call to Segment’s tracking API. This is used to track mobile app screen views. |
| Send Page | type = "page" | Send a page call to Segment’s tracking API. This is used to track website page views. |
| Send Track | type = "track" | Send a track call to Segment’s tracking API. This is used to record actions your users perform. |