Skip to main content
createProject creates a project with optional schedule, description, visibility, and team placement.
automations/create-asana-project.automation.ts
workspaceId and non-empty name are required. teamId is required by Asana when the workspace is an organization. Optional fields are archived, color, dueOn, startOn, htmlNotes, notes, public, and account. Dates use YYYY-MM-DD or null; htmlNotes and notes are alternative description formats and should not be combined. Returns the created AsanaProject.