Creates a new Asana subtask under an existing parent task (`task_gid`); `due_on` and `due_at` are mutually exclusive and cannot be set simultaneously.
nameRequiredstringThe name of the subtask to be created.
notesstringOptional descriptive text for the subtask.
due_atstringOptional due date and time for the subtask in ISO 8601 format (e.g., YYYY-MM-DDTHH:mm:ssZ), which is more specific than `due_on`.
due_onstringOptional due date for the subtask in YYYY-MM-DD format, representing the end of the day for the task.
assigneestringUser to assign to this subtask. Accepts either a numeric user GID (e.g., '1234567890123456') or the special value 'me' for the authenticated user. If not provided, the subtask will be unassigned.
task_gidRequiredstringThe numeric Global ID (GID) of the parent task under which the subtask will be created. Must be a numeric string (digits only). Special values like 'me' are not accepted.
completedbooleanOptional flag to mark the subtask as completed upon creation. Defaults to false if not specified.
followersarrayOptional array of user Global IDs (GIDs) to add as followers to the subtask. Followers receive notifications about subtask updates.
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.