asana.createProject supports schedules, descriptions, visibility, and team placement.
automations/create-asana-project.automation.ts
workspaceId and a non-empty name. Asana requires teamId when the workspace is an organization. Optional inputs are archived, color, dueOn, startOn, htmlNotes, notes, and public. Optional second argument { account } selects the Asana binding. Dates use YYYY-MM-DD or null. Don’t combine the htmlNotes and notes description formats.
Returns the created AsanaProject.