Create Asana Task
block simplifies the process of generating tasks within an Asana project, a widely-used project management tool. This block ensures effortless task creation and integrates smoothly into your workflows.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | task_body | object | The structured API body for creating a task in Asana. Visit the Asana API documentation for more details. |
output | task_gid | string | The globally unique identifier (GID) for the newly created task in Asana. |
output | raw_response | object | The raw response received from the Asana API after successfully creating the task. |
Create Asana Task
block is an essential tool!