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 (API Key) | β |
| Pre-built authorization UI | β |
| Custom authorization UI | β |
| End-user authorization guide | π« |
| 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 |
|---|---|---|---|
create-category | Create a category. | Action | π Github |
create-custom-field | Create a workspace custom field. | Action | π Github |
create-epic-comment | Add a comment to an epic. | Action | π Github |
create-epic | Create an epic. | Action | π Github |
create-iteration | Create an iteration. | Action | π Github |
create-label | Create a label. | Action | π Github |
create-linked-file | Attach a URL-based linked file. Associate it with stories afterward via update-storyβs linked_file_ids. | Action | π Github |
create-milestone | Create an Objective. | Action | π Github |
create-story-comment | Add a comment to a story. | Action | π Github |
create-story-link | Link two stories with a relationship verb (blocks, duplicates, relates to). | Action | π Github |
create-story-task | Add a checklist task to a story | Action | π Github |
create-story | Create a story. | Action | π Github |
delete-category | Delete a category. | Action | π Github |
delete-custom-field | Delete a workspace custom field. | Action | π Github |
delete-epic | Delete an epic. | Action | π Github |
delete-iteration | Delete an iteration. | Action | π Github |
delete-label | Delete a label | Action | π Github |
delete-linked-file | Delete a linked file. | Action | π Github |
delete-milestone | Delete an Objective | Action | π Github |
delete-story-comment | Delete a comment from a story. | Action | π Github |
delete-story-link | Remove a link between two stories. | Action | π Github |
delete-story-task | Delete a task from a story. | Action | π Github |
delete-story | Delete a story. | Action | π Github |
get-current-member | Get the authenticated member and their workspace context. | Action | π Github |
get-epic | Retrieve a single epic. | Action | π Github |
get-story-task | Retrieve a single task on a story. | Action | π Github |
get-story | Retrieve a single story with its embedded comments, tasks, and links. | Action | π Github |
list-categories | List categories (used to group Objectives/Milestones). | Action | π Github |
list-custom-fields | List workspace custom fields available on stories. | Action | π Github |
list-epics | List epics. | Action | π Github |
list-groups | List groups (the modern Team concept). | Action | π Github |
list-iterations | List iterations (sprints). | Action | π Github |
list-labels | List labels. | Action | π Github |
list-linked-files | List linked (URL-based) files. | Action | π Github |
list-members | List workspace members. | Action | π Github |
list-milestones | List Objectives (called milestones in the Shortcut API). | Action | π Github |
list-projects | List projects β a deprecated, pre-Epics/Groups feature. | Action | π Github |
list-stories | Search/list stories with rich filters. | Action | π Github |
list-workflows | List story workflows and their states. | Action | π Github |
update-epic | Update an epic. | Action | π Github |
update-iteration | Update an iteration. | Action | π Github |
update-label | Update a label. | Action | π Github |
update-milestone | Update an Objective. | Action | π Github |
update-story-task | Update or complete a task on a story. | Action | π Github |
update-story | Update a story. | Action | π Github |
categories | Sync categories (used to group Objectives). | Sync | π Github |
custom-fields | Sync workspace custom field definitions. | Sync | π Github |
epics | Sync epics. | Sync | π Github |
groups | Sync groups. | Sync | π Github |
iterations | Sync iterations. | Sync | π Github |
labels | Sync labels. | Sync | π Github |
members | Sync workspace members. | Sync | π Github |
milestones | Sync Objectives (API resource name is milestone). | Sync | π Github |
projects | Sync projects (legacy feature). | Sync | π Github |
stories | Sync stories. | Sync | π Github |
workflows | Sync story workflows and their states. | 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
Contribute API gotchas by editing this page