Group Location
Explore Plans
Mobile menu Close menu
AsanaAsana

Create project

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

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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
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
Slug
project_description
Required
false
Can have default value
true
Filter code method
Asana.createProject.setProjectDescription(string: projectDescription)