Blocks

Figma

Access and manage Figma design files

Integrate with Figma to access design files, components, styles, and collaborate on designs. View and extract objects, layers, and their properties from files using OAuth authentication.

Back to Catalog
Toolsfigma

Block Preview

Figma

Figma

Access and manage Figma design files

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the figma block with monitoring enabled in production.

Inputs (UI)

Figma Account

oauth-input

Placeholder: Select Figma account

Layout: full

Provider: figma

Operation

dropdown

Layout: full

Options: Get File, Get File Nodes, Get Images, Get Comments

File Key

short-input

Placeholder: Enter Figma file key (from URL)

Layout: full

Node IDs

short-input

Placeholder: Comma-separated node IDs (e.g., 1:2,1:3)

Layout: full

Condition: operation = "get_file_nodes"

Image IDs

short-input

Placeholder: Comma-separated node IDs to export as images

Layout: full

Condition: operation = "get_images"

Image Scale

short-input

Placeholder: 1, 2, or 4 (default: 1)

Layout: half

Condition: operation = "get_images"

Image Format

dropdown

Layout: half

Condition: operation = "get_images"

Options: JPG, PNG, SVG, PDF

Comment Message

long-input

Placeholder: Enter your comment

Layout: full

Condition: operation = "post_comment"

Team ID

short-input

Placeholder: Enter team ID

Layout: full

Condition: operation = "get_team_projects"

Project ID

short-input

Placeholder: Enter project ID

Layout: full

Condition: operation = "get_project_files"

Inputs (API)

credential

string

Required

operation

string

Required

fileKey

string

Optional

nodeIds

string

Optional

ids

string

Optional

scale

string

Optional

format

string

Optional

message

string

Optional

teamId

string

Optional

projectId

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

figma_api
Figma | NowFlow Blocks