OCNORA

Asana

Business appsBearer tokencredential probe

Create tasks in Asana (personal access token).

OCNORA ships 31 typed Asana operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://app.asana.com/api/1.0 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when Asana reports a change to a task, project or workspace.
    trigger.asana_event

Operations 31

  • Add Attachment
    Attach a link, or upload a file, to a task or project.
    asana.add_attachment
  • Add Task Followers
    Add one or more followers to a task so they receive its notifications.
    asana.add_task_follower
  • Add Tag to Task
    Attach an existing tag to a task.
    asana.add_task_tag
  • Add Task to Project
    Add an existing task to a project, optionally at a chosen position.
    asana.add_task_to_project
  • Add Task to Section
    Move a task into a section of the project that owns it.
    asana.add_task_to_section
  • Comment on Task
    Post a comment on a task as the connection's user.
    asana.create_comment
  • Create Project
    Create a project in a workspace or team.
    asana.create_project
  • Create Section
    Create a section (a column or grouping) in a project.
    asana.create_section
  • Create Subtask
    Create a new subtask underneath an existing task.
    asana.create_subtask
  • Create Tag
    Create a tag in a workspace so tasks can be labelled with it.
    asana.create_tag
  • Create Task
    Create a task in Asana.
    asana.create_task
  • Delete Project
    Delete an Asana project, moving it to the caller's trash.
    asana.delete_project
  • Delete Task
    Delete an Asana task, moving it to the caller's trash.
    asana.delete_task
  • Get Current User
    Fetch the Asana user the connection authenticates as.
    asana.get_me
  • Get Project
    Fetch one Asana project by its gid.
    asana.get_project
  • Get Task
    Fetch one Asana task by its gid.
    asana.get_task
  • Get User
    Fetch one Asana user by gid, email address, or 'me'.
    asana.get_user
  • List Projects
    List projects in a workspace or team.
    asana.list_projects
  • List Sections
    List the sections of a project in board order.
    asana.list_sections
  • List Task Stories
    List a task's stories — its comments and its activity log.
    asana.list_stories
  • List Subtasks
    List the subtasks of a task.
    asana.list_subtasks
  • List Tags
    List the tags in a workspace.
    asana.list_tags
  • List Tasks
    List tasks in a project or section, or a person's tasks in a workspace.
    asana.list_tasks
  • List Teams
    List the teams in a workspace or organization.
    asana.list_teams
  • List Users
    List the users of a workspace or a team.
    asana.list_users
  • List Workspaces
    List every workspace and organization the connection can see.
    asana.list_workspaces
  • Remove Task from Project
    Remove a task from a project without deleting the task.
    asana.remove_task_from_project
  • Search Tasks
    Search tasks across a workspace with Asana's advanced-search filters.
    asana.search_tasks
  • Set Task Parent
    Make a task a subtask of another task, or move it between parents.
    asana.set_task_parent
  • Update Project
    Change fields on an existing Asana project.
    asana.update_project
  • Update Task
    Change fields on an existing Asana task.
    asana.update_task

Run your first Asana workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.