Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
| Tools | Status |
|---|---|
| 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 | ✅ |
✅ Observability & data quality
✅ Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | ✅ |
| End-to-end type safety | ✅ |
| Data runtime validation | ✅ |
| OpenTelemetry export | ✅ |
| Slack alerts on errors | ✅ |
| Integration status API | ✅ |
✅ Customization
✅ Customization
| Tools | Status |
|---|---|
| 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
Boards
| Function name | Description | Type | Source code |
|---|---|---|---|
create-board | Create a board in Trello. | Action | 🔗 Github |
delete-board | Permanently delete a Trello board. | Action | 🔗 Github |
get-board | Retrieve a single board from Trello. | Action | 🔗 Github |
list-boards | List boards for the authenticated Trello member. | Action | 🔗 Github |
list-lists | List lists on a Trello board. | Action | 🔗 Github |
list-members | List members of a Trello board | Action | 🔗 Github |
update-board | Update a Trello board | Action | 🔗 Github |
Cards
| Function name | Description | Type | Source code |
|---|---|---|---|
add-card-comment | Add a comment to a Trello card. | Action | 🔗 Github |
create-attachment | Create an attachment on a Trello card. | Action | 🔗 Github |
create-card | Create a card in Trello. | Action | 🔗 Github |
delete-attachment | Delete an attachment from a Trello card | Action | 🔗 Github |
delete-card | Permanently delete a Trello card. | Action | 🔗 Github |
get-attachment | Retrieve a single attachment from a Trello card. | Action | 🔗 Github |
get-card | Retrieve a single card from Trello. | Action | 🔗 Github |
list-attachments | List attachments on a Trello card. | Action | 🔗 Github |
list-card-actions | List activity actions for a Trello card (includes comments, moves, updates) | Action | 🔗 Github |
list-cards | List cards on a Trello board | Action | 🔗 Github |
list-checklists | List checklists on a Trello card | Action | 🔗 Github |
move-card | Move a Trello card to another list or board. | Action | 🔗 Github |
update-card | Update a Trello card. | Action | 🔗 Github |
update-checklist-item | Update a checklist item on a Trello card. | Action | 🔗 Github |
Checklists
| Function name | Description | Type | Source code |
|---|---|---|---|
add-checklist-item | Add an item to a Trello checklist. | Action | 🔗 Github |
delete-checklist-item | Delete an item from a Trello checklist. | Action | 🔗 Github |
delete-checklist | Permanently delete a Trello checklist. | Action | 🔗 Github |
get-checklist-item | Retrieve a single checklist item from Trello. | Action | 🔗 Github |
get-checklist | Retrieve a single checklist from Trello. | Action | 🔗 Github |
update-checklist | Update a Trello checklist. | Action | 🔗 Github |
Comments
Labels
Lists
| Function name | Description | Type | Source code |
|---|---|---|---|
create-list | Create a list in Trello. | Action | 🔗 Github |
delete-list | Archive a Trello list. Trello does not support permanent list deletion; lists are archived by setting closed=true. | Action | 🔗 Github |
get-list | Retrieve a single list from Trello. | Action | 🔗 Github |
update-list | Update a Trello list. | Action | 🔗 Github |
Members
Organizations
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
actions | Sync activity actions (audit log) for Trello boards. | Sync | 🔗 Github |
attachments | Sync attachments from Trello cards. | Sync | 🔗 Github |
boards | Sync boards from Trello. | Sync | 🔗 Github |
cards | Sync cards from Trello boards | Sync | 🔗 Github |
checklists | Sync checklists (with their items) from Trello cards | Sync | 🔗 Github |
custom-fields | Sync custom field definitions from Trello boards | Sync | 🔗 Github |
labels | Sync labels from Trello boards. | Sync | 🔗 Github |
lists | Sync lists from Trello boards | Sync | 🔗 Github |
members | Sync members from Trello boards. | Sync | 🔗 Github |
organizations | Sync organizations (workspaces) the authenticated member belongs to. | Sync | 🔗 Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | ❓ | |
| Paid test account | ❓ | |
| Partnership | ❓ | |
| App review | ❓ | |
| Security audit | ❓ |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
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.