Integration component for Figma, providing endpoints for core operations such as posting comments, retrieving comments, file version history, project files, and team projects.

Changelog

5 versions
v3.0.0 Latest
  • (breaking change) MakeApiCall redesigned to the #1459 standard: the `resource` input is replaced by `url`, and `headers`/`parameters` are now key-value array inputs. Existing flows using MakeApiCall must be updated.
v2.0.2
  • Added output examples to component schemas.
v2.0.1
  • Reduced icon size for better performance.
v2.0.0
  • Breaking change (Will require re-authentication): Updated the scopes of the figma connector according to their latest api changes.
v1.0.0
  • Initial version

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Scopes:
current_user:read file_comments:read file_comments:write file_content:read file_dev_resources:read file_dev_resources:write file_metadata:read file_versions:read library_assets:read library_content:read team_library_content:read webhooks:read webhooks:write

Actions

4
Find Comments icon

Find Comments

Fetches all comments for a given Figma file, with support for an optional search query filter.
Post Comment icon

Post Comment

Posts a comment to a specified Figma file.
Find File Version History icon

Find File Version History

Retrieves the version history of a specified Figma file.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Figma API.