Creates a new Slack List via `slackLists.create`. Provide a `name` and, optionally, a `description_blocks` description and a `schema` of typed columns. You can instead copy an existing List's structure with `copy_from_list_id` (and its rows via `include_copied_list_records`), or…
nameRequiredstringThe name (title) of the Slack List to create, e.g. 'Sprint Tasks'. This is shown as the List's title in Slack and is required.
schemaarrayColumn definitions for the List. Each entry is a column object describing a typed column (its `name`, `type`, and any type-specific options such as `select` choices). Supported column types include `text`, `select`, `user`, `date`, `number`, `checkbox`, and others. Omit to creat…
todo_modebooleanSet to true to create the List in to-do mode, which adds Slack's built-in task-tracking columns (such as assignee, due date, and completion status) so the List behaves as a task tracker.
copy_from_list_idstringID of an existing Slack List to copy the structure from, e.g. 'F0123456789'. When provided, the new List is created with the same columns as that List. Use `include_copied_list_records` to also copy its rows.
description_blocksRich text describing the List, shown beneath the title. Slack stores this as Block Kit `rich_text` blocks. For convenience you may pass a plain string (it is wrapped into a `rich_text` block automatically), a single block dict (wrapped in a list), or an already-formed list of bl…
include_copied_list_recordsbooleanWhen copying from another List via `copy_from_list_id`, set to true to also copy that List's existing items (rows) into the new List. Has no effect unless `copy_from_list_id` is set.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.