Create section
section_createAdd a new section to an Asana project. Specify the project and section name, then optionally position it before or after an existing section.
Instructions
Add a section to a project, optionally at a chosen position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project_gid | Yes | Asana gid (numeric string). Use asana_find to look one up by name. | |
| insert_after | No | Section gid to place this after. | |
| insert_before | No | Section gid to place this before. |