Supported Providers
Trello
Trello provider is a provider used to query data from Trello
Inputs
The query
function take following parameters as inputs:
board_id
: Required. Trello board idfilter
: Optional. Comma seperated list of trello events that want to query, default value is ‘createCard’
Outputs
Authentication Parameters
The query
function requires an api_key
and api_token
from Trello, which can obtained by making custom power-up in Trello admin.
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.