Creates a new item (row) in a Slack List via `slackLists.items.create`. Set initial cell values with `initial_fields`; text columns require Block Kit `rich_text` (a plain string is wrapped automatically). Optionally duplicate an existing row with `duplicated_item_id` or create a…
list_idRequiredstringID of the Slack List to add the item (row) to, e.g. 'F0123456789'. This is the List file ID returned by create_slack_list.
initial_fieldsarrayInitial cell values for the new row. Each entry is a cell object with a `column_id` and a typed value. Text columns must use Block Kit `rich_text` (the plain `text` property is not accepted on input) — for convenience a cell may instead supply a plain string `text` and it will b…
parent_item_idstringID of an existing item (row) to attach the new row to as a subtask. When provided, the new row is created as a sub-item of that parent.
duplicated_item_idstringID of an existing item (row) in this List to copy. When provided, the new row is created as a duplicate of that item; `initial_fields` may still be supplied to override copied values.
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.