Skip to content

Figma

Figma is a cloud-based design and prototyping tool that enables teams to collaborate in real-time on user interface and user experience projects.

Categories: productivity-and-collaboration

Type: figma/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Get Comments

Name: getComments

Gets a list of comments left on the file.

Properties

NameLabelTypeControl TypeDescriptionRequired
fileKeyFile KeySTRINGTEXTFile to get comments from. Figma file key copy from Figma file URL.true

Output

Type: OBJECT

Properties

NameTypeControl Type
body[{STRING(id), STRING(file_key), STRING(parent_id), {STRING(id), STRING(handle), STRING(img_url), STRING(email)}(user)}]ARRAY_BUILDER

Post Comment

Name: postComment

Posts a new comment on the file.

Properties

NameLabelTypeControl TypeDescriptionRequired
fileKeyFile KeySTRINGTEXTFile to add comments in. Figma file key copy from Figma file URL.true
__itemItem{STRING(message)}OBJECT_BUILDERtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
body{STRING(id), STRING(file_key), STRING(parent_id), STRING(message)}OBJECT_BUILDER

Triggers