Skip to content
ActionFigmaUpdated May 2026

How do I fetch a Figma file structure?

Short answer: Drop the "FigmaGet Figma File" action anywhere in your workflow, map the inputs from upstream nodes, and publish.

Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
File Key
fileKey
stringRequiredFrom the Figma file URL: figma.com/file/{fileKey}/...
Sample request
{
"fileKey": "{{trigger.fileKey}}"
}
Returns
{
"name": "My Design",
"version": "123456",
"document": {
"id": "0:0",
"name": "Document",
"type": "DOCUMENT"
},
"lastModified": "2026-04-11T10:00:00Z"
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Get Figma File.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Get Figma File.

What does the Get Figma File action do in Figma?
Returns the file's node tree (canvases, frames, components, text), styles, and components. For "extract design tokens for our design system" or "validate this design has the right structure" introspection workflows.
What inputs does Get Figma File require?
Required: File Key. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Figma returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get Figma File support batch operations?
Yes. Run Get Figma File inside a Loop node to process arrays. Tiny Command handles Figma's rate limits automatically so you don't have to throttle manually.
More actions

Other Figma actions.

Send get figma file from your workflows.

Triggered by anything in the catalog. Free tier available. No credit card.