Supported Providers
Asana
Asana Provider allows you to create and update tasks in Asana
Authentication
This provider requires authentication.
- pat_token: Personal Access Token for Asana. (required: True, sensitive: True)
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
- authenticated: User is authenticated to Asana. (mandatory)
In workflows
This provider can be used in workflows.
As “step” to query data, example:
As “action” to make changes or update data, example:
Check the following workflow examples:
Connecting with the Provider
- Go to Asana
- Click on
Create New Personal Access Token
.
-
Give it a name and click on
Create
. -
Copy the generated token. This will be used as the
Personal Access Token
in the provider settings.