Asana Integration allows you to seamlessly connect your Botpress and Asana, a well-established project management platform. This integration equips your bot with the ability to manage projects and tasks right from its interface. After the setup, you will be able to perform actions such as task creation, task updates, task comment addition, and more.Documentation Index
Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- An Asana account
- Access to an existing Asana workspace.
Setting up the Asana integration in Botpress
- Go to the Integration Hub in Botpress Cloud (if you don’t have the integration installed yet).
- Find and open the Asana integration then click on the “Install to Bot” button, now go back to your bot settings.
- Enabled: Whether Botpress will communicate with Asana
- Webhook URL: The URL for receiving data in Botpress. (You shall not be using it)
- API Token: The API token generated from Asana
- Workspace Gid: The workspace ID obtained from Asana
Setting up Asana
- Generate a Personal Access Token on Asana. Follow these instructions to get your token. Once you have it, paste it in the API Token input in Botpress.
- Get the workspace ID. You can obtain your workspace ID by visiting this link while logged in to your Asana account. The workspace ID corresponds to the
gidparameter of the workspace you want to use. Paste it in the Workspace Gid input in Botpress.
NoteThe Asana API rate limits are applicable. Also, note that certain advanced Asana features tied to paid plans may not be accessible.