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 | ✅ |
Comments
| Function name | Description | Type | Source code |
|---|---|---|---|
create-comment-reaction | Add a reaction emoji to a comment in Figma. | Action | 🔗 Github |
create-comment | Create a comment in Figma. | Action | 🔗 Github |
delete-comment-reaction | Remove a reaction from a comment in Figma. | Action | 🔗 Github |
delete-comment | Delete a specific comment from a Figma file. Only the author of the comment can delete it. | Action | 🔗 Github |
get-comment | Retrieve a single comment from Figma. | Action | 🔗 Github |
list-comment-reactions | List reactions on a Figma comment. | Action | 🔗 Github |
list-comments | List comments from Figma. | Action | 🔗 Github |
Component Sets
Components
Dev Resources
Files
| Function name | Description | Type | Source code |
|---|---|---|---|
get-file-node | Retrieve a single file node from Figma | Action | 🔗 Github |
list-file-nodes | List file nodes from Figma. | Action | 🔗 Github |
list-files | List files from Figma. | Action | 🔗 Github |
list-versions | List versions from Figma. | Action | 🔗 Github |
render-images | Render images for Figma file nodes. | Action | 🔗 Github |
Projects
Styles
Users
Variables
| Function name | Description | Type | Source code |
|---|---|---|---|
get-local-variables | Retrieve all local variables defined in a Figma file. | Action | 🔗 Github |
get-published-variables | Retrieve all published variables for a Figma file. | Action | 🔗 Github |
update-variables | Create, update, or delete variables and variable collections in a Figma file | Action | 🔗 Github |
Versions
Webhooks
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
create-dev-resources | Create dev resources linked to Figma nodes | Action | 🔗 Github |
list-component-sets | List component sets for a Figma team. | Action | 🔗 Github |
comments | Sync comments from Figma | Sync | 🔗 Github |
component-sets | Sync component sets from Figma | Sync | 🔗 Github |
components | Sync components from Figma. | Sync | 🔗 Github |
files | Sync files from Figma. | Sync | 🔗 Github |
projects | Sync projects from Figma. | Sync | 🔗 Github |
styles | Sync styles from Figma | Sync | 🔗 Github |
variables | Sync published variables from Figma | Sync | 🔗 Github |
versions | Sync versions from Figma. | Sync | 🔗 Github |
webhooks | Sync webhooks from Figma | Sync | 🔗 Github |
file-nodes | Sync file nodes from Figma. | 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
- Figma enforces rate limits on a per authenticated user basis. Each user can only have one active access token at a time for your application and cannot request multiple tokens concurrently for the same user.
Contribute API gotchas by editing this page