Post Figma Comment
post_figma_commentPost a comment on a Figma file using the REST API. Optionally anchor the comment to a specific node for contextual feedback.
Instructions
Post a comment on a Figma file via the REST API. Optionally anchor it to a node. Requires FIGMA_TOKEN.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileKey | Yes | The Figma file key | |
| message | Yes | The comment text | |
| nodeId | No | Optional node ID to anchor the comment to |