Enable Segment In Environment
Activate a Segment in an environment to be able to set its definitions.
Parameters
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. |
Example Output
{
"name": "friendly_customers_2",
"environment": {
"id": "...",
"name": "Development"
},
"trafficType": {
"id": "...",
"name": "user"
},
"creationTime": 1577737036448
}
Workflow Library Example
Enable Segment in Environment with Split and Send Results Via Email
Preview this Workflow on desktop