create_list
Create a Slack list in a specific channel, optionally adding initial items. Requires a paid Slack plan and lists:write permission.
Instructions
Create a new Slack List in a channel. Requires lists:write scope and a paid Slack plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | List name | |
| items | No | Optional initial list items (each is a dict with key-value pairs) | |
| channel | Yes | Channel ID to create the list in |