reach_updateAProfileSegmentV1
Update a contact segment by renaming it or replacing its matching conditions. Controls which contacts belong to the segment without modifying contact data.
Instructions
Rename a segment and/or replace the conditions that define it.
name is always required. Omit conditions to rename without touching the conditions;
supply them and they replace the existing set entirely rather than being merged into it.
Contacts are never modified, but which of them match the segment can change immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | name parameter | |
| logic | No | How to combine multiple conditions. Required when conditions are given. | |
| conditions | No | Replaces the existing conditions entirely. Omit to keep the current ones. | |
| profileUuid | Yes | Profile uuid parameter | |
| segmentUuid | Yes | Segment uuid parameter |