Creates a new SECTION (not a task) in a project. Sections are organizational containers within a project used to group and categorize tasks (e.g., 'To Do', 'In Progress', 'Done', 'Backlog'). The new section can be optionally positioned relative to an existing section in the same…
nameRequiredstringName for the new section. This is a section name (e.g., 'To Do', 'In Progress'), NOT a task name.
project_gidRequiredstringGID of the project where the section will be created. Must be a valid project GID.
insert_afterstringGID of an existing section to insert the new section after; if omitted (and `insert_before` is also omitted), the new section is added at the end.
insert_beforestringGID of an existing section to insert the new section before; if omitted, the new section is added at the end.
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.