Actions
Enable Segment In Environment
Activate a Segment in an environment to be able to set its definitions.

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 |
|---|---|
| Environment | The id of the environment in which to activate this segment. |
| Segment Name | The name of the segment to activate. |
| Workspace | The id of the workspace in which the environment resides. |
{
"name": "friendly_customers_2",
"environment": {
"id": "...",
"name": "Development"
},
"trafficType": {
"id": "...",
"name": "user"
},
"creationTime": 1577737036448
}
Was this page helpful?