Supported Providers
Trello
Trello provider is a provider used to query data from Trello
Authentication
This provider requires authentication.
- api_key: Trello API Key (required: True, sensitive: True)
- api_token: Trello API Token (required: True, sensitive: True)
In workflows
This provider can be used in workflows.
As “step” to query data, example:
Check the following workflow example:
Connecting with the Provider
- Go to https://trello.com/power-ups/admin to create custom power-up.
- Create new power-up and add basic details like name, email address, etc.
- Once it is created, navigate inside power-up and go to API Key section.
- There click on
Generate a new API key
and it will generate API Key, that will be used asapi_key
. - For generating
api_token
, there is option to generate Token manually, click on that and authorize the application.