Asana AI

Този бот с изкуствен интелект има набор от умения специално за Asana. Той е създаден, за да ви помага при изпълнението на задачи и да рационализира работния ви процес в платформата Asana.

създаден отГ-н Hub
Споделете

Чат за умения

Разговаряйте с този набор от умения, за да видите как работи.

Натиснете ⌘ + Enter, за да започнете разговора

Умения на набора от умения

Learn how this skillset works and how to use it.

  • Create Task

    This feature allows you to easily create tasks in Asana, improving your productivity and organization.
    ```fetch method: POST url: https://app.asana.com/api/1.0/tasks headers: Authorization: Bearer ${SECRET_ASANA_ACCESS_TOKEN} Content-Type: application/json body: data: name: "$[task_name|Task Name]" notes: "$[task_description|Task Description]"
  • Delete Task

    Deletes an asana task by the task id.
    ```fetch DELETE https://app.asana.com/api/1.0/tasks/$[task_id|the ID of the task to delete] HTTP/1.1 Authorization: Bearer ${SECRET_ASANA_ACCESS_TOKEN} ```

Use Cases

The Asana AI bot skillset is perfect for automating tasks in Asana. With a simple setup you can create intelligent assistants that can automate task creation, assignment, and completion in Internal Apps, Slack, Discord, Telegram and other messaging platforms.

outline/plus-circle

AI Task Creation

Automate task creation in Asana, for example, creating a task when a new email is received.

outline/user-circle

AI Task Assignment

Automate task assignment in Asana, for example, assigning a task to a team member when a new email is received.

outline/check-circle

AI Task Completion

Automate task completion in Asana, for example, marking a task as complete when a new email is received.

Стъпки за интегриране

Follow these three simple steps to add Asana AI to your bot or any bespoke ChatBotKit integration.

1

Клониране на набора от умения

Клонирайте набора от умения в акаунта си и добавете всички персонализации.

2

Създаване на бот

Изберете бота, който искате да свържете към набора от умения, или създайте нов бот.

3

Свързване на набора от умения

Изберете набора от умения от списъка с налични набори от умения и го свържете с бота.

Frequently Asked Questions