Explore Plans
Mobile menu Close menu
AsanaAsana

Create project

This Action will create a new project in the specified workspace.

Developer info

API endpoint slug
asana.create_project
Filter code method
Asana.createProject.skip(string?: reason)
Runtime method
runAction("asana.create_project", {})

Action fields

Which workspace Dropdown list

Label
Which workspace?
Slug
which_workspace
Required
true
Can have default value
false

Team name Text input > Title

Label
Team name
Helper text
Required if your workspace is an organization
Slug
team_name
Required
false
Can have default value
true
Filter code method
Asana.createProject.setTeamName(string: teamName)

Project name Text input > Title

Label
Project name
Slug
project_name
Required
true
Can have default value
true
Filter code method
Asana.createProject.setProjectName(string: projectName)

Project description Text input > Short text

Label
Project description
Helper text
Optional
Slug
project_description
Required
false
Can have default value
true
Filter code method
Asana.createProject.setProjectDescription(string: projectDescription)