create_preference_section
Create a preference section in your workspace. The section id is generated and returned. Add topics afterwards with create_preference_topic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the section | |
| routing_options | No | Default channels for the section. Defaults to empty if omitted. | |
| has_custom_routing | No | Whether the section defines custom routing for its topics |