Skip to main content

Parameters

ParameterDescription
DescriptionA description for the newly created segment.
NameThe name for the new segment.
Traffic TypeThe name or id of the traffic type. for example “user” or “account” (or their id).
WorkspaceThe id of the workspace for the new segment.

Example Output

{    "name": "test2",    "description": "test",    "trafficType": {        "id": "4e28aeb0-c755-11ed-9886-dea06841c80c",        "name": "account"    },    "creationTime": 1679375134052,    "tags": null}

Workflow Library Example

Create Segment with Split and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop