# Apps.Asana.Integration **Repository Path**: mirrors_RocketChat/Apps.Asana.Integration ## Basic Information - **Project Name**: Apps.Asana.Integration - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-16 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Asana Integration for Rocket.Chat The Asana App for Rocket.Chat provides a seamless integration between Asana and Rocket.Chat and improves collaboration between teams. The application allows users to create and manage thier tasks and workspace, subscribe to task events, create new tasks, edit and delete their tasks, attachments, projects & workspaces and do much more right from Rocket.Chat.

🚀 Features

🔧 Installation steps

1. Clone this repo and Change Directory:
`git clone https://github.com/RocketChat/Apps.Asana.Integration.git && cd Apps.Asana.Integration/` 2. Install the required packages from `package.json`:
`npm install` 3. Deploy Rocket.Chat app: `rc-apps deploy --url --username --password ` Where: - `` is your local server URL (if you are running in another port, change the 3000 to the appropriate port) - `` is the username of your admin user. - `` is the password of your admin user. For more info refer [this](https://developer.rocket.chat/apps-engine/getting-started/rocket.chat-app-engine-cli) guide.

📲 Setup guide

  • You must first register your application with Asana to receive a client ID and client secret by following these steps: [Asana App Registration Guide](https://developers.asana.com/docs/oauth#register-an-application)
  • Fill the details in the Asana app on your Rocket Chat server by following these steps:
  • 1. Navigate to Administration->Apps. 2. Select the Installed tab. 3. Click on Asana, and go to Settings tab. 4. Enter your generated a Client ID and Client Secret and click on Save changes button.
  • Start the authorization by using /asana-app auth slash command.