Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Authorization
✅ Authorization
| Tools | Status |
|---|---|
| Pre-built authorization (OAuth) | ✅ |
| Credentials auto-refresh | ✅ |
| Auth parameters validation | ✅ |
| Pre-built authorization UI | ✅ |
| Custom authorization UI | ✅ |
| Expired credentials detection | ✅ |
✅ 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 | ✅ |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
add-card-comment | Add a comment to a Trello card. | Action | 🔗 Github |
add-checklist-item | Add an item to a Trello checklist. | Action | 🔗 Github |
create-attachment | Create an attachment on a Trello card. | Action | 🔗 Github |
create-board | Create a board in Trello. | Action | 🔗 Github |
create-card | Create a card in Trello. | Action | 🔗 Github |
create-list | Create a list in Trello. | Action | 🔗 Github |
delete-attachment | Delete an attachment from a Trello card | Action | 🔗 Github |
delete-board | Permanently delete a Trello board. | Action | 🔗 Github |
delete-card | Permanently delete a Trello card. | Action | 🔗 Github |
delete-checklist-item | Delete an item from a Trello checklist. | Action | 🔗 Github |
delete-checklist | Permanently delete a Trello checklist. | Action | 🔗 Github |
delete-comment | Delete a comment from a Trello card. | Action | 🔗 Github |
delete-label | Permanently delete a Trello label. | 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-attachment | Retrieve a single attachment from a Trello card. | Action | 🔗 Github |
get-board | Retrieve a single board from Trello. | Action | 🔗 Github |
get-card | Retrieve a single card from Trello. | Action | 🔗 Github |
get-checklist-item | Retrieve a single checklist item from Trello. | Action | 🔗 Github |
get-checklist | Retrieve a single checklist from Trello. | Action | 🔗 Github |
get-label | Retrieve a single label from Trello. | Action | 🔗 Github |
get-list | Retrieve a single list from Trello. | Action | 🔗 Github |
get-member | Retrieve a Trello member by ID. Use ‘me’ to get the authenticated user. | Action | 🔗 Github |
get-organization | Retrieve a single organization (workspace) from Trello. | Action | 🔗 Github |
list-attachments | List attachments on a Trello card. | Action | 🔗 Github |
list-board-actions | List activity actions (audit log) for a Trello board. | Action | 🔗 Github |
list-boards | List boards for the authenticated Trello member. | 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 |
list-labels | List labels on a Trello board. | Action | 🔗 Github |
list-lists | List lists on a Trello board. | Action | 🔗 Github |
list-members | List members of a Trello board | Action | 🔗 Github |
list-organizations | List organizations (workspaces) for the authenticated Trello member. | Action | 🔗 Github |
move-card | Move a Trello card to another list or board. | Action | 🔗 Github |
update-board | Update a Trello board | Action | 🔗 Github |
update-card | Update a Trello card. | Action | 🔗 Github |
update-checklist-item | Update a checklist item on a Trello card. | Action | 🔗 Github |
update-checklist | Update a Trello checklist. | Action | 🔗 Github |
update-comment | Update an existing comment on a Trello card. | Action | 🔗 Github |
update-label | Update a Trello label. | Action | 🔗 Github |
update-list | Update a Trello list. | Action | 🔗 Github |
update-organization | Update a Trello organization (workspace). | Action | 🔗 Github |
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.Need help getting started? Get help in the community.
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.