convertcom/Create Asana Task
Create a new task in Asana
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| asana-secret | Asana Secret | yes | — |
| asana-workspace-id | Asana Workspace ID | yes | — |
| asana-project-id | Asana Project ID | yes | — |
| asana-task-name | Name for Asana task | yes | — |
| asana-task-description | Description for Asana task | no | — |
| asana-due-date | Date on which Asana task is due (YYYY-MM-DD) | no | — |
| asana-tags | List of tag IDs to associate with Asana task | no | — |
Outputs
| name | description |
|---|---|
| task_url | Url of the created task |