Adds an existing task to a section, optionally positioning it before or after another task in that section; if no position is specified, the task is added to the end.
task_gidRequiredstringThe GID of the existing task to add to the section. Must be a numeric string.
section_gidRequiredstringThe GID of the target section. Must be a section GID (not a project or task GID). Use GET_SECTIONS_IN_PROJECT to retrieve valid section GIDs from a project.
insert_afterstringGID of a task in the section after which to insert the current task. Mutually exclusive with insert_before.
insert_beforestringGID of a task in the section before which to insert the current task. Mutually exclusive with insert_after.
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.