Segment
Analytics

Segment Connector

Connect to Segment for event tracking (track, identify, page, group, alias) and source/destination management via the Config API.

$pip install "toolsconnector[segment]"
14
Actions
Analytics
Category
Free
Apache 2.0

All 14 Actions

Action Description Parameters Returns
aliasCreate an alias for a userprevious_id, user_idSegmentTrackResult
batch_identify ⚠Send a batch of identify callsusersSegmentTrackResult
batch_track ⚠Send a batch of track eventseventsSegmentTrackResult
create_source ⚠Create a new Segment sourcename, catalog_nameSegmentSource
delete_source ⚠Delete a Segment sourcesource_idbool
get_destinationGet a specific destination for a sourcesource_id, destination_idSegmentDestination
get_sourceGet a specific source by IDsource_idSegmentSource
groupAssociate a user with a groupuser_id, group_id  [traits]SegmentTrackResult
identifyIdentify a user with traitsuser_id  [traits]SegmentTrackResult
list_destinationsList destinations for a sourcesource_idlist
list_sourcesList sources in the workspace[limit]PaginatedList[SegmentSource]
list_warehousesList connected warehouseslist
pageTrack a page viewuser_id  [name, properties]SegmentTrackResult
trackTrack an event for a useruser_id, event  [properties]SegmentTrackResult
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing