Generated from:
Create a POST request to the Asana API to create a new task
URL
https://app.asana.com/api/1.0/tasks
Headers
| Authorization | Bearer {{ASANA_ACCESS_TOKEN}} |
|---|---|
| Content-Type | application/json |
Body
{"data":{"name":"New Task","notes":"Description of the task","projects":[{"id":"{{PROJECT_ID}}"}]}}
This request was generated from:
Create a POST request to the Asana API to create a new task
Generate your own →Type any API. Get a production-ready request. No login required.