Create Segment
Create a Segment in your organization given a traffic type. This action does not configure the Segment in any environment.
Parameters
Parameter | Description |
---|---|
Description | A description for the newly created segment. |
Name | The name for the new segment. |
Traffic Type | The name or id of the traffic type. for example "user" or "account" (or their id). |
Workspace | The 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
Preview this Workflow on desktop