Instantiate (create) a real Asana project from a project template, returning the async job record. Use when you need to create a new project from a template with specific date and role assignments.
nameRequiredstringThe name for the new project that will be created from the template.
teamstringGlobally unique identifier for the team that the new project will belong to. Required if the template is a team template.
is_strictbooleanIf true, requires all date and role variables from the template to be provided. If false or omitted, missing variables will use defaults.
opt_fieldsarrayOptional fields to include in the response. Common values: gid, status, new_project, new_project_template.
opt_prettybooleanIf true, returns human-readable JSON response (for debugging only due to size/processing impact).
privacy_settingstringPrivacy setting for the new project. If not specified, inherits from template or team settings.
requested_datesarrayArray of date variable assignments. Required if the template includes date variables and is_strict is true.
requested_rolesarrayArray of role assignments mapping template roles to specific users.
project_template_gidRequiredstringGlobally unique identifier for the project template to instantiate.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.