Actions
Create Segment
Create a Segment in your organization given a traffic type. This action does not configure the Segment in any environment.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"name": "test2",
"description": "test",
"trafficType": {
"id": "4e28aeb0-c755-11ed-9886-dea06841c80c",
"name": "account"
},
"creationTime": 1679375134052,
"tags": null
}
Was this page helpful?