Reply to a comment
reply_to_commentReply to an existing comment thread in a Figma file by supplying the file URL, thread ID, and reply text.
Instructions
Post a reply to an existing comment thread in a Figma file. Use a thread id from the [brackets] in fetch output as comment_id. Requires the Figma token to have the File comments write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A figma.com file link (design/file URL) or a bare file key | |
| comment_id | Yes | Id of the thread to reply to, from the [brackets] in fetch output | |
| message | Yes | Reply text, plain text. "@Name" mentions are sent as plain text. |