Trello Connection

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium Trello connector.

Trello is a web-based, kanban-style, list-making application.

This topic describes how to authenticate to Trello and configure any necessary connection properties in the Trello connection connector.

Connection Configuration

Each connection property available in the Trello connector is explained below.


Connection Name

The name of the connection to be created should be provided. This is the name that will display on the list of available connections.


Auth Scheme

The type of authentication to use when connecting to Stripe.

Possible Values

  • Token: Set this to perform Token Based Authentication.

  • OAuth: Set to this to perform the OAuth authentication.


Token

If Token is selected, additional configuration parameter will get listed.

API Key

The Trello API key should be provided.

Token

The Trello Token key should be provided.


OAuth

If OAuth is selected, additional configuration parameters will get listed.

Client ID

The client Id assigned when you register your application with an OAuth authorization server.

Client Secret

The client secret assigned when you register your application with an OAuth authorization server.

Refresh Token

The OAuth refresh token for the corresponding OAuth access token.


Organization ID

The Trello Organization ID should be provided.

The Trello Organization ID references a specific Trello organization. If specified, the range of some queries will be bound to that organization.

Example:

SELECT * FROM Lists, will return all lists of the boards on that organization.

SELECT * FROM Memberships, will return all members of the organization.

SELECT * FROM Actions, will return all actions on the organization.


Board ID

The Trello Board ID.

The Trello BoardId references a specific Trello board. If specified, the range of some queries will be bound to that board.

Example:

SELECT * FROM Lists, will return all lists of the board.

SELECT * FROM Memberships, will return all members of the board.

SELECT * FROM Actions, will return all Actions of the board. Given that a board can have many actions, the query may take a while to execute.


Member ID

The Trello Member ID.

The Trello Member ID references a specific Trello member. If specified, the range of some queries will be bound to that member.

Example:

SELECT * FROM Actions, will return all actions of that member.

SELECT * FROM Boards, will return all boards that both the logged user and member specified have in common.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top