Creates a new list on a specified Trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and does not modify existing lists or move cards.
posstringThe position of the new list on the board. Valid values are `top`, `bottom`, or a positive number (e.g., '1', '2.5').
namestringThe name for the new list. Must be a string with a length from 1 to 16384 characters. This is a required parameter.
closedstringIndicates whether the list should be created as closed (archived). Set to `true` for closed, or `false` for open.
idBoardstringThe ID of the board to which the new list should be added. This is a required parameter.
subscribedstringIndicates whether the user creating the list should be automatically subscribed to it. Set to `true` to subscribe, or `false` otherwise.
idListSourcestringThe ID of an existing list to copy when creating the new list. If provided, the new list will be a copy of this source list.
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.