Creating the data source
- Once logged into Trello with the account you want to integrate, visit https://trello.com/power-ups/admin/
- Click the "New" button to create a new power-up
- Fill in the information with the name of the power-up, choose the workspace from which you wish to replicate the data and fill in the fields "Email", "Support Contact" and "Author", then click “Create”
- Click the "Create new API Key" button and then again the "Create API Key" button
- Store the key generated on the "API Key" field and then choose the option to manually create an API token (it will be located on the right side of the API Key field)
- You will be redirected to the token generation page, similar to the image below:
- Scroll down the screen a little more, until you find the “Allow” button. Click that button
- Your token will be generated similar to the image below. Copy it
- With the API Key and Token in hand, log into Kondado > click the CREATE+ button > Data Source > Trello
- Fill in the data source information as follows:
- Name: An internal identification of your data source, for example “Trello Operations Account”
- API Key: API Key generated in step (5)
- API Token: Token generated in step (8)
- Once the values are filled in, just click on SAVE and your data source is ready to use!
Pipelines
Summary
Relationship chart
Click to expand
Boards and Lists
Cards and actions
- To get custom fields data use the details pipeline
Main object
| Campo | Tipo | |
|---|---|---|
|
text |
[en] Unique identifier of the card. |
|
|
text |
[en] Identifier of the board to which the card belongs. |
|
|
text |
[en] Identifier of the list where the card is located. |
|
|
boolean |
[en] Indicates if the card is archived (true) or active (false). |
|
|
boolean |
[en] Indicates if the card's due date has been marked as complete. |
|
|
timestamp |
[en] Timestamp of the last activity recorded on the card. |
|
|
text |
[en] Detailed description of the card's content or purpose. |
|
|
timestamp |
[en] Scheduled date and time for the task associated with the card. |
|
|
text |
[en] Title or name of the card. |
|
|
float |
[en] Position of the card within the list, used for ordering. |
|
|
text |
[en] Unique short link referencing the card. |
|
|
text |
[en] Short URL directing to the card in Trello. |
|
|
text |
[en] Full URL directing to the card in Trello. |
trello_cards__actions
| Campo | Tipo | |
|---|---|---|
|
text |
||
|
text |
[en] Unique identifier of the action. |
|
|
text |
[en] Type of action performed (e.g., commentCard, updateCard). |
|
|
timestamp |
[en] Timestamp when the action was performed. |
|
|
text |
[en] Identifier of the member who performed the action. |
|
|
text |
||
|
text |
trello_cards__labels
| Campo | Tipo | |
|---|---|---|
|
text |
[en] Unique identifier of the label. |
|
|
text |
[en] Identifier of the board to which the label belongs. |
|
|
text |
[en] Identifier of the board to which the label belongs. |
|
|
text |
[en] Name of the label. |
|
|
text |
[en] Color assigned to the label. |
Cards and actions: details
- This pipeline includes custom fields data but it takes more time to run. If you do not need custom field data, use its non-detail version
Main object
| Campo | Tipo | |
|---|---|---|
|
text |
[en] Unique identifier of the card. |
|
|
text |
[en] Identifier of the board to which the card belongs. |
|
|
text |
[en] Identifier of the list where the card is located. |
|
|
boolean |
[en] Indicates if the card is archived (true) or active (false). |
|
|
boolean |
[en] Indicates if the card's due date has been marked as complete. |
|
|
timestamp |
[en] Timestamp of the last activity recorded on the card. |
|
|
text |
[en] Detailed description of the card's content or purpose. |
|
|
timestamp |
[en] Scheduled date and time for the task associated with the card. |
|
|
text |
[en] Title or name of the card. |
|
|
float |
[en] Position of the card within the list, used for ordering. |
|
|
text |
[en] Unique short link referencing the card. |
|
|
text |
[en] Short URL directing to the card in Trello. |
|
|
text |
[en] Full URL directing to the card in Trello. |
|
|
text |
[en] A custom text field named X on board 1 |
|
|
date |
[en] A custom text field named Y on board 2 |
|
|
float |
[en] A custom text field named Z on board 2 |
trello_cards__actions
| Campo | Tipo | |
|---|---|---|
|
text |
||
|
text |
[en] Unique identifier of the action. |
|
|
text |
[en] Type of action performed (e.g., commentCard, updateCard). |
|
|
timestamp |
[en] Timestamp when the action was performed. |
|
|
text |
[en] Identifier of the member who performed the action. |
|
|
text |
||
|
text |
trello_cards__labels
| Campo | Tipo | |
|---|---|---|
|
text |
[en] Unique identifier of the label. |
|
|
text |
[en] Identifier of the board to which the label belongs. |
|
|
text |
[en] Identifier of the board to which the label belongs. |
|
|
text |
[en] Name of the label. |
|
|
text |
[en] Color assigned to the label. |


