Skip to main content

Overview

Pre-built tooling

Pre-built integrations

Access requirements

Setup guide

Useful links

API gotchas

Pre-built tooling

ToolsStatus
Pre-built authorization (OAuth)
Credentials auto-refresh
Auth parameters validation
Pre-built authorization UI
Custom authorization UI
Expired credentials detection
ToolsStatus
Pre-built integrations
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-end type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurations

Actions

Function nameDescriptionTypeSource code
list-board-actionsList activity actions (audit log) for a Trello board.Action🔗 Github
update-commentUpdate an existing comment on a Trello card.Action🔗 Github

Boards

Function nameDescriptionTypeSource code
create-boardCreate a board in Trello.Action🔗 Github
delete-boardPermanently delete a Trello board.Action🔗 Github
get-boardRetrieve a single board from Trello.Action🔗 Github
list-boardsList boards for the authenticated Trello member.Action🔗 Github
list-listsList lists on a Trello board.Action🔗 Github
list-membersList members of a Trello boardAction🔗 Github
update-boardUpdate a Trello boardAction🔗 Github

Cards

Function nameDescriptionTypeSource code
add-card-commentAdd a comment to a Trello card.Action🔗 Github
create-attachmentCreate an attachment on a Trello card.Action🔗 Github
create-cardCreate a card in Trello.Action🔗 Github
delete-attachmentDelete an attachment from a Trello cardAction🔗 Github
delete-cardPermanently delete a Trello card.Action🔗 Github
get-attachmentRetrieve a single attachment from a Trello card.Action🔗 Github
get-cardRetrieve a single card from Trello.Action🔗 Github
list-attachmentsList attachments on a Trello card.Action🔗 Github
list-card-actionsList activity actions for a Trello card (includes comments, moves, updates)Action🔗 Github
list-cardsList cards on a Trello boardAction🔗 Github
list-checklistsList checklists on a Trello cardAction🔗 Github
move-cardMove a Trello card to another list or board.Action🔗 Github
update-cardUpdate a Trello card.Action🔗 Github
update-checklist-itemUpdate a checklist item on a Trello card.Action🔗 Github

Checklists

Function nameDescriptionTypeSource code
add-checklist-itemAdd an item to a Trello checklist.Action🔗 Github
delete-checklist-itemDelete an item from a Trello checklist.Action🔗 Github
delete-checklistPermanently delete a Trello checklist.Action🔗 Github
get-checklist-itemRetrieve a single checklist item from Trello.Action🔗 Github
get-checklistRetrieve a single checklist from Trello.Action🔗 Github
update-checklistUpdate a Trello checklist.Action🔗 Github

Comments

Function nameDescriptionTypeSource code
delete-commentDelete a comment from a Trello card.Action🔗 Github

Labels

Function nameDescriptionTypeSource code
delete-labelPermanently delete a Trello label.Action🔗 Github
get-labelRetrieve a single label from Trello.Action🔗 Github
list-labelsList labels on a Trello board.Action🔗 Github
update-labelUpdate a Trello label.Action🔗 Github

Lists

Function nameDescriptionTypeSource code
create-listCreate a list in Trello.Action🔗 Github
delete-listArchive a Trello list. Trello does not support permanent list deletion; lists are archived by setting closed=true.Action🔗 Github
get-listRetrieve a single list from Trello.Action🔗 Github
update-listUpdate a Trello list.Action🔗 Github

Members

Function nameDescriptionTypeSource code
get-memberRetrieve a Trello member by ID. Use ‘me’ to get the authenticated user.Action🔗 Github

Organizations

Function nameDescriptionTypeSource code
get-organizationRetrieve a single organization (workspace) from Trello.Action🔗 Github
list-organizationsList organizations (workspaces) for the authenticated Trello member.Action🔗 Github
update-organizationUpdate a Trello organization (workspace).Action🔗 Github

Others

Function nameDescriptionTypeSource code
actionsSync activity actions (audit log) for Trello boards.Sync🔗 Github
attachmentsSync attachments from Trello cards.Sync🔗 Github
boardsSync boards from Trello.Sync🔗 Github
cardsSync cards from Trello boardsSync🔗 Github
checklistsSync checklists (with their items) from Trello cardsSync🔗 Github
custom-fieldsSync custom field definitions from Trello boardsSync🔗 Github
labelsSync labels from Trello boards.Sync🔗 Github
listsSync lists from Trello boardsSync🔗 Github
membersSync members from Trello boards.Sync🔗 Github
organizationsSync organizations (workspaces) the authenticated member belongs to.Sync🔗 Github

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Scopes is either read, write, account.
Contribute API gotchas by editing this page

Connect to trello-scim

Guide to connect to trello-scim using Nango Connect.